@stenajs-webui/calendar 21.29.11 → 21.29.13
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.es.js +3 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/dist/index.es.js
CHANGED
|
@@ -1598,7 +1598,7 @@ const mi = ({
|
|
|
1598
1598
|
{
|
|
1599
1599
|
appendTo: f,
|
|
1600
1600
|
zIndex: g,
|
|
1601
|
-
renderTrigger: (N) => /* @__PURE__ */ o(
|
|
1601
|
+
renderTrigger: ({ ref: N, ...H }) => /* @__PURE__ */ o(
|
|
1602
1602
|
mt,
|
|
1603
1603
|
{
|
|
1604
1604
|
...b,
|
|
@@ -1619,7 +1619,8 @@ const mi = ({
|
|
|
1619
1619
|
min: u,
|
|
1620
1620
|
max: m,
|
|
1621
1621
|
size: 10,
|
|
1622
|
-
|
|
1622
|
+
inputRef: N,
|
|
1623
|
+
...H
|
|
1623
1624
|
}
|
|
1624
1625
|
),
|
|
1625
1626
|
hideArrow: !0,
|