@ceed/ads 1.31.0 → 1.31.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
|
@@ -2916,7 +2916,8 @@ var DatePicker = (0, import_react20.forwardRef)((inProps, ref) => {
|
|
|
2916
2916
|
maxDate: maxDate ? new Date(maxDate) : void 0,
|
|
2917
2917
|
disableFuture,
|
|
2918
2918
|
disablePast,
|
|
2919
|
-
shouldDisableDate: shouldDisableDate ? (date) => shouldDisableDate(formatValueString(date, format)) : void 0
|
|
2919
|
+
shouldDisableDate: shouldDisableDate ? (date) => shouldDisableDate(formatValueString(date, format)) : void 0,
|
|
2920
|
+
locale
|
|
2920
2921
|
}
|
|
2921
2922
|
), !hideClearButton && /* @__PURE__ */ import_react20.default.createElement(
|
|
2922
2923
|
DialogActions_default,
|
|
@@ -5169,7 +5170,8 @@ var DateRangePicker = (0, import_react29.forwardRef)((inProps, ref) => {
|
|
|
5169
5170
|
minDate: minDate ? new Date(minDate) : void 0,
|
|
5170
5171
|
maxDate: maxDate ? new Date(maxDate) : void 0,
|
|
5171
5172
|
disableFuture,
|
|
5172
|
-
disablePast
|
|
5173
|
+
disablePast,
|
|
5174
|
+
locale
|
|
5173
5175
|
}
|
|
5174
5176
|
), !hideClearButton && /* @__PURE__ */ import_react29.default.createElement(
|
|
5175
5177
|
DialogActions_default,
|
|
@@ -7303,7 +7305,8 @@ var MonthRangePicker = (0, import_react50.forwardRef)((inProps, ref) => {
|
|
|
7303
7305
|
minDate: minDate ? new Date(minDate) : void 0,
|
|
7304
7306
|
maxDate: maxDate ? new Date(maxDate) : void 0,
|
|
7305
7307
|
disableFuture,
|
|
7306
|
-
disablePast
|
|
7308
|
+
disablePast,
|
|
7309
|
+
locale
|
|
7307
7310
|
}
|
|
7308
7311
|
), /* @__PURE__ */ import_react50.default.createElement(
|
|
7309
7312
|
DialogActions_default,
|
package/dist/index.js
CHANGED
|
@@ -2791,7 +2791,8 @@ var DatePicker = forwardRef6((inProps, ref) => {
|
|
|
2791
2791
|
maxDate: maxDate ? new Date(maxDate) : void 0,
|
|
2792
2792
|
disableFuture,
|
|
2793
2793
|
disablePast,
|
|
2794
|
-
shouldDisableDate: shouldDisableDate ? (date) => shouldDisableDate(formatValueString(date, format)) : void 0
|
|
2794
|
+
shouldDisableDate: shouldDisableDate ? (date) => shouldDisableDate(formatValueString(date, format)) : void 0,
|
|
2795
|
+
locale
|
|
2795
2796
|
}
|
|
2796
2797
|
), !hideClearButton && /* @__PURE__ */ React18.createElement(
|
|
2797
2798
|
DialogActions_default,
|
|
@@ -5044,7 +5045,8 @@ var DateRangePicker = forwardRef8((inProps, ref) => {
|
|
|
5044
5045
|
minDate: minDate ? new Date(minDate) : void 0,
|
|
5045
5046
|
maxDate: maxDate ? new Date(maxDate) : void 0,
|
|
5046
5047
|
disableFuture,
|
|
5047
|
-
disablePast
|
|
5048
|
+
disablePast,
|
|
5049
|
+
locale
|
|
5048
5050
|
}
|
|
5049
5051
|
), !hideClearButton && /* @__PURE__ */ React26.createElement(
|
|
5050
5052
|
DialogActions_default,
|
|
@@ -7184,7 +7186,8 @@ var MonthRangePicker = forwardRef10((inProps, ref) => {
|
|
|
7184
7186
|
minDate: minDate ? new Date(minDate) : void 0,
|
|
7185
7187
|
maxDate: maxDate ? new Date(maxDate) : void 0,
|
|
7186
7188
|
disableFuture,
|
|
7187
|
-
disablePast
|
|
7189
|
+
disablePast,
|
|
7190
|
+
locale
|
|
7188
7191
|
}
|
|
7189
7192
|
), /* @__PURE__ */ React47.createElement(
|
|
7190
7193
|
DialogActions_default,
|