@oneplatformdev/ui 0.1.10-52 → 0.1.10-54
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/CHANGELOG.md +16 -0
- package/FormSelect/FormSelect.js +5 -3
- package/FormSelect/FormSelect.js.map +1 -1
- package/Select/Select.d.ts.map +1 -1
- package/Select/Select.js +46 -45
- package/Select/Select.js.map +1 -1
- package/Select/Select.types.d.ts +3 -0
- package/Select/Select.types.d.ts.map +1 -1
- package/Select/SelectRoot.d.ts +15 -13
- package/Select/SelectRoot.d.ts.map +1 -1
- package/Select/SelectRoot.js +165 -119
- package/Select/SelectRoot.js.map +1 -1
- package/Select/index.js +13 -11
- package/Select/index.js.map +1 -1
- package/TablePagination/TablePagination.js +15 -13
- package/TablePagination/TablePagination.js.map +1 -1
- package/index.js +378 -376
- package/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1
|
+
## 0.1.10-54 (2025-10-13)
|
2
|
+
|
3
|
+
### 🧱 Updated Dependencies
|
4
|
+
|
5
|
+
- Updated @oneplatformdev/utils to 0.1.1-103
|
6
|
+
- Updated @oneplatformdev/hooks to 0.1.0-89
|
7
|
+
- Updated @oneplatformdev/tokens to 0.0.1-76
|
8
|
+
|
9
|
+
## 0.1.10-53 (2025-10-06)
|
10
|
+
|
11
|
+
### 🧱 Updated Dependencies
|
12
|
+
|
13
|
+
- Updated @oneplatformdev/utils to 0.1.1-102
|
14
|
+
- Updated @oneplatformdev/hooks to 0.1.0-88
|
15
|
+
- Updated @oneplatformdev/tokens to 0.0.1-75
|
16
|
+
|
1
17
|
## 0.1.10-52 (2025-10-04)
|
2
18
|
|
3
19
|
### 🧱 Updated Dependencies
|
package/FormSelect/FormSelect.js
CHANGED
@@ -1,9 +1,11 @@
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
2
2
|
import { FormControl as g } from "../Form/Form.js";
|
3
3
|
import { FormRenderControl as C } from "../Form/FormRenderControl.js";
|
4
|
-
import "
|
4
|
+
import "@radix-ui/react-select";
|
5
|
+
import "lucide-react";
|
6
|
+
import "@oneplatformdev/utils";
|
5
7
|
import { Select as f } from "../Select/Select.js";
|
6
|
-
const
|
8
|
+
const j = (n) => {
|
7
9
|
const {
|
8
10
|
form: t,
|
9
11
|
label: m,
|
@@ -36,6 +38,6 @@ const S = (n) => {
|
|
36
38
|
);
|
37
39
|
};
|
38
40
|
export {
|
39
|
-
|
41
|
+
j as FormSelect
|
40
42
|
};
|
41
43
|
//# sourceMappingURL=FormSelect.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FormSelect.js","sources":["../../src/FormSelect/FormSelect.tsx"],"sourcesContent":["import { FormControl, FormRenderControl } from '../Form';\nimport { Select } from '../Select';\nimport { FormSelectProps } from './FormSelect.types';\nimport { FieldValues } from 'react-hook-form';\n\n// TODO: add description\nexport const FormSelect = <Data extends FieldValues, ExtendOptionData>(\n props: FormSelectProps<Data, ExtendOptionData>\n) => {\n const {\n form,\n label,\n name,\n options = [],\n onChange,\n containerProps,\n ...rest\n } = props;\n\n return (\n <FormRenderControl\n form={form}\n name={name}\n label={label}\n containerProps={containerProps}\n render={({ field }) => (\n <Select<ExtendOptionData>\n value={field.value}\n options={options}\n onChange={(value) => {\n field.onChange(value);\n onChange?.(value);\n }}\n renderTrigger={(_, defaultComponent) => (\n <FormControl>\n {defaultComponent}\n </FormControl>\n )}\n {...rest}\n />\n )}\n />\n );\n};\n"],"names":["FormSelect","props","form","label","name","options","onChange","containerProps","rest","jsx","FormRenderControl","field","Select","value","_","defaultComponent","FormControl"],"mappings":"
|
1
|
+
{"version":3,"file":"FormSelect.js","sources":["../../src/FormSelect/FormSelect.tsx"],"sourcesContent":["import { FormControl, FormRenderControl } from '../Form';\nimport { Select } from '../Select';\nimport { FormSelectProps } from './FormSelect.types';\nimport { FieldValues } from 'react-hook-form';\n\n// TODO: add description\nexport const FormSelect = <Data extends FieldValues, ExtendOptionData>(\n props: FormSelectProps<Data, ExtendOptionData>\n) => {\n const {\n form,\n label,\n name,\n options = [],\n onChange,\n containerProps,\n ...rest\n } = props;\n\n return (\n <FormRenderControl\n form={form}\n name={name}\n label={label}\n containerProps={containerProps}\n render={({ field }) => (\n <Select<ExtendOptionData>\n value={field.value}\n options={options}\n onChange={(value) => {\n field.onChange(value);\n onChange?.(value);\n }}\n renderTrigger={(_, defaultComponent) => (\n <FormControl>\n {defaultComponent}\n </FormControl>\n )}\n {...rest}\n />\n )}\n />\n );\n};\n"],"names":["FormSelect","props","form","label","name","options","onChange","containerProps","rest","jsx","FormRenderControl","field","Select","value","_","defaultComponent","FormControl"],"mappings":";;;;;;;AAMO,MAAMA,IAAa,CACxBC,MACG;AACH,QAAM;AAAA,IACJ,MAAAC;AAAA,IACA,OAAAC;AAAA,IACA,MAAAC;AAAA,IACA,SAAAC,IAAU,CAAA;AAAA,IACV,UAAAC;AAAA,IACA,gBAAAC;AAAA,IACA,GAAGC;AAAA,EAAA,IACDP;AAEJ,SACE,gBAAAQ;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,MAAAR;AAAA,MACA,MAAAE;AAAA,MACA,OAAAD;AAAA,MACA,gBAAAI;AAAA,MACA,QAAQ,CAAC,EAAE,OAAAI,EAAA,MACT,gBAAAF;AAAA,QAACG;AAAA,QAAA;AAAA,UACC,OAAOD,EAAM;AAAA,UACb,SAAAN;AAAA,UACA,UAAU,CAACQ,MAAU;AACnB,YAAAF,EAAM,SAASE,CAAK,GACpBP,IAAWO,CAAK;AAAA,UAClB;AAAA,UACA,eAAe,CAACC,GAAGC,MACjB,gBAAAN,EAACO,KACE,UAAAD,GACH;AAAA,UAED,GAAGP;AAAA,QAAA;AAAA,MAAA;AAAA,IACN;AAAA,EAAA;AAIR;"}
|
package/Select/Select.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../src/Select/Select.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../src/Select/Select.tsx"],"names":[],"mappings":"AAGA,OAAO,EAIL,WAAW,EAIZ,MAAM,WAAW,CAAC;AAsHnB,eAAO,MAAM,MAAM,GAAI,gBAAgB,EACrC,OAAO,WAAW,CAAC,gBAAgB,CAAC,4CAwCrC,CAAC"}
|
package/Select/Select.js
CHANGED
@@ -1,77 +1,78 @@
|
|
1
|
-
import { jsxs as
|
2
|
-
import { createElement as
|
1
|
+
import { jsxs as s, jsx as r, Fragment as h } from "react/jsx-runtime";
|
2
|
+
import { createElement as f, isValidElement as v } from "react";
|
3
3
|
import { Button as x } from "../Button/Button.js";
|
4
4
|
import "../Button/buttonVariants.js";
|
5
|
-
import { SelectRoot as S, SelectContent as y, SelectTrigger as b, SelectValue as C, SelectItem as
|
5
|
+
import { SelectRoot as S, SelectContent as y, SelectTrigger as b, SelectValue as C, SelectItem as p } from "./SelectRoot.js";
|
6
6
|
import { isValidReactElement as R } from "@oneplatformdev/utils";
|
7
|
-
const
|
8
|
-
const { placeholder:
|
9
|
-
return e && typeof e == "function" && R(e(
|
10
|
-
},
|
11
|
-
const { children:
|
12
|
-
return /* @__PURE__ */
|
13
|
-
|
7
|
+
const P = (t) => {
|
8
|
+
const { placeholder: n, renderTrigger: e, slotProps: o } = t, l = /* @__PURE__ */ r(b, { ...o?.triggerProps || {}, children: /* @__PURE__ */ r(C, { placeholder: n }) });
|
9
|
+
return e && typeof e == "function" && R(e(t, l)) ? e(t, l) : l;
|
10
|
+
}, d = (t) => {
|
11
|
+
const { children: n, option: e, deep: o = 0 } = t;
|
12
|
+
return /* @__PURE__ */ s(
|
13
|
+
p,
|
14
14
|
{
|
15
15
|
value: e.value,
|
16
16
|
disabled: e.disabled,
|
17
17
|
className: "cursor-pointer",
|
18
18
|
style: { paddingLeft: `calc(8px + ${(o || 0) * 8}px)` },
|
19
19
|
children: [
|
20
|
-
!
|
21
|
-
|
20
|
+
!n && e.label,
|
21
|
+
n && /* @__PURE__ */ r(h, { children: typeof n == "function" ? n({ ...t }) : n })
|
22
22
|
]
|
23
23
|
},
|
24
24
|
e.value
|
25
25
|
);
|
26
|
-
},
|
27
|
-
const { renderOption:
|
28
|
-
return
|
29
|
-
|
26
|
+
}, g = (t) => {
|
27
|
+
const { renderOption: n, option: e, index: o, options: l, deep: u = 0, ...i } = t;
|
28
|
+
return n && typeof n == "function" && v(
|
29
|
+
n(
|
30
30
|
e,
|
31
31
|
o,
|
32
32
|
l,
|
33
|
-
{ ...
|
34
|
-
/* @__PURE__ */ r(
|
33
|
+
{ ...i, options: l },
|
34
|
+
/* @__PURE__ */ r(d, { ...t })
|
35
35
|
)
|
36
|
-
) ? /* @__PURE__ */ r(
|
36
|
+
) ? /* @__PURE__ */ r(p, { value: e.value, children: n(
|
37
37
|
e,
|
38
38
|
o,
|
39
39
|
l,
|
40
|
-
{ ...
|
41
|
-
/* @__PURE__ */ r(
|
42
|
-
) }, e.value) : e.children?.length ? /* @__PURE__ */
|
40
|
+
{ ...i, options: l },
|
41
|
+
/* @__PURE__ */ r(d, { ...t })
|
42
|
+
) }, e.value) : e.children?.length ? /* @__PURE__ */ s(
|
43
43
|
"div",
|
44
44
|
{
|
45
45
|
className: "flex flex-col gap-1 truncate line-clamp-2",
|
46
46
|
children: [
|
47
|
-
/* @__PURE__ */ r(
|
48
|
-
e.children?.map((
|
49
|
-
|
47
|
+
/* @__PURE__ */ r(d, { ...t }),
|
48
|
+
e.children?.map((a, c, m) => /* @__PURE__ */ f(
|
49
|
+
g,
|
50
50
|
{
|
51
|
-
...
|
52
|
-
key:
|
53
|
-
option:
|
54
|
-
options:
|
55
|
-
index:
|
51
|
+
...t,
|
52
|
+
key: a.value,
|
53
|
+
option: a,
|
54
|
+
options: m,
|
55
|
+
index: c,
|
56
56
|
deep: (u || 0) + 1
|
57
57
|
}
|
58
58
|
))
|
59
59
|
]
|
60
60
|
},
|
61
61
|
e.value
|
62
|
-
) : /* @__PURE__ */ r(
|
63
|
-
},
|
62
|
+
) : /* @__PURE__ */ r(d, { ...t });
|
63
|
+
}, T = (t) => {
|
64
64
|
const {
|
65
|
-
value:
|
65
|
+
value: n,
|
66
66
|
options: e,
|
67
67
|
onChange: o,
|
68
68
|
nullable: l = !1,
|
69
69
|
clearLabel: u = "Clear",
|
70
|
-
disabled:
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
/* @__PURE__ */
|
70
|
+
disabled: i,
|
71
|
+
slotProps: a
|
72
|
+
} = t;
|
73
|
+
return /* @__PURE__ */ s(S, { value: n, onValueChange: o, disabled: i, children: [
|
74
|
+
/* @__PURE__ */ r(P, { ...t }),
|
75
|
+
/* @__PURE__ */ s(y, { ...a?.selectProps || {}, children: [
|
75
76
|
l && /* @__PURE__ */ r(
|
76
77
|
x,
|
77
78
|
{
|
@@ -84,13 +85,13 @@ const V = (n) => {
|
|
84
85
|
children: u
|
85
86
|
}
|
86
87
|
),
|
87
|
-
e.map((
|
88
|
-
|
88
|
+
e.map((c, m) => /* @__PURE__ */ f(
|
89
|
+
g,
|
89
90
|
{
|
90
|
-
...
|
91
|
-
key:
|
92
|
-
option:
|
93
|
-
index:
|
91
|
+
...t,
|
92
|
+
key: c.value,
|
93
|
+
option: c,
|
94
|
+
index: m,
|
94
95
|
deep: 0
|
95
96
|
}
|
96
97
|
))
|
@@ -98,6 +99,6 @@ const V = (n) => {
|
|
98
99
|
] });
|
99
100
|
};
|
100
101
|
export {
|
101
|
-
|
102
|
+
T as Select
|
102
103
|
};
|
103
104
|
//# sourceMappingURL=Select.js.map
|
package/Select/Select.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Select.js","sources":["../../src/Select/Select.tsx"],"sourcesContent":["import
|
1
|
+
{"version":3,"file":"Select.js","sources":["../../src/Select/Select.tsx"],"sourcesContent":["import { isValidElement, ReactNode } from 'react';\n\nimport { Button } from '../Button';\nimport {\n SelectContent,\n SelectItem,\n SelectOption,\n SelectProps,\n SelectRoot,\n SelectTrigger,\n SelectValue,\n} from '../Select';\nimport { isValidReactElement } from '@oneplatformdev/utils';\n\nconst RenderSelectTrigger = <ExtendOptionData,>(\n props: SelectProps<ExtendOptionData>\n) => {\n const { placeholder, renderTrigger, slotProps } = props;\n const defaultComponent = (\n <SelectTrigger {...(slotProps?.triggerProps || {})}>\n <SelectValue placeholder={placeholder} />\n </SelectTrigger>\n );\n\n if (\n Boolean(renderTrigger) &&\n typeof renderTrigger === 'function' &&\n isValidReactElement(renderTrigger(props, defaultComponent))\n ) {\n return renderTrigger(props, defaultComponent);\n }\n\n return defaultComponent;\n};\n\nconst DefaultRenderSelectOption = <ExtendOptionData,>(\n props: SelectProps<ExtendOptionData> & {\n option: SelectOption<ExtendOptionData>;\n index: number;\n deep?: number;\n children?: ((params: SelectProps<ExtendOptionData> & {\n option: SelectOption<ExtendOptionData>;\n index: number;\n }) => ReactNode) | ReactNode;\n }\n) => {\n const { children, option, deep = 0 } = props;\n\n return (\n <SelectItem\n key={option.value}\n value={option.value}\n disabled={option.disabled}\n className='cursor-pointer'\n style={{ paddingLeft: `calc(8px + ${(deep || 0) * 8}px)` }}\n >\n {!children && option.label}\n {children && (\n <>\n {typeof children === 'function'\n ? children({ ...props })\n : children\n }\n </>\n )}\n </SelectItem>\n )\n};\n\nconst RenderSelectOption = <ExtendOptionData,>(\n props: SelectProps<ExtendOptionData> & {\n option: SelectOption<ExtendOptionData>;\n index: number;\n deep?: number;\n }\n) => {\n const { renderOption, option, index, options, deep = 0, ...rest } = props;\n\n if (\n Boolean(renderOption) &&\n typeof renderOption === 'function' &&\n isValidElement(\n renderOption(\n option,\n index,\n options,\n { ...rest, options },\n <DefaultRenderSelectOption {...props} />\n )\n )\n ) {\n return (\n <SelectItem key={option.value} value={option.value}>\n {renderOption(\n option,\n index,\n options,\n { ...rest, options },\n <DefaultRenderSelectOption {...props} />\n )}\n </SelectItem>\n );\n }\n\n if(!option.children?.length) {\n return <DefaultRenderSelectOption {...props} />;\n }\n\n return (\n <div\n key={option.value}\n className=\"flex flex-col gap-1 truncate line-clamp-2\"\n >\n <DefaultRenderSelectOption {...props} />\n {option.children?.map((child, idx, arr) => (\n <RenderSelectOption\n {...props}\n key={child.value}\n option={child}\n options={arr}\n index={idx}\n deep={(deep || 0) + 1}\n />\n ))}\n </div>\n )\n};\n\n// TODO: add description\nexport const Select = <ExtendOptionData,>(\n props: SelectProps<ExtendOptionData>\n) => {\n const {\n value,\n options,\n onChange,\n nullable = false,\n clearLabel = 'Clear',\n disabled,\n slotProps,\n } = props;\n\n return (\n <SelectRoot value={value} onValueChange={onChange} disabled={disabled}>\n <RenderSelectTrigger {...props} />\n <SelectContent {...(slotProps?.selectProps || {})}>\n {nullable && (\n <Button\n className=\"w-full px-2\"\n variant=\"secondary\"\n size=\"sm\"\n onClick={() => {\n onChange?.('');\n }}\n >\n {clearLabel}\n </Button>\n )}\n {options.map((option, index) => (\n <RenderSelectOption\n {...props}\n key={option.value}\n option={option}\n index={index}\n deep={0}\n />\n ))}\n </SelectContent>\n </SelectRoot>\n );\n};\n"],"names":["RenderSelectTrigger","props","placeholder","renderTrigger","slotProps","defaultComponent","jsx","SelectTrigger","SelectValue","isValidReactElement","DefaultRenderSelectOption","children","option","deep","jsxs","SelectItem","Fragment","RenderSelectOption","renderOption","index","options","rest","isValidElement","child","idx","arr","createElement","Select","value","onChange","nullable","clearLabel","disabled","SelectRoot","SelectContent","Button"],"mappings":"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"}
|
package/Select/Select.types.d.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
import { ComponentPropsWithoutRef, ReactNode } from 'react';
|
2
|
+
import { SelectContent } from './SelectRoot';
|
2
3
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
3
4
|
export interface SelectOption<ExtendOptionData = unknown> {
|
4
5
|
value: string;
|
@@ -32,6 +33,8 @@ export interface SelectProps<ExtendOptionData> {
|
|
32
33
|
slotProps?: {
|
33
34
|
/** Select Default Trigger Props */
|
34
35
|
triggerProps?: ComponentPropsWithoutRef<typeof SelectPrimitive.Trigger>;
|
36
|
+
/** Select Content Props */
|
37
|
+
selectProps?: ComponentPropsWithoutRef<typeof SelectContent>;
|
35
38
|
};
|
36
39
|
}
|
37
40
|
//# sourceMappingURL=Select.types.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Select.types.d.ts","sourceRoot":"","sources":["../../src/Select/Select.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC5D,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;
|
1
|
+
{"version":3,"file":"Select.types.d.ts","sourceRoot":"","sources":["../../src/Select/Select.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC5D,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,MAAM,WAAW,YAAY,CAAC,gBAAgB,GAAG,OAAO;IACtD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB,QAAQ,CAAC,EAAE,YAAY,CAAC,gBAAgB,CAAC,EAAE,CAAC;CAC7C;AAED,MAAM,MAAM,mBAAmB,CAAC,gBAAgB,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAC,EAAE,eAAe,CAAC,EAAE,gBAAgB,EAAE,SAAS,KAAK,SAAS,CAAC;AAE5J,MAAM,MAAM,kBAAkB,CAAC,gBAAgB,IAAI,CACjD,MAAM,EAAE,YAAY,CAAC,gBAAgB,CAAC,EACtC,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,YAAY,CAAC,gBAAgB,CAAC,EAAE,EACzC,KAAK,EAAE,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAC,EAAE,cAAc,CAAC,EAC1D,gBAAgB,EAAE,SAAS,KACxB,SAAS,CAAC;AAEf,MAAM,WAAW,WAAW,CAAC,gBAAgB;IAC3C,sBAAsB;IACtB,OAAO,EAAE,YAAY,CAAC,gBAAgB,CAAC,EAAE,CAAC;IAC1C,qBAAqB;IACrB,KAAK,CAAC,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAC,OAAO,CAAC,CAAC;IAChD,iCAAiC;IACjC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yCAAyC;IACzC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IACpE,qCAAqC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qCAAqC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iCAAiC;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,6BAA6B;IAC7B,aAAa,CAAC,EAAE,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;IACtD,4BAA4B;IAC5B,YAAY,CAAC,EAAE,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IACpD,wBAAwB;IACxB,SAAS,CAAC,EAAE;QACV,mCAAmC;QACnC,YAAY,CAAC,EAAE,wBAAwB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,CAAC;QACxE,2BAA2B;QAC3B,WAAW,CAAC,EAAE,wBAAwB,CAAC,OAAO,aAAa,CAAC,CAAC;KAC9D,CAAC;CACH"}
|
package/Select/SelectRoot.d.ts
CHANGED
@@ -1,14 +1,16 @@
|
|
1
|
-
import * as React from
|
2
|
-
import * as SelectPrimitive from
|
3
|
-
declare
|
4
|
-
declare
|
5
|
-
declare
|
6
|
-
declare
|
7
|
-
|
8
|
-
|
9
|
-
declare
|
10
|
-
declare
|
11
|
-
declare
|
12
|
-
declare
|
13
|
-
|
1
|
+
import * as React from "react";
|
2
|
+
import * as SelectPrimitive from "@radix-ui/react-select";
|
3
|
+
declare function SelectRoot({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
4
|
+
declare function SelectGroup({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
|
5
|
+
declare function SelectValue({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>): import("react/jsx-runtime").JSX.Element;
|
6
|
+
declare function SelectTrigger({ className, size, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trigger> & {
|
7
|
+
size?: "sm" | "default";
|
8
|
+
}): import("react/jsx-runtime").JSX.Element;
|
9
|
+
declare function SelectContent({ className, children, position, align, ...props }: React.ComponentProps<typeof SelectPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
10
|
+
declare function SelectLabel({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>): import("react/jsx-runtime").JSX.Element;
|
11
|
+
declare function SelectItem({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
|
12
|
+
declare function SelectSeparator({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
|
13
|
+
declare function SelectScrollUpButton({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): import("react/jsx-runtime").JSX.Element;
|
14
|
+
declare function SelectScrollDownButton({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): import("react/jsx-runtime").JSX.Element;
|
15
|
+
export { SelectRoot, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, SelectPrimitive, };
|
14
16
|
//# sourceMappingURL=SelectRoot.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"SelectRoot.d.ts","sourceRoot":"","sources":["../../src/Select/SelectRoot.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,
|
1
|
+
{"version":3,"file":"SelectRoot.d.ts","sourceRoot":"","sources":["../../src/Select/SelectRoot.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AAKzD,iBAAS,UAAU,CAAC,EACF,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAEnE;AAED,iBAAS,WAAW,CAAC,EACE,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEzE;AAED,iBAAS,WAAW,CAAC,EACE,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEzE;AAED,iBAAS,aAAa,CAAC,EACE,SAAS,EACT,IAAgB,EAChB,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IAC/E,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAA;CACxB,2CAiBA;AAED,iBAAS,aAAa,CAAC,EACE,SAAS,EACT,QAAQ,EACR,QAAmB,EACnB,KAAgB,EAChB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CA6B7E;AAED,iBAAS,WAAW,CAAC,EACE,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQzE;AAED,iBAAS,UAAU,CAAC,EACE,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAkBvE;AAED,iBAAS,eAAe,CAAC,EACE,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,2CAQjF;AAED,iBAAS,oBAAoB,CAAC,EACE,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,cAAc,CAAC,2CAa3F;AAED,iBAAS,sBAAsB,CAAC,EACE,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,gBAAgB,CAAC,2CAa/F;AAED,OAAO,EACL,UAAU,EACV,aAAa,EACb,WAAW,EACX,UAAU,EACV,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,WAAW,EACX,eAAe,GAChB,CAAA"}
|
package/Select/SelectRoot.js
CHANGED
@@ -1,127 +1,173 @@
|
|
1
|
-
import {
|
2
|
-
import * as
|
3
|
-
import
|
4
|
-
import { ChevronDown as n, ChevronUp as u, Check as h } from "lucide-react";
|
1
|
+
import { jsx as t, jsxs as l } from "react/jsx-runtime";
|
2
|
+
import * as a from "@radix-ui/react-select";
|
3
|
+
import { CheckIcon as c, ChevronDownIcon as i, ChevronUpIcon as u } from "lucide-react";
|
5
4
|
import { cn as s } from "@oneplatformdev/utils";
|
6
|
-
|
7
|
-
e
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
c.displayName = e.ScrollUpButton.displayName;
|
36
|
-
const m = l.forwardRef(({ className: o, ...r }, a) => /* @__PURE__ */ t(
|
37
|
-
e.ScrollDownButton,
|
38
|
-
{
|
39
|
-
ref: a,
|
40
|
-
className: s(
|
41
|
-
"flex cursor-default items-center justify-center py-1",
|
42
|
-
o
|
43
|
-
),
|
44
|
-
...r,
|
45
|
-
children: /* @__PURE__ */ t(n, { className: "h-4 w-4" })
|
46
|
-
}
|
47
|
-
));
|
48
|
-
m.displayName = e.ScrollDownButton.displayName;
|
49
|
-
const y = l.forwardRef(({ className: o, children: r, position: a = "popper", style: d, ...p }, f) => /* @__PURE__ */ t(e.Portal, { children: /* @__PURE__ */ i(
|
50
|
-
e.Content,
|
51
|
-
{
|
52
|
-
ref: f,
|
53
|
-
className: s(
|
54
|
-
"relative z-50 max-h-96 min-w-32 overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 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",
|
55
|
-
a === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
|
56
|
-
o
|
57
|
-
),
|
58
|
-
position: a,
|
59
|
-
style: {
|
60
|
-
pointerEvents: "auto",
|
61
|
-
...d
|
62
|
-
},
|
63
|
-
...p,
|
64
|
-
children: [
|
65
|
-
/* @__PURE__ */ t(c, {}),
|
66
|
-
/* @__PURE__ */ t(
|
67
|
-
e.Viewport,
|
68
|
-
{
|
69
|
-
className: s(
|
70
|
-
"p-1",
|
71
|
-
a === "popper" && "h-(--radix-select-trigger-height) w-full min-w-(--radix-select-trigger-width)"
|
72
|
-
),
|
73
|
-
children: r
|
74
|
-
}
|
5
|
+
function x({
|
6
|
+
...e
|
7
|
+
}) {
|
8
|
+
return /* @__PURE__ */ t(a.Root, { "data-slot": "select", ...e });
|
9
|
+
}
|
10
|
+
function h({
|
11
|
+
...e
|
12
|
+
}) {
|
13
|
+
return /* @__PURE__ */ t(a.Group, { "data-slot": "select-group", ...e });
|
14
|
+
}
|
15
|
+
function b({
|
16
|
+
...e
|
17
|
+
}) {
|
18
|
+
return /* @__PURE__ */ t(a.Value, { "data-slot": "select-value", ...e });
|
19
|
+
}
|
20
|
+
function w({
|
21
|
+
className: e,
|
22
|
+
size: r = "default",
|
23
|
+
children: o,
|
24
|
+
...n
|
25
|
+
}) {
|
26
|
+
return /* @__PURE__ */ l(
|
27
|
+
a.Trigger,
|
28
|
+
{
|
29
|
+
"data-slot": "select-trigger",
|
30
|
+
"data-size": r,
|
31
|
+
className: s(
|
32
|
+
"border-input data-[placeholder]:text-muted-foreground [&_svg:not([class*='text-'])]:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 dark:hover:bg-input/50 flex w-fit items-center justify-between gap-2 rounded-md border bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-9 data-[size=sm]:h-8 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
|
33
|
+
e
|
75
34
|
),
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
) })
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
)
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
35
|
+
...n,
|
36
|
+
children: [
|
37
|
+
o,
|
38
|
+
/* @__PURE__ */ t(a.Icon, { asChild: !0, children: /* @__PURE__ */ t(i, { className: "size-4 opacity-50" }) })
|
39
|
+
]
|
40
|
+
}
|
41
|
+
);
|
42
|
+
}
|
43
|
+
function y({
|
44
|
+
className: e,
|
45
|
+
children: r,
|
46
|
+
position: o = "popper",
|
47
|
+
align: n = "center",
|
48
|
+
...d
|
49
|
+
}) {
|
50
|
+
return /* @__PURE__ */ t(a.Portal, { children: /* @__PURE__ */ l(
|
51
|
+
a.Content,
|
52
|
+
{
|
53
|
+
"data-slot": "select-content",
|
54
|
+
className: s(
|
55
|
+
"bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 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-(--radix-select-content-available-height) min-w-[8rem] origin-(--radix-select-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border shadow-md",
|
56
|
+
o === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
|
57
|
+
e
|
58
|
+
),
|
59
|
+
position: o,
|
60
|
+
align: n,
|
61
|
+
...d,
|
62
|
+
children: [
|
63
|
+
/* @__PURE__ */ t(p, {}),
|
64
|
+
/* @__PURE__ */ t(
|
65
|
+
a.Viewport,
|
66
|
+
{
|
67
|
+
className: s(
|
68
|
+
"p-1",
|
69
|
+
o === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)] scroll-my-1"
|
70
|
+
),
|
71
|
+
children: r
|
72
|
+
}
|
73
|
+
),
|
74
|
+
/* @__PURE__ */ t(m, {})
|
75
|
+
]
|
76
|
+
}
|
77
|
+
) });
|
78
|
+
}
|
79
|
+
function S({
|
80
|
+
className: e,
|
81
|
+
...r
|
82
|
+
}) {
|
83
|
+
return /* @__PURE__ */ t(
|
84
|
+
a.Label,
|
85
|
+
{
|
86
|
+
"data-slot": "select-label",
|
87
|
+
className: s("text-muted-foreground px-2 py-1.5 text-xs", e),
|
88
|
+
...r
|
89
|
+
}
|
90
|
+
);
|
91
|
+
}
|
92
|
+
function z({
|
93
|
+
className: e,
|
94
|
+
children: r,
|
95
|
+
...o
|
96
|
+
}) {
|
97
|
+
return /* @__PURE__ */ l(
|
98
|
+
a.Item,
|
99
|
+
{
|
100
|
+
"data-slot": "select-item",
|
101
|
+
className: s(
|
102
|
+
"focus:bg-accent focus:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 rounded-sm py-1.5 pr-8 pl-2 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2",
|
103
|
+
e
|
104
|
+
),
|
105
|
+
...o,
|
106
|
+
children: [
|
107
|
+
/* @__PURE__ */ t("span", { className: "absolute right-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ t(a.ItemIndicator, { children: /* @__PURE__ */ t(c, { className: "size-4" }) }) }),
|
108
|
+
/* @__PURE__ */ t(a.ItemText, { children: r })
|
109
|
+
]
|
110
|
+
}
|
111
|
+
);
|
112
|
+
}
|
113
|
+
function N({
|
114
|
+
className: e,
|
115
|
+
...r
|
116
|
+
}) {
|
117
|
+
return /* @__PURE__ */ t(
|
118
|
+
a.Separator,
|
119
|
+
{
|
120
|
+
"data-slot": "select-separator",
|
121
|
+
className: s("bg-border pointer-events-none -mx-1 my-1 h-px", e),
|
122
|
+
...r
|
123
|
+
}
|
124
|
+
);
|
125
|
+
}
|
126
|
+
function p({
|
127
|
+
className: e,
|
128
|
+
...r
|
129
|
+
}) {
|
130
|
+
return /* @__PURE__ */ t(
|
131
|
+
a.ScrollUpButton,
|
132
|
+
{
|
133
|
+
"data-slot": "select-scroll-up-button",
|
134
|
+
className: s(
|
135
|
+
"flex cursor-default items-center justify-center py-1",
|
136
|
+
e
|
137
|
+
),
|
138
|
+
...r,
|
139
|
+
children: /* @__PURE__ */ t(u, { className: "size-4" })
|
140
|
+
}
|
141
|
+
);
|
142
|
+
}
|
143
|
+
function m({
|
144
|
+
className: e,
|
145
|
+
...r
|
146
|
+
}) {
|
147
|
+
return /* @__PURE__ */ t(
|
148
|
+
a.ScrollDownButton,
|
149
|
+
{
|
150
|
+
"data-slot": "select-scroll-down-button",
|
151
|
+
className: s(
|
152
|
+
"flex cursor-default items-center justify-center py-1",
|
153
|
+
e
|
154
|
+
),
|
155
|
+
...r,
|
156
|
+
children: /* @__PURE__ */ t(i, { className: "size-4" })
|
157
|
+
}
|
158
|
+
);
|
159
|
+
}
|
115
160
|
export {
|
116
161
|
y as SelectContent,
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
162
|
+
h as SelectGroup,
|
163
|
+
z as SelectItem,
|
164
|
+
S as SelectLabel,
|
165
|
+
a as SelectPrimitive,
|
166
|
+
x as SelectRoot,
|
121
167
|
m as SelectScrollDownButton,
|
122
|
-
|
123
|
-
|
168
|
+
p as SelectScrollUpButton,
|
169
|
+
N as SelectSeparator,
|
124
170
|
w as SelectTrigger,
|
125
|
-
|
171
|
+
b as SelectValue
|
126
172
|
};
|
127
173
|
//# sourceMappingURL=SelectRoot.js.map
|