laif-ds 0.2.59 → 0.2.60
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/_virtual/index3.js +5 -5
- package/dist/_virtual/index5.js +5 -5
- package/dist/components/ui/calendar.js +10 -7
- package/dist/node_modules/eventemitter3/index.js +1 -1
- package/dist/node_modules/hast-util-to-jsx-runtime/lib/index.js +1 -1
- package/dist/node_modules/recharts/es6/util/Events.js +1 -1
- package/package.json +1 -1
package/dist/_virtual/index3.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { getDefaultExportFromCjs as
|
|
3
|
-
import { __require as
|
|
4
|
-
var
|
|
5
|
-
const
|
|
2
|
+
import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
|
|
3
|
+
import { __require as e } from "../node_modules/style-to-js/cjs/index.js";
|
|
4
|
+
var t = e();
|
|
5
|
+
const a = /* @__PURE__ */ r(t);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
a as default
|
|
8
8
|
};
|
package/dist/_virtual/index5.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { getDefaultExportFromCjs as
|
|
3
|
-
import { __require as
|
|
4
|
-
var
|
|
5
|
-
const
|
|
2
|
+
import { getDefaultExportFromCjs as e } from "./_commonjsHelpers.js";
|
|
3
|
+
import { __require as t } from "../node_modules/eventemitter3/index2.js";
|
|
4
|
+
var r = t();
|
|
5
|
+
const m = /* @__PURE__ */ e(r);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
m as default
|
|
8
8
|
};
|
|
@@ -45,10 +45,7 @@ function W({
|
|
|
45
45
|
t.months
|
|
46
46
|
),
|
|
47
47
|
month: e("flex flex-col w-full gap-4", t.month),
|
|
48
|
-
nav: e(
|
|
49
|
-
"hidden",
|
|
50
|
-
t.nav
|
|
51
|
-
),
|
|
48
|
+
nav: e("hidden", t.nav),
|
|
52
49
|
button_previous: e(
|
|
53
50
|
w({ variant: d }),
|
|
54
51
|
"size-(--cell-size) aria-disabled:opacity-50 p-0 select-none",
|
|
@@ -126,7 +123,7 @@ function W({
|
|
|
126
123
|
) : /* @__PURE__ */ a(D, { className: e("size-4", n), ...i }),
|
|
127
124
|
DayButton: L,
|
|
128
125
|
WeekNumber: ({ children: n, ...l }) => /* @__PURE__ */ a("td", { ...l, children: /* @__PURE__ */ a("div", { className: "flex size-(--cell-size) items-center justify-center text-center", children: n }) }),
|
|
129
|
-
MonthCaption: (n) => /* @__PURE__ */ a(
|
|
126
|
+
MonthCaption: (n) => /* @__PURE__ */ a(P, { ...n, locale: c }),
|
|
130
127
|
...s
|
|
131
128
|
},
|
|
132
129
|
locale: c,
|
|
@@ -162,12 +159,12 @@ function L({
|
|
|
162
159
|
...d,
|
|
163
160
|
children: [
|
|
164
161
|
d.children,
|
|
165
|
-
r.today && /* @__PURE__ */ a("span", { className: "absolute bottom-1 left-1/2 -translate-x-1/2
|
|
162
|
+
r.today && /* @__PURE__ */ a("span", { className: "bg-d-primary absolute bottom-1 left-1/2 h-1 w-1 -translate-x-1/2 rounded-full" })
|
|
166
163
|
]
|
|
167
164
|
}
|
|
168
165
|
);
|
|
169
166
|
}
|
|
170
|
-
function
|
|
167
|
+
function P({
|
|
171
168
|
calendarMonth: p,
|
|
172
169
|
locale: g
|
|
173
170
|
}) {
|
|
@@ -204,6 +201,9 @@ function S({
|
|
|
204
201
|
/* @__PURE__ */ a(
|
|
205
202
|
b,
|
|
206
203
|
{
|
|
204
|
+
searchable: !0,
|
|
205
|
+
searchPlaceholder: "",
|
|
206
|
+
emptyPlaceholder: "",
|
|
207
207
|
options: f,
|
|
208
208
|
value: c.getMonth(),
|
|
209
209
|
onValueChange: l,
|
|
@@ -214,6 +214,9 @@ function S({
|
|
|
214
214
|
/* @__PURE__ */ a(
|
|
215
215
|
b,
|
|
216
216
|
{
|
|
217
|
+
searchable: !0,
|
|
218
|
+
searchPlaceholder: "",
|
|
219
|
+
emptyPlaceholder: "",
|
|
217
220
|
options: n,
|
|
218
221
|
value: c.getFullYear(),
|
|
219
222
|
onValueChange: i,
|
|
@@ -3,7 +3,7 @@ import { stringify as w } from "../../comma-separated-tokens/index.js";
|
|
|
3
3
|
import { ok as u } from "../../devlop/lib/default.js";
|
|
4
4
|
import { svg as m, html as C } from "../../property-information/index.js";
|
|
5
5
|
import { stringify as N } from "../../space-separated-tokens/index.js";
|
|
6
|
-
import S from "../../../_virtual/
|
|
6
|
+
import S from "../../../_virtual/index3.js";
|
|
7
7
|
import { whitespace as j } from "../../hast-util-whitespace/lib/index.js";
|
|
8
8
|
import { name as x } from "../../estree-util-is-identifier-name/lib/index.js";
|
|
9
9
|
import { VFileMessage as h } from "../../vfile-message/lib/index.js";
|