@iclips/ui 1.0.40 → 1.0.41
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/components/ui/date-picker.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -44131,7 +44131,8 @@ function Mj({
|
|
|
44131
44131
|
onSelect: y,
|
|
44132
44132
|
disabled: (N) => !!(i && N < i || a && N > a),
|
|
44133
44133
|
locale: s,
|
|
44134
|
-
initialFocus: !0
|
|
44134
|
+
initialFocus: !0,
|
|
44135
|
+
defaultMonth: t || void 0
|
|
44135
44136
|
}
|
|
44136
44137
|
),
|
|
44137
44138
|
d && /* @__PURE__ */ l("div", { className: "border-t p-3", children: /* @__PURE__ */ l(
|