@godxjp/ui 9.2.0 → 11.0.0
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/README.md +58 -29
- package/dist/app/index.d.ts +1 -1
- package/dist/app/index.js +4 -4
- package/dist/{app.prop-UTc4j4nj.d.ts → app.prop-Cy6dJnU8.d.ts} +18 -40
- package/dist/{checkbox-ChRsR7Nk.d.ts → checkbox-em-oFM5D.d.ts} +1 -1
- package/dist/{chunk-LJLGABFV.js → chunk-2HXZT2WJ.js} +17 -9
- package/dist/{chunk-QLMXEJSY.js → chunk-3Q4A4U2P.js} +24 -1
- package/dist/{chunk-26CPAKUP.js → chunk-44YRPSZ7.js} +1 -2
- package/dist/{chunk-HB2OHB5X.js → chunk-5NCFLCM7.js} +27 -16
- package/dist/{chunk-FXFJF4YA.js → chunk-6CSBMMZS.js} +262 -31
- package/dist/{chunk-457KVJTX.js → chunk-7Q45MBFW.js} +7 -5
- package/dist/{chunk-O24Z3ULJ.js → chunk-BE6GJGKJ.js} +1 -1
- package/dist/{chunk-FVPCVZL3.js → chunk-BG5RNXTH.js} +1 -1
- package/dist/{chunk-AINW5WYN.js → chunk-COD66MFF.js} +1 -2
- package/dist/{chunk-IOGU3ZWF.js → chunk-DNGJHWJZ.js} +3 -3
- package/dist/{chunk-3TS3G4U3.js → chunk-EE5DKOHX.js} +3 -1
- package/dist/{chunk-BHV2FUOA.js → chunk-EZHHJQWQ.js} +1 -1
- package/dist/{chunk-G6Q32VHO.js → chunk-FAB3LMTK.js} +33 -8
- package/dist/{chunk-N3JPLJ3B.js → chunk-GDDCSKCB.js} +12 -5
- package/dist/{chunk-RLGHEV4A.js → chunk-HTG5VHU7.js} +10 -1
- package/dist/{chunk-R2W2FX5Q.js → chunk-I7NQ2LIL.js} +1 -9
- package/dist/{chunk-XQMPK4GM.js → chunk-IHRMOJXD.js} +86 -39
- package/dist/{chunk-TILFZBTE.js → chunk-INIIF7F7.js} +1 -4
- package/dist/{chunk-UIYEAUWA.js → chunk-IY347EQA.js} +2 -2
- package/dist/{chunk-HCM4JAC2.js → chunk-JWGLJXQU.js} +39 -11
- package/dist/{chunk-TO33OY4L.js → chunk-LMKUKCTN.js} +1 -1
- package/dist/chunk-NXVCI6YB.js +453 -0
- package/dist/{chunk-O2OUNXV4.js → chunk-P5KPCT6R.js} +3 -3
- package/dist/{chunk-6HQMUUQW.js → chunk-PDXFQS7M.js} +14 -30
- package/dist/{chunk-26WDEDWL.js → chunk-PUGEOUWZ.js} +32 -23
- package/dist/{chunk-F7PG4OEV.js → chunk-QSGW3ZWK.js} +12 -4
- package/dist/{chunk-E7HBHUJY.js → chunk-QVLUCB47.js} +8 -6
- package/dist/{chunk-25RYBC5T.js → chunk-S2IJKT3D.js} +1 -1
- package/dist/{chunk-OJZ6C2HM.js → chunk-SARQRCKO.js} +54 -48
- package/dist/chunk-T2QO2S65.js +126 -0
- package/dist/{chunk-6J7GRCDA.js → chunk-UNVRNJCB.js} +71 -11
- package/dist/{chunk-S6TBIL7J.js → chunk-USNR424B.js} +63 -44
- package/dist/{chunk-6YBYAEXD.js → chunk-VSM44AYE.js} +94 -24
- package/dist/{chunk-QWLXN6CT.js → chunk-VSUYVT2Q.js} +3 -2
- package/dist/{chunk-4R7QL3MW.js → chunk-X2VY4MOW.js} +14 -29
- package/dist/{chunk-ETLAI3QU.js → chunk-Z46J47FY.js} +73 -77
- package/dist/components/admin/index.d.ts +22 -12
- package/dist/components/admin/index.js +29 -30
- package/dist/components/data-display/badge.js +3 -3
- package/dist/components/data-display/card.d.ts +3 -3
- package/dist/components/data-display/card.js +1 -1
- package/dist/components/data-display/carousel.js +3 -1
- package/dist/components/data-display/index.js +55 -33
- package/dist/components/data-entry/calendar.d.ts +1 -1
- package/dist/components/data-entry/calendar.js +1 -1
- package/dist/components/data-entry/cascader.d.ts +1 -1
- package/dist/components/data-entry/cascader.js +5 -5
- package/dist/components/data-entry/checkbox.d.ts +2 -2
- package/dist/components/data-entry/checkbox.js +2 -2
- package/dist/components/data-entry/color-picker.d.ts +1 -1
- package/dist/components/data-entry/color-picker.js +3 -3
- package/dist/components/data-entry/date-picker.d.ts +2 -2
- package/dist/components/data-entry/date-picker.js +4 -4
- package/dist/components/data-entry/date-range-picker.d.ts +2 -2
- package/dist/components/data-entry/date-range-picker.js +4 -4
- package/dist/components/data-entry/index.d.ts +9 -25
- package/dist/components/data-entry/index.js +22 -26
- package/dist/components/data-entry/radio.d.ts +1 -1
- package/dist/components/data-entry/radio.js +2 -2
- package/dist/components/data-entry/select.d.ts +2 -2
- package/dist/components/data-entry/select.js +3 -4
- package/dist/components/data-entry/slider.d.ts +1 -1
- package/dist/components/data-entry/switch.d.ts +2 -2
- package/dist/components/data-entry/switch.js +1 -1
- package/dist/components/data-entry/time-input.js +2 -2
- package/dist/components/data-entry/time-picker.d.ts +3 -1
- package/dist/components/data-entry/time-picker.js +3 -3
- package/dist/components/data-entry/transfer.d.ts +2 -2
- package/dist/components/data-entry/transfer.js +5 -5
- package/dist/components/data-entry/tree-select.d.ts +1 -1
- package/dist/components/data-entry/tree-select.js +5 -5
- package/dist/components/data-entry/upload.d.ts +2 -2
- package/dist/components/data-entry/upload.js +5 -5
- package/dist/components/feedback/alert.js +5 -5
- package/dist/components/feedback/dialog.js +3 -3
- package/dist/components/feedback/index.d.ts +4 -4
- package/dist/components/feedback/index.js +9 -9
- package/dist/components/feedback/sheet.js +1 -1
- package/dist/components/layout/index.d.ts +6 -9
- package/dist/components/layout/index.js +6 -4
- package/dist/components/navigation/dropdown-menu.js +1 -1
- package/dist/components/navigation/index.d.ts +14 -16
- package/dist/components/navigation/index.js +7 -8
- package/dist/components/navigation/pagination.d.ts +11 -8
- package/dist/components/navigation/pagination.js +4 -5
- package/dist/components/navigation/steps.d.ts +3 -3
- package/dist/components/navigation/steps.js +3 -1
- package/dist/components/query/index.d.ts +1 -5
- package/dist/components/query/index.js +6 -8
- package/dist/components/ui/index.d.ts +5 -7
- package/dist/components/ui/index.js +30 -33
- package/dist/{data-entry.prop-CDkOajPj.d.ts → data-entry.prop-BR4vNA1j.d.ts} +7 -35
- package/dist/filter-bar-BxjSJJnQ.d.ts +7 -0
- package/dist/{inline-CDSVAN54.d.ts → flex-D_EXRFSW.d.ts} +2 -8
- package/dist/form/index.js +1 -1
- package/dist/i18n/index.d.ts +82 -10
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +6 -6
- package/dist/index.js +41 -44
- package/dist/lib/datetime/index.js +1 -1
- package/dist/{navigation.prop-8DgElO0c.d.ts → navigation.prop-DMcXkR-J.d.ts} +9 -11
- package/dist/{password-strength-kQkloEeo.d.ts → password-strength-DVRvXEOK.d.ts} +2 -2
- package/dist/props/components/index.d.ts +3 -3
- package/dist/props/index.d.ts +3 -3
- package/dist/props/index.js +1 -1
- package/dist/props/registry.d.ts +84 -39
- package/dist/props/registry.js +1 -1
- package/dist/{search-input-cezAxpgb.d.ts → search-input-DpqDMXcn.d.ts} +2 -4
- package/dist/{skeleton-uWAjSacg.d.ts → skeleton-cj9kh5wo.d.ts} +1 -3
- package/dist/styles/control.css +176 -41
- package/dist/styles/data-display-layout.css +41 -15
- package/dist/styles/feedback-layout.css +44 -12
- package/dist/styles/index.css +45 -1
- package/dist/styles/layout.css +18 -17
- package/dist/styles/navigation-layout.css +3 -1
- package/dist/styles/shell-layout.css +3 -3
- package/dist/styles/table-layout.css +13 -0
- package/dist/tokens/foundation.css +12 -1
- package/dist/tokens/semantic/layout.css +2 -2
- package/package.json +6 -7
- package/scripts/ui-audit.mjs +35 -2
- package/dist/chunk-6MCI7W5G.js +0 -201
- package/dist/chunk-CAEL2ZD2.js +0 -222
- package/dist/chunk-GKXPALFT.js +0 -32
- package/dist/chunk-JKHWLPM5.js +0 -101
- package/dist/chunk-KDBGFJJI.js +0 -220
- package/dist/components/data-entry/autocomplete.d.ts +0 -24
- package/dist/components/data-entry/autocomplete.js +0 -10
- package/dist/components/data-entry/combobox.d.ts +0 -22
- package/dist/components/data-entry/combobox.js +0 -6
- package/dist/filter-bar-B5TPUqEO.d.ts +0 -14
- /package/dist/{chunk-LDSLS6HE.js → chunk-7CFO5FFE.js} +0 -0
package/scripts/ui-audit.mjs
CHANGED
|
@@ -65,8 +65,7 @@ const RULES = [
|
|
|
65
65
|
{
|
|
66
66
|
id: "value-callback-on-value-change",
|
|
67
67
|
severity: "error",
|
|
68
|
-
test:
|
|
69
|
-
/<(?:Checkbox\.Group|Upload|Cascader|TreeSelect|Transfer|SearchSelect|DatePicker|DateRangePicker|TimePicker|ColorPicker|LocalePicker|TimezonePicker|DateFormatPicker|TimeFormatPicker)\b[^>]*\bonChange=/,
|
|
68
|
+
test: /<(?:Checkbox\.Group|Upload|Cascader|TreeSelect|Transfer|SearchSelect|DatePicker|DateRangePicker|TimePicker|ColorPicker|LocalePicker|TimezonePicker|DateFormatPicker|TimeFormatPicker)\b[^>]*\bonChange=/,
|
|
70
69
|
message:
|
|
71
70
|
"Abstract value components use onValueChange, not onChange. Reserve onChange for DOM events.",
|
|
72
71
|
},
|
|
@@ -76,6 +75,40 @@ const RULES = [
|
|
|
76
75
|
test: /(bg|text|border|ring|fill|stroke|from|to|via)-\[#[0-9a-fA-F]{3,8}\]/,
|
|
77
76
|
message: "No hardcoded hex colors in className; use design-system tokens (rules §4).",
|
|
78
77
|
},
|
|
78
|
+
// Arbitrary RAW-NUMERIC Tailwind values — the #1 source of "every agent does it
|
|
79
|
+
// differently". Match `<util>-[<digit/.>...]` only; `var(--token)` / `calc()` escape
|
|
80
|
+
// (they start with a letter), so token-driven values stay legal (rules §4–§5).
|
|
81
|
+
{
|
|
82
|
+
id: "no-arbitrary-spacing",
|
|
83
|
+
severity: "error",
|
|
84
|
+
test: /\b(p|px|py|pt|pb|pl|pr|pe|ps|m|mx|my|mt|mb|ml|mr|me|ms|gap|gap-x|gap-y|inset|inset-x|inset-y|top|right|bottom|left)-\[-?\.?\d/,
|
|
85
|
+
message:
|
|
86
|
+
"No arbitrary spacing (p-[13px], gap-[7px]…). Use the token scale / <Stack gap> / <Inline gap> / <PageContainer> (rules §5).",
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
id: "no-arbitrary-size",
|
|
90
|
+
severity: "error",
|
|
91
|
+
// `min-w-[…]` / `min-h-[…]` are allowed: a MINIMUM dimension is the legit responsive
|
|
92
|
+
// pattern (horizontal-scroll tables `<Table className="min-w-[720px]">`, collapse
|
|
93
|
+
// guards), not a hardcoded design size. The (?<!min-) lookbehind exempts the `min-`
|
|
94
|
+
// prefix; bare `w`/`h` still catch `max-w-[…]`, `w-[37px]`, `h-[260px]`, etc.
|
|
95
|
+
test: /\b(?<!min-)(?:w|h|size|basis)-\[-?\.?\d/,
|
|
96
|
+
message:
|
|
97
|
+
"No arbitrary width/height (w-[37px], max-w-[65ch], h-[260px]…). Use token sizes or a sizing prop. min-w-[…]/min-h-[…] are allowed (responsive scroll containers / collapse guards).",
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
id: "no-arbitrary-typography",
|
|
101
|
+
severity: "error",
|
|
102
|
+
test: /\b(text|leading|tracking|font)-\[-?\.?\d/,
|
|
103
|
+
message:
|
|
104
|
+
"No arbitrary type (text-[20px], leading-[1.7], font-[600]…). Use the type-scale tokens (text-xs…text-3xl) (rules §4).",
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
id: "no-arbitrary-radius",
|
|
108
|
+
severity: "error",
|
|
109
|
+
test: /\brounded(?:-[a-z]+)?-\[-?\.?\d/,
|
|
110
|
+
message: "No arbitrary radius (rounded-[6px]…). Use rounded-sm/md/lg radius tokens (rules §4).",
|
|
111
|
+
},
|
|
79
112
|
{
|
|
80
113
|
id: "no-raw-select",
|
|
81
114
|
severity: "error",
|
package/dist/chunk-6MCI7W5G.js
DELETED
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
import { Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from './chunk-CAEL2ZD2.js';
|
|
2
|
-
import { Button } from './chunk-M4PZNAMV.js';
|
|
3
|
-
import { useTranslation, useOptionalAppContext, APP_LOCALES, resolveTimezonePickerOptions, getTimezoneLabel, APP_TIME_FORMAT_OPTIONS, getTimeFormatLabel } from './chunk-RLGHEV4A.js';
|
|
4
|
-
import { APP_DATE_FORMAT_OPTIONS, getDateFormatLabel } from './chunk-FXFJF4YA.js';
|
|
5
|
-
import { cn } from './chunk-U7N2A7A3.js';
|
|
6
|
-
import { X, ChevronRight, Languages, Globe, Clock, CalendarDays } from 'lucide-react';
|
|
7
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
8
|
-
import * as React from 'react';
|
|
9
|
-
|
|
10
|
-
function Toolbar({ onClear, hasActiveFilters = true, className, children }) {
|
|
11
|
-
const { t } = useTranslation();
|
|
12
|
-
return /* @__PURE__ */ jsxs("div", { className: cn("ui-toolbar", className), children: [
|
|
13
|
-
children,
|
|
14
|
-
onClear && hasActiveFilters && /* @__PURE__ */ jsxs(Button, { variant: "ghost", size: "sm", onClick: onClear, className: "ui-toolbar-clear", children: [
|
|
15
|
-
/* @__PURE__ */ jsx(X, { "aria-hidden": "true" }),
|
|
16
|
-
t("common.clearFilters")
|
|
17
|
-
] })
|
|
18
|
-
] });
|
|
19
|
-
}
|
|
20
|
-
function ToolbarGroup({ label, className, children }) {
|
|
21
|
-
return /* @__PURE__ */ jsxs("div", { className: cn("ui-stack-xs ui-toolbar-group", className), children: [
|
|
22
|
-
/* @__PURE__ */ jsx("div", { className: "ui-toolbar-label", children: label }),
|
|
23
|
-
children
|
|
24
|
-
] });
|
|
25
|
-
}
|
|
26
|
-
var FilterBar = Toolbar;
|
|
27
|
-
var FilterGroup = ToolbarGroup;
|
|
28
|
-
function PageHeader({
|
|
29
|
-
title,
|
|
30
|
-
description,
|
|
31
|
-
breadcrumb,
|
|
32
|
-
actions,
|
|
33
|
-
linkComponent: LinkComponent = "a",
|
|
34
|
-
className
|
|
35
|
-
}) {
|
|
36
|
-
return /* @__PURE__ */ jsxs("header", { className: cn("ui-page-header", className), children: [
|
|
37
|
-
breadcrumb && breadcrumb.length > 0 && /* @__PURE__ */ jsx("nav", { "aria-label": "Breadcrumb", className: "ui-breadcrumb", children: /* @__PURE__ */ jsx("ol", { className: "ui-breadcrumb-list", children: breadcrumb.map((item, i) => {
|
|
38
|
-
const isLast = i === breadcrumb.length - 1;
|
|
39
|
-
return /* @__PURE__ */ jsxs("li", { className: "ui-inline-xs", children: [
|
|
40
|
-
item.to && !isLast ? /* @__PURE__ */ jsx(
|
|
41
|
-
LinkComponent,
|
|
42
|
-
{
|
|
43
|
-
href: item.to,
|
|
44
|
-
to: item.to,
|
|
45
|
-
className: "hover:text-foreground hover:underline",
|
|
46
|
-
children: item.label
|
|
47
|
-
}
|
|
48
|
-
) : /* @__PURE__ */ jsx(
|
|
49
|
-
"span",
|
|
50
|
-
{
|
|
51
|
-
className: isLast ? "text-foreground" : "",
|
|
52
|
-
"aria-current": isLast ? "page" : void 0,
|
|
53
|
-
children: item.label
|
|
54
|
-
}
|
|
55
|
-
),
|
|
56
|
-
!isLast && /* @__PURE__ */ jsx(ChevronRight, { className: "size-3", "aria-hidden": "true" })
|
|
57
|
-
] }, i);
|
|
58
|
-
}) }) }),
|
|
59
|
-
/* @__PURE__ */ jsxs("div", { className: "ui-page-header-row", children: [
|
|
60
|
-
/* @__PURE__ */ jsxs("div", { className: "min-w-0", children: [
|
|
61
|
-
/* @__PURE__ */ jsx("h1", { className: "ui-page-title", children: title }),
|
|
62
|
-
description && /* @__PURE__ */ jsx("p", { className: "ui-page-subtitle", children: description })
|
|
63
|
-
] }),
|
|
64
|
-
actions && /* @__PURE__ */ jsx("div", { className: "ui-inline-sm shrink-0", children: actions })
|
|
65
|
-
] })
|
|
66
|
-
] });
|
|
67
|
-
}
|
|
68
|
-
function LocalePicker({
|
|
69
|
-
className,
|
|
70
|
-
disabled,
|
|
71
|
-
id,
|
|
72
|
-
value,
|
|
73
|
-
onValueChange,
|
|
74
|
-
options: optionsProp
|
|
75
|
-
}) {
|
|
76
|
-
const ctx = useOptionalAppContext();
|
|
77
|
-
const { t } = useTranslation();
|
|
78
|
-
const current = value ?? ctx?.locale;
|
|
79
|
-
const handleChange = onValueChange ?? ctx?.setLocale;
|
|
80
|
-
const options = optionsProp ?? APP_LOCALES;
|
|
81
|
-
if (current === void 0 || !handleChange) {
|
|
82
|
-
throw new Error("LocalePicker requires <AppProvider> or controlled value + onValueChange");
|
|
83
|
-
}
|
|
84
|
-
return /* @__PURE__ */ jsxs(Select, { value: current, onValueChange: handleChange, disabled, children: [
|
|
85
|
-
/* @__PURE__ */ jsxs(
|
|
86
|
-
SelectTrigger,
|
|
87
|
-
{
|
|
88
|
-
id,
|
|
89
|
-
className: cn("w-full sm:w-40", className),
|
|
90
|
-
"aria-label": t("navigation.localePicker.ariaLabel"),
|
|
91
|
-
children: [
|
|
92
|
-
/* @__PURE__ */ jsx(Languages, { className: "mr-2 size-4 shrink-0 opacity-70", "aria-hidden": "true" }),
|
|
93
|
-
/* @__PURE__ */ jsx(SelectValue, {})
|
|
94
|
-
]
|
|
95
|
-
}
|
|
96
|
-
),
|
|
97
|
-
/* @__PURE__ */ jsx(SelectContent, { children: options.map((option) => {
|
|
98
|
-
const code = typeof option === "string" ? option : option.value;
|
|
99
|
-
const label = typeof option === "string" ? t(`locale.${option}`) : option.label ?? t(`locale.${option.value}`);
|
|
100
|
-
return /* @__PURE__ */ jsx(SelectItem, { value: code, children: label }, code);
|
|
101
|
-
}) })
|
|
102
|
-
] });
|
|
103
|
-
}
|
|
104
|
-
function TimezonePicker({
|
|
105
|
-
className,
|
|
106
|
-
disabled,
|
|
107
|
-
id,
|
|
108
|
-
value,
|
|
109
|
-
onValueChange,
|
|
110
|
-
options: optionsProp
|
|
111
|
-
}) {
|
|
112
|
-
const ctx = useOptionalAppContext();
|
|
113
|
-
const { t, locale, fallbackLocale } = useTranslation();
|
|
114
|
-
const current = value ?? ctx?.timezone;
|
|
115
|
-
const handleChange = onValueChange ?? ctx?.setTimezone;
|
|
116
|
-
const configured = optionsProp ?? ctx?.timezoneOptions;
|
|
117
|
-
if (current === void 0 || !handleChange) {
|
|
118
|
-
throw new Error("TimezonePicker requires <AppProvider> or controlled value + onValueChange");
|
|
119
|
-
}
|
|
120
|
-
const options = React.useMemo(
|
|
121
|
-
() => resolveTimezonePickerOptions(configured, current),
|
|
122
|
-
[configured, current]
|
|
123
|
-
);
|
|
124
|
-
return /* @__PURE__ */ jsxs(Select, { value: current, onValueChange: handleChange, disabled, children: [
|
|
125
|
-
/* @__PURE__ */ jsxs(
|
|
126
|
-
SelectTrigger,
|
|
127
|
-
{
|
|
128
|
-
id,
|
|
129
|
-
className: cn("w-full sm:w-56", className),
|
|
130
|
-
"aria-label": t("navigation.timezonePicker.ariaLabel"),
|
|
131
|
-
children: [
|
|
132
|
-
/* @__PURE__ */ jsx(Globe, { className: "mr-2 size-4 shrink-0 opacity-70", "aria-hidden": "true" }),
|
|
133
|
-
/* @__PURE__ */ jsx(SelectValue, {})
|
|
134
|
-
]
|
|
135
|
-
}
|
|
136
|
-
),
|
|
137
|
-
/* @__PURE__ */ jsx(SelectContent, { children: options.map((tz) => /* @__PURE__ */ jsx(SelectItem, { value: tz, children: getTimezoneLabel(tz, locale, fallbackLocale) }, tz)) })
|
|
138
|
-
] });
|
|
139
|
-
}
|
|
140
|
-
function TimeFormatPicker({
|
|
141
|
-
className,
|
|
142
|
-
disabled,
|
|
143
|
-
id,
|
|
144
|
-
value,
|
|
145
|
-
onValueChange
|
|
146
|
-
}) {
|
|
147
|
-
const ctx = useOptionalAppContext();
|
|
148
|
-
const { t, locale, fallbackLocale } = useTranslation();
|
|
149
|
-
const current = value ?? ctx?.timeFormat;
|
|
150
|
-
const handleChange = onValueChange ?? ctx?.setTimeFormat;
|
|
151
|
-
if (current === void 0 || !handleChange) {
|
|
152
|
-
throw new Error("TimeFormatPicker requires <AppProvider> or controlled value + onValueChange");
|
|
153
|
-
}
|
|
154
|
-
return /* @__PURE__ */ jsxs(Select, { value: current, onValueChange: handleChange, disabled, children: [
|
|
155
|
-
/* @__PURE__ */ jsxs(
|
|
156
|
-
SelectTrigger,
|
|
157
|
-
{
|
|
158
|
-
id,
|
|
159
|
-
className: cn("w-full sm:w-44", className),
|
|
160
|
-
"aria-label": t("navigation.timeFormatPicker.ariaLabel"),
|
|
161
|
-
children: [
|
|
162
|
-
/* @__PURE__ */ jsx(Clock, { className: "mr-2 size-4 shrink-0 opacity-70", "aria-hidden": "true" }),
|
|
163
|
-
/* @__PURE__ */ jsx(SelectValue, {})
|
|
164
|
-
]
|
|
165
|
-
}
|
|
166
|
-
),
|
|
167
|
-
/* @__PURE__ */ jsx(SelectContent, { children: APP_TIME_FORMAT_OPTIONS.map((option) => /* @__PURE__ */ jsx(SelectItem, { value: option.value, children: getTimeFormatLabel(option.value, locale, fallbackLocale) }, option.value)) })
|
|
168
|
-
] });
|
|
169
|
-
}
|
|
170
|
-
function DateFormatPicker({
|
|
171
|
-
className,
|
|
172
|
-
disabled,
|
|
173
|
-
id,
|
|
174
|
-
value,
|
|
175
|
-
onValueChange
|
|
176
|
-
}) {
|
|
177
|
-
const ctx = useOptionalAppContext();
|
|
178
|
-
const { t, locale, fallbackLocale } = useTranslation();
|
|
179
|
-
const current = value ?? ctx?.dateFormat;
|
|
180
|
-
const handleChange = onValueChange ?? ctx?.setDateFormat;
|
|
181
|
-
if (current === void 0 || !handleChange) {
|
|
182
|
-
throw new Error("DateFormatPicker requires <AppProvider> or controlled value + onValueChange");
|
|
183
|
-
}
|
|
184
|
-
return /* @__PURE__ */ jsxs(Select, { value: current, onValueChange: handleChange, disabled, children: [
|
|
185
|
-
/* @__PURE__ */ jsxs(
|
|
186
|
-
SelectTrigger,
|
|
187
|
-
{
|
|
188
|
-
id,
|
|
189
|
-
className: cn("w-full sm:w-44", className),
|
|
190
|
-
"aria-label": t("navigation.dateFormatPicker.ariaLabel"),
|
|
191
|
-
children: [
|
|
192
|
-
/* @__PURE__ */ jsx(CalendarDays, { className: "mr-2 size-4 shrink-0 opacity-70", "aria-hidden": "true" }),
|
|
193
|
-
/* @__PURE__ */ jsx(SelectValue, {})
|
|
194
|
-
]
|
|
195
|
-
}
|
|
196
|
-
),
|
|
197
|
-
/* @__PURE__ */ jsx(SelectContent, { children: APP_DATE_FORMAT_OPTIONS.map((option) => /* @__PURE__ */ jsx(SelectItem, { value: option.value, children: getDateFormatLabel(option.value, locale, fallbackLocale) }, option.value)) })
|
|
198
|
-
] });
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
export { DateFormatPicker, FilterBar, FilterGroup, LocalePicker, PageHeader, TimeFormatPicker, TimezonePicker, Toolbar, ToolbarGroup };
|
package/dist/chunk-CAEL2ZD2.js
DELETED
|
@@ -1,222 +0,0 @@
|
|
|
1
|
-
import { SearchSelect } from './chunk-KDBGFJJI.js';
|
|
2
|
-
import { controlTriggerClass } from './chunk-IBK5D2Q6.js';
|
|
3
|
-
import { cn } from './chunk-U7N2A7A3.js';
|
|
4
|
-
import * as React from 'react';
|
|
5
|
-
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
6
|
-
import { ChevronDown, ChevronUp } from 'lucide-react';
|
|
7
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
8
|
-
|
|
9
|
-
function isDataSelect(props) {
|
|
10
|
-
return "options" in props || "loadOptions" in props;
|
|
11
|
-
}
|
|
12
|
-
function Select(props) {
|
|
13
|
-
if (isDataSelect(props)) {
|
|
14
|
-
return /* @__PURE__ */ jsx(DataSelect, { ...props });
|
|
15
|
-
}
|
|
16
|
-
return /* @__PURE__ */ jsx(SelectPrimitive.Root, { "data-slot": "select", ...props });
|
|
17
|
-
}
|
|
18
|
-
function SelectGroup(props) {
|
|
19
|
-
return /* @__PURE__ */ jsx(SelectPrimitive.Group, { "data-slot": "select-group", ...props });
|
|
20
|
-
}
|
|
21
|
-
function SelectValue(props) {
|
|
22
|
-
return /* @__PURE__ */ jsx(SelectPrimitive.Value, { "data-slot": "select-value", ...props });
|
|
23
|
-
}
|
|
24
|
-
var SelectTrigger = React.forwardRef(({ className, children, size = "default", ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
25
|
-
SelectPrimitive.Trigger,
|
|
26
|
-
{
|
|
27
|
-
ref,
|
|
28
|
-
"data-slot": "select-trigger",
|
|
29
|
-
"data-size": size,
|
|
30
|
-
className: cn(
|
|
31
|
-
controlTriggerClass,
|
|
32
|
-
"focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 data-[placeholder]:text-muted-foreground [&_svg:not([class*='text-'])]:text-muted-foreground w-fit gap-2 whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2",
|
|
33
|
-
className
|
|
34
|
-
),
|
|
35
|
-
...props,
|
|
36
|
-
children: [
|
|
37
|
-
children,
|
|
38
|
-
/* @__PURE__ */ jsx(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ jsx(ChevronDown, { className: "size-4 shrink-0 opacity-50", "aria-hidden": "true" }) })
|
|
39
|
-
]
|
|
40
|
-
}
|
|
41
|
-
));
|
|
42
|
-
SelectTrigger.displayName = SelectPrimitive.Trigger.displayName;
|
|
43
|
-
var SelectScrollUpButton = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
44
|
-
SelectPrimitive.ScrollUpButton,
|
|
45
|
-
{
|
|
46
|
-
ref,
|
|
47
|
-
"data-slot": "select-scroll-up-button",
|
|
48
|
-
className: cn("flex cursor-default items-center justify-center py-1", className),
|
|
49
|
-
...props,
|
|
50
|
-
children: /* @__PURE__ */ jsx(ChevronUp, { className: "size-4", "aria-hidden": "true" })
|
|
51
|
-
}
|
|
52
|
-
));
|
|
53
|
-
SelectScrollUpButton.displayName = SelectPrimitive.ScrollUpButton.displayName;
|
|
54
|
-
var SelectScrollDownButton = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
55
|
-
SelectPrimitive.ScrollDownButton,
|
|
56
|
-
{
|
|
57
|
-
ref,
|
|
58
|
-
"data-slot": "select-scroll-down-button",
|
|
59
|
-
className: cn("flex cursor-default items-center justify-center py-1", className),
|
|
60
|
-
...props,
|
|
61
|
-
children: /* @__PURE__ */ jsx(ChevronDown, { className: "size-4", "aria-hidden": "true" })
|
|
62
|
-
}
|
|
63
|
-
));
|
|
64
|
-
SelectScrollDownButton.displayName = SelectPrimitive.ScrollDownButton.displayName;
|
|
65
|
-
var SelectContent = React.forwardRef(({ className, children, position = "popper", ...props }, ref) => /* @__PURE__ */ jsx(SelectPrimitive.Portal, { children: /* @__PURE__ */ jsxs(
|
|
66
|
-
SelectPrimitive.Content,
|
|
67
|
-
{
|
|
68
|
-
ref,
|
|
69
|
-
"data-slot": "select-content",
|
|
70
|
-
className: cn(
|
|
71
|
-
"bg-popover text-popover-foreground data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 relative z-50 max-h-96 min-w-32 overflow-hidden rounded-md border shadow-md",
|
|
72
|
-
position === "popper" && "translate-y-1",
|
|
73
|
-
className
|
|
74
|
-
),
|
|
75
|
-
position,
|
|
76
|
-
...props,
|
|
77
|
-
children: [
|
|
78
|
-
/* @__PURE__ */ jsx(SelectScrollUpButton, {}),
|
|
79
|
-
/* @__PURE__ */ jsx(
|
|
80
|
-
SelectPrimitive.Viewport,
|
|
81
|
-
{
|
|
82
|
-
"data-slot": "select-viewport",
|
|
83
|
-
className: cn(
|
|
84
|
-
"p-1",
|
|
85
|
-
position === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"
|
|
86
|
-
),
|
|
87
|
-
children
|
|
88
|
-
}
|
|
89
|
-
),
|
|
90
|
-
/* @__PURE__ */ jsx(SelectScrollDownButton, {})
|
|
91
|
-
]
|
|
92
|
-
}
|
|
93
|
-
) }));
|
|
94
|
-
SelectContent.displayName = SelectPrimitive.Content.displayName;
|
|
95
|
-
var SelectLabel = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
96
|
-
SelectPrimitive.Label,
|
|
97
|
-
{
|
|
98
|
-
ref,
|
|
99
|
-
"data-slot": "select-label",
|
|
100
|
-
className: cn("px-2 py-1.5 text-sm font-medium", className),
|
|
101
|
-
...props
|
|
102
|
-
}
|
|
103
|
-
));
|
|
104
|
-
SelectLabel.displayName = SelectPrimitive.Label.displayName;
|
|
105
|
-
var SelectItem = React.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
106
|
-
SelectPrimitive.Item,
|
|
107
|
-
{
|
|
108
|
-
ref,
|
|
109
|
-
"data-slot": "select-item",
|
|
110
|
-
className: cn(
|
|
111
|
-
"focus:bg-accent focus:text-accent-foreground data-[state=checked]:bg-accent data-[state=checked]:text-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 rounded-sm px-2.5 py-1.5 text-sm outline-none select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[state=checked]:font-medium [&_svg]:pointer-events-none [&_svg]:shrink-0",
|
|
112
|
-
className
|
|
113
|
-
),
|
|
114
|
-
...props,
|
|
115
|
-
children: /* @__PURE__ */ jsx(SelectPrimitive.ItemText, { children })
|
|
116
|
-
}
|
|
117
|
-
));
|
|
118
|
-
SelectItem.displayName = SelectPrimitive.Item.displayName;
|
|
119
|
-
var SelectSeparator = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
120
|
-
SelectPrimitive.Separator,
|
|
121
|
-
{
|
|
122
|
-
ref,
|
|
123
|
-
"data-slot": "select-separator",
|
|
124
|
-
className: cn("bg-border -mx-1 my-1 h-px", className),
|
|
125
|
-
...props
|
|
126
|
-
}
|
|
127
|
-
));
|
|
128
|
-
SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
|
|
129
|
-
function groupDataOptions(options) {
|
|
130
|
-
const order = [];
|
|
131
|
-
const buckets = /* @__PURE__ */ new Map();
|
|
132
|
-
for (const option of options) {
|
|
133
|
-
const key = option.group ?? "";
|
|
134
|
-
if (!buckets.has(key)) {
|
|
135
|
-
buckets.set(key, []);
|
|
136
|
-
order.push(key);
|
|
137
|
-
}
|
|
138
|
-
buckets.get(key).push(option);
|
|
139
|
-
}
|
|
140
|
-
return order.map((key) => ({ heading: key || void 0, items: buckets.get(key) ?? [] }));
|
|
141
|
-
}
|
|
142
|
-
function DataSelect({
|
|
143
|
-
options = [],
|
|
144
|
-
loadOptions,
|
|
145
|
-
showSearch,
|
|
146
|
-
value = "",
|
|
147
|
-
onValueChange,
|
|
148
|
-
renderOption,
|
|
149
|
-
selectedLabel,
|
|
150
|
-
placeholder,
|
|
151
|
-
searchPlaceholder,
|
|
152
|
-
emptyMessage,
|
|
153
|
-
loadingMessage,
|
|
154
|
-
clearLabel,
|
|
155
|
-
clearable,
|
|
156
|
-
disabled,
|
|
157
|
-
name,
|
|
158
|
-
id,
|
|
159
|
-
className,
|
|
160
|
-
"data-testid": dataTestId
|
|
161
|
-
}) {
|
|
162
|
-
const searchable = showSearch ?? Boolean(loadOptions);
|
|
163
|
-
if (searchable) {
|
|
164
|
-
return /* @__PURE__ */ jsx(
|
|
165
|
-
SearchSelect,
|
|
166
|
-
{
|
|
167
|
-
value,
|
|
168
|
-
onValueChange,
|
|
169
|
-
options,
|
|
170
|
-
loadOptions,
|
|
171
|
-
renderOption,
|
|
172
|
-
selectedLabel,
|
|
173
|
-
placeholder,
|
|
174
|
-
searchPlaceholder,
|
|
175
|
-
emptyMessage,
|
|
176
|
-
loadingMessage,
|
|
177
|
-
clearLabel,
|
|
178
|
-
clearable,
|
|
179
|
-
disabled,
|
|
180
|
-
name,
|
|
181
|
-
id,
|
|
182
|
-
className,
|
|
183
|
-
"data-testid": dataTestId
|
|
184
|
-
}
|
|
185
|
-
);
|
|
186
|
-
}
|
|
187
|
-
const optionTestId = (optionValue) => dataTestId ? `${dataTestId}-option-${optionValue}` : void 0;
|
|
188
|
-
const renderItem = (option) => /* @__PURE__ */ jsx(
|
|
189
|
-
SelectItem,
|
|
190
|
-
{
|
|
191
|
-
value: option.value,
|
|
192
|
-
disabled: option.disabled,
|
|
193
|
-
"data-testid": optionTestId(option.value),
|
|
194
|
-
children: renderOption ? renderOption(option) : option.label
|
|
195
|
-
},
|
|
196
|
-
option.value
|
|
197
|
-
);
|
|
198
|
-
return /* @__PURE__ */ jsxs(
|
|
199
|
-
SelectPrimitive.Root,
|
|
200
|
-
{
|
|
201
|
-
"data-slot": "select",
|
|
202
|
-
value: value || void 0,
|
|
203
|
-
onValueChange: (next) => onValueChange?.(
|
|
204
|
-
next,
|
|
205
|
-
options.find((option) => option.value === next)
|
|
206
|
-
),
|
|
207
|
-
disabled,
|
|
208
|
-
name,
|
|
209
|
-
children: [
|
|
210
|
-
/* @__PURE__ */ jsx(SelectTrigger, { id, "data-testid": dataTestId, className, children: /* @__PURE__ */ jsx(SelectValue, { placeholder }) }),
|
|
211
|
-
/* @__PURE__ */ jsx(SelectContent, { children: groupDataOptions(options).map(
|
|
212
|
-
(group) => group.heading ? /* @__PURE__ */ jsxs(SelectGroup, { children: [
|
|
213
|
-
/* @__PURE__ */ jsx(SelectLabel, { children: group.heading }),
|
|
214
|
-
group.items.map(renderItem)
|
|
215
|
-
] }, group.heading) : /* @__PURE__ */ jsx(React.Fragment, { children: group.items.map(renderItem) }, "__ungrouped")
|
|
216
|
-
) })
|
|
217
|
-
]
|
|
218
|
-
}
|
|
219
|
-
);
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
package/dist/chunk-GKXPALFT.js
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { SearchSelect } from './chunk-KDBGFJJI.js';
|
|
2
|
-
import { jsx } from 'react/jsx-runtime';
|
|
3
|
-
|
|
4
|
-
function Autocomplete({
|
|
5
|
-
options,
|
|
6
|
-
value,
|
|
7
|
-
onValueChange,
|
|
8
|
-
placeholder,
|
|
9
|
-
searchPlaceholder,
|
|
10
|
-
emptyMessage,
|
|
11
|
-
disabled,
|
|
12
|
-
className,
|
|
13
|
-
id
|
|
14
|
-
}) {
|
|
15
|
-
return /* @__PURE__ */ jsx(
|
|
16
|
-
SearchSelect,
|
|
17
|
-
{
|
|
18
|
-
id,
|
|
19
|
-
value,
|
|
20
|
-
onValueChange: (next) => onValueChange?.(next),
|
|
21
|
-
options,
|
|
22
|
-
clearable: false,
|
|
23
|
-
placeholder,
|
|
24
|
-
searchPlaceholder,
|
|
25
|
-
emptyMessage,
|
|
26
|
-
disabled,
|
|
27
|
-
className
|
|
28
|
-
}
|
|
29
|
-
);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export { Autocomplete };
|
package/dist/chunk-JKHWLPM5.js
DELETED
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { Command, CommandInput, CommandList, CommandEmpty, CommandItem } from './chunk-HTEL5DQI.js';
|
|
2
|
-
import { Button } from './chunk-M4PZNAMV.js';
|
|
3
|
-
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
4
|
-
import * as React from 'react';
|
|
5
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
6
|
-
|
|
7
|
-
var Combobox = ({
|
|
8
|
-
options,
|
|
9
|
-
value: controlledValue,
|
|
10
|
-
defaultValue = "",
|
|
11
|
-
onValueChange,
|
|
12
|
-
placeholder,
|
|
13
|
-
searchPlaceholder,
|
|
14
|
-
emptyText = "No result",
|
|
15
|
-
disabled = false,
|
|
16
|
-
name,
|
|
17
|
-
id,
|
|
18
|
-
className
|
|
19
|
-
}) => {
|
|
20
|
-
const [open, setOpen] = React.useState(false);
|
|
21
|
-
const [search, setSearch] = React.useState("");
|
|
22
|
-
const [internalValue, setInternalValue] = React.useState(defaultValue);
|
|
23
|
-
const isControlled = controlledValue !== void 0;
|
|
24
|
-
const value = isControlled ? controlledValue : internalValue;
|
|
25
|
-
const selectedLabel = options.find((option) => option.value === value)?.label ?? placeholder ?? "Select";
|
|
26
|
-
const resolvedSearch = search.trim().toLowerCase();
|
|
27
|
-
const filtered = resolvedSearch ? options.filter((option) => {
|
|
28
|
-
const haystack = `${option.label} ${option.value}`.toLowerCase();
|
|
29
|
-
return haystack.includes(resolvedSearch);
|
|
30
|
-
}) : options;
|
|
31
|
-
const setValue = (next) => {
|
|
32
|
-
if (!isControlled) setInternalValue(next);
|
|
33
|
-
onValueChange?.(next);
|
|
34
|
-
setOpen(false);
|
|
35
|
-
};
|
|
36
|
-
return /* @__PURE__ */ jsxs(
|
|
37
|
-
Popover,
|
|
38
|
-
{
|
|
39
|
-
open,
|
|
40
|
-
onOpenChange: (next) => {
|
|
41
|
-
setOpen(next);
|
|
42
|
-
if (!next) setSearch("");
|
|
43
|
-
},
|
|
44
|
-
children: [
|
|
45
|
-
/* @__PURE__ */ jsx(PopoverTrigger, { asChild: true, children: /* @__PURE__ */ jsxs(
|
|
46
|
-
Button,
|
|
47
|
-
{
|
|
48
|
-
id,
|
|
49
|
-
type: "button",
|
|
50
|
-
"data-slot": "combobox-trigger",
|
|
51
|
-
variant: "outline",
|
|
52
|
-
role: "combobox",
|
|
53
|
-
"aria-expanded": open,
|
|
54
|
-
disabled,
|
|
55
|
-
className,
|
|
56
|
-
children: [
|
|
57
|
-
/* @__PURE__ */ jsx("span", { className: value ? void 0 : "text-muted-foreground", children: value ? selectedLabel : placeholder ?? "Select" }),
|
|
58
|
-
/* @__PURE__ */ jsx("span", { className: "ui-combobox-caret", "aria-hidden": "true" })
|
|
59
|
-
]
|
|
60
|
-
}
|
|
61
|
-
) }),
|
|
62
|
-
name ? /* @__PURE__ */ jsx("input", { type: "hidden", name, value }) : null,
|
|
63
|
-
/* @__PURE__ */ jsx(
|
|
64
|
-
PopoverContent,
|
|
65
|
-
{
|
|
66
|
-
className: "ui-combobox-content",
|
|
67
|
-
align: "start",
|
|
68
|
-
sideOffset: 4,
|
|
69
|
-
collisionPadding: 12,
|
|
70
|
-
children: /* @__PURE__ */ jsxs(Command, { shouldFilter: false, className: "ui-combobox-command", children: [
|
|
71
|
-
/* @__PURE__ */ jsx(
|
|
72
|
-
CommandInput,
|
|
73
|
-
{
|
|
74
|
-
className: "ui-combobox-search",
|
|
75
|
-
value: search,
|
|
76
|
-
onValueChange: setSearch,
|
|
77
|
-
placeholder: searchPlaceholder ?? "Search..."
|
|
78
|
-
}
|
|
79
|
-
),
|
|
80
|
-
/* @__PURE__ */ jsx(CommandList, { className: "ui-combobox-list", children: filtered.length === 0 ? /* @__PURE__ */ jsx(CommandEmpty, { children: /* @__PURE__ */ jsx("span", { className: "ui-combobox-empty", children: emptyText }) }) : filtered.map((option) => /* @__PURE__ */ jsx(
|
|
81
|
-
CommandItem,
|
|
82
|
-
{
|
|
83
|
-
value: option.value,
|
|
84
|
-
className: "ui-combobox-item",
|
|
85
|
-
"data-selected": value === option.value || void 0,
|
|
86
|
-
onSelect: () => {
|
|
87
|
-
setValue(option.value);
|
|
88
|
-
},
|
|
89
|
-
children: option.label
|
|
90
|
-
},
|
|
91
|
-
option.value
|
|
92
|
-
)) })
|
|
93
|
-
] })
|
|
94
|
-
}
|
|
95
|
-
)
|
|
96
|
-
]
|
|
97
|
-
}
|
|
98
|
-
);
|
|
99
|
-
};
|
|
100
|
-
|
|
101
|
-
export { Combobox };
|