@simpli-route/apollo-ds 0.1.58 → 0.1.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/components/SearchField/SearchFieldIconContainer.d.ts +1 -1
- package/dist/components/SearchField/SearchFieldPopover.d.ts +7 -1
- package/dist/index.cjs10.js +1 -1
- package/dist/index.cjs11.js +1 -1
- package/dist/index.cjs111.js +1 -1
- package/dist/index.cjs112.js +1 -1
- package/dist/index.cjs113.js +1 -1
- package/dist/index.cjs114.js +1 -1
- package/dist/index.cjs115.js +1 -1
- package/dist/index.cjs116.js +1 -1
- package/dist/index.cjs117.js +1 -1
- package/dist/index.cjs118.js +1 -1
- package/dist/index.cjs119.js +1 -1
- package/dist/index.cjs120.js +1 -1
- package/dist/index.cjs121.js +1 -1
- package/dist/index.cjs122.js +1 -1
- package/dist/index.cjs123.js +1 -1
- package/dist/index.cjs14.js +1 -1
- package/dist/index.cjs18.js +1 -1
- package/dist/index.cjs19.js +1 -1
- package/dist/index.cjs24.js +1 -1
- package/dist/index.cjs26.js +1 -1
- package/dist/index.cjs30.js +1 -1
- package/dist/index.cjs31.js +1 -1
- package/dist/index.cjs35.js +1 -1
- package/dist/index.cjs37.js +1 -1
- package/dist/index.cjs65.js +1 -1
- package/dist/index.cjs66.js +1 -1
- package/dist/index.cjs67.js +1 -1
- package/dist/index.cjs68.js +1 -1
- package/dist/index.cjs69.js +1 -1
- package/dist/index.cjs70.js +1 -1
- package/dist/index.cjs71.js +1 -1
- package/dist/index.cjs72.js +1 -1
- package/dist/index.cjs73.js +1 -1
- package/dist/index.cjs75.js +1 -1
- package/dist/index.cjs76.js +1 -1
- package/dist/index.cjs78.js +1 -1
- package/dist/index.cjs8.js +1 -1
- package/dist/index.cjs80.js +1 -1
- package/dist/index.cjs81.js +1 -1
- package/dist/index.cjs82.js +1 -1
- package/dist/index.cjs85.js +1 -1
- package/dist/index.cjs86.js +1 -1
- package/dist/index.cjs87.js +1 -1
- package/dist/index.cjs88.js +1 -1
- package/dist/index.cjs89.js +1 -1
- package/dist/index.cjs90.js +1 -1
- package/dist/index.cjs93.js +1 -1
- package/dist/index.cjs94.js +1 -1
- package/dist/index.es10.js +3 -3
- package/dist/index.es11.js +1 -1
- package/dist/index.es111.js +5 -2
- package/dist/index.es112.js +4 -2
- package/dist/index.es113.js +3 -57
- package/dist/index.es114.js +15 -12
- package/dist/index.es115.js +57 -4
- package/dist/index.es116.js +4 -3
- package/dist/index.es117.js +27 -20
- package/dist/index.es118.js +2 -4
- package/dist/index.es119.js +10 -28
- package/dist/index.es120.js +340 -2
- package/dist/index.es121.js +166 -8
- package/dist/index.es122.js +2 -340
- package/dist/index.es123.js +2 -166
- package/dist/index.es14.js +1 -1
- package/dist/index.es18.js +1 -1
- package/dist/index.es19.js +47 -47
- package/dist/index.es24.js +1 -1
- package/dist/index.es26.js +2 -2
- package/dist/index.es30.js +2 -2
- package/dist/index.es31.js +2 -2
- package/dist/index.es35.js +3 -3
- package/dist/index.es37.js +3 -3
- package/dist/index.es65.js +18 -10
- package/dist/index.es66.js +16 -11
- package/dist/index.es67.js +16 -10
- package/dist/index.es68.js +75 -26
- package/dist/index.es69.js +162 -78
- package/dist/index.es70.js +28 -16
- package/dist/index.es71.js +10 -17
- package/dist/index.es72.js +12 -16
- package/dist/index.es73.js +10 -163
- package/dist/index.es75.js +51 -49
- package/dist/index.es76.js +12 -23
- package/dist/index.es78.js +42 -12
- package/dist/index.es8.js +1 -1
- package/dist/index.es80.js +100 -77
- package/dist/index.es81.js +12 -100
- package/dist/index.es82.js +77 -12
- package/dist/index.es85.js +10 -7
- package/dist/index.es86.js +9 -17
- package/dist/index.es87.js +35 -139
- package/dist/index.es88.js +7 -10
- package/dist/index.es89.js +17 -9
- package/dist/index.es90.js +139 -35
- package/dist/index.es93.js +1 -1
- package/dist/index.es94.js +1 -1
- package/dist/stories/SearchField.stories.d.ts +10 -0
- package/dist/style.css +25 -24
- package/package.json +1 -1
package/dist/index.es73.js
CHANGED
|
@@ -1,165 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
{
|
|
11
|
-
intent: "secondary",
|
|
12
|
-
isHovered: !0,
|
|
13
|
-
isDisabled: !1,
|
|
14
|
-
isActive: !1,
|
|
15
|
-
class: "bg-primary-500 text-primary-50"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
intent: "minimal",
|
|
19
|
-
isHovered: !0,
|
|
20
|
-
isDisabled: !1,
|
|
21
|
-
isActive: !1,
|
|
22
|
-
class: "bg-neutral-200 text-neutral-800"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
intent: "error",
|
|
26
|
-
isHovered: !0,
|
|
27
|
-
isDisabled: !1,
|
|
28
|
-
isActive: !1,
|
|
29
|
-
class: "bg-error-100"
|
|
30
|
-
}
|
|
31
|
-
], r = [
|
|
32
|
-
{
|
|
33
|
-
intent: "primary",
|
|
34
|
-
isActive: !0,
|
|
35
|
-
isDisabled: !1,
|
|
36
|
-
class: "bg-primary-500 text-primary-50"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
intent: "primary",
|
|
40
|
-
isActive: !0,
|
|
41
|
-
isDisabled: !0,
|
|
42
|
-
class: "bg-primary-300 text-primary-100"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
intent: "secondary",
|
|
46
|
-
isActive: !0,
|
|
47
|
-
isDisabled: !1,
|
|
48
|
-
class: "bg-primary-500 text-primary-50"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
intent: "secondary",
|
|
52
|
-
isActive: !0,
|
|
53
|
-
isDisabled: !0,
|
|
54
|
-
class: "bg-primary-100 text-primary-300"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
intent: "minimal",
|
|
58
|
-
isActive: !0,
|
|
59
|
-
isDisabled: !1,
|
|
60
|
-
class: "text-primary-500"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
intent: "minimal",
|
|
64
|
-
isActive: !0,
|
|
65
|
-
isDisabled: !0,
|
|
66
|
-
class: "text-neutral-700"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
intent: "error",
|
|
70
|
-
isActive: !0,
|
|
71
|
-
isDisabled: !1,
|
|
72
|
-
class: "bg-error-700 text-error-50"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
intent: "error",
|
|
76
|
-
isActive: !0,
|
|
77
|
-
isDisabled: !0,
|
|
78
|
-
class: "bg-error-300 text-error-100"
|
|
79
|
-
}
|
|
80
|
-
], i = [
|
|
81
|
-
{
|
|
82
|
-
intent: "primary",
|
|
83
|
-
isDisabled: !0,
|
|
84
|
-
isActive: !1,
|
|
85
|
-
class: "text-neutral-600"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
intent: "primary",
|
|
89
|
-
isDisabled: !0,
|
|
90
|
-
isActive: !0,
|
|
91
|
-
class: "bg-primary-300 text-primary-100"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
intent: "secondary",
|
|
95
|
-
isDisabled: !0,
|
|
96
|
-
isActive: !1,
|
|
97
|
-
class: "bg-neutral-400 text-neutral-600"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
intent: "secondary",
|
|
101
|
-
isDisabled: !0,
|
|
102
|
-
isActive: !0,
|
|
103
|
-
class: "bg-primary-100 text-primary-300"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
intent: "minimal",
|
|
107
|
-
isDisabled: !0,
|
|
108
|
-
isActive: !1,
|
|
109
|
-
class: "text-neutral-600"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
intent: "minimal",
|
|
113
|
-
isDisabled: !0,
|
|
114
|
-
isActive: !0,
|
|
115
|
-
class: "text-neutral-700"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
intent: "error",
|
|
119
|
-
isDisabled: !0,
|
|
120
|
-
isActive: !1,
|
|
121
|
-
class: "text-neutral-600"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
intent: "error",
|
|
125
|
-
isDisabled: !0,
|
|
126
|
-
isActive: !0,
|
|
127
|
-
class: "bg-error-300 text-primary-100"
|
|
128
|
-
}
|
|
129
|
-
], a = e(
|
|
130
|
-
"inline-flex items-center justify-center rounded-lg border border-transparent transition duration-150 ease-in-out focus:outline-none",
|
|
131
|
-
{
|
|
132
|
-
variants: {
|
|
133
|
-
intent: {
|
|
134
|
-
primary: "bg-transparent text-primary-500",
|
|
135
|
-
secondary: "bg-primary-200 text-primary-500",
|
|
136
|
-
minimal: "bg-transparent text-neutral-700",
|
|
137
|
-
error: "bg-transparent text-error-500"
|
|
138
|
-
},
|
|
139
|
-
size: {
|
|
140
|
-
xxs: "p-1",
|
|
141
|
-
xs: "p-2",
|
|
142
|
-
sm: "p-2.5",
|
|
143
|
-
md: "p-3",
|
|
144
|
-
lg: "p-4"
|
|
145
|
-
},
|
|
146
|
-
isDisabled: {
|
|
147
|
-
true: "pointer-events-none cursor-not-allowed"
|
|
148
|
-
},
|
|
149
|
-
isHovered: {
|
|
150
|
-
true: ""
|
|
151
|
-
},
|
|
152
|
-
isActive: {
|
|
153
|
-
true: ""
|
|
154
|
-
},
|
|
155
|
-
isFocused: {
|
|
156
|
-
false: "",
|
|
157
|
-
true: "focus:outline-none focus:ring-offset-2 outline-none ring-2 ring-sky-400"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
compoundVariants: [...t, ...r, ...i]
|
|
161
|
-
}
|
|
162
|
-
);
|
|
1
|
+
import { j as d } from "./index.es42.js";
|
|
2
|
+
import { forwardRef as p } from "react";
|
|
3
|
+
import { cn as f } from "./index.es44.js";
|
|
4
|
+
import { overlayVariants as v } from "./index.es110.js";
|
|
5
|
+
const y = (e, a) => {
|
|
6
|
+
const { zIndex: s = 200, opacity: t = "md", blur: o = "sm", children: m, className: c, center: r = !0, fixed: i, ...n } = e, l = f(v({ opacity: t, fixed: i, center: r, blur: o }), `z-[${s}]`, c);
|
|
7
|
+
return /* @__PURE__ */ d.jsx("div", { ref: a, className: l, "data-center": r || void 0, ...n, children: m });
|
|
8
|
+
}, x = p(y);
|
|
9
|
+
x.displayName = "Overlay";
|
|
163
10
|
export {
|
|
164
|
-
|
|
11
|
+
x as Overlay
|
|
165
12
|
};
|
package/dist/index.es75.js
CHANGED
|
@@ -1,130 +1,132 @@
|
|
|
1
1
|
import { j as n } from "./index.es42.js";
|
|
2
|
-
import { useState as
|
|
3
|
-
import { ComboBox as
|
|
4
|
-
import { useDebouncedValue as
|
|
5
|
-
import { Badge as
|
|
2
|
+
import { useState as k, useMemo as j, useRef as A } from "react";
|
|
3
|
+
import { ComboBox as _, Input as q } from "react-aria-components";
|
|
4
|
+
import { useDebouncedValue as G } from "./index.es74.js";
|
|
5
|
+
import { Badge as J } from "./index.es4.js";
|
|
6
6
|
import "./index.es5.js";
|
|
7
7
|
import "./index.es15.js";
|
|
8
|
-
import { Label as
|
|
9
|
-
import { SearchFieldIconContainer as
|
|
10
|
-
import { SearchFieldMessages as
|
|
11
|
-
import { SearchFieldPopover as
|
|
12
|
-
import { getSearchFieldDefaultProps as
|
|
13
|
-
import { multiSearchFieldContainerVariants as
|
|
14
|
-
const
|
|
8
|
+
import { Label as Q } from "./index.es16.js";
|
|
9
|
+
import { SearchFieldIconContainer as U } from "./index.es76.js";
|
|
10
|
+
import { SearchFieldMessages as W } from "./index.es77.js";
|
|
11
|
+
import { SearchFieldPopover as X } from "./index.es78.js";
|
|
12
|
+
import { getSearchFieldDefaultProps as Y, getHighlightedParts as Z } from "./index.es79.js";
|
|
13
|
+
import { multiSearchFieldContainerVariants as $ } from "./index.es61.js";
|
|
14
|
+
const fe = (g) => {
|
|
15
15
|
const {
|
|
16
|
-
label:
|
|
17
|
-
onReset:
|
|
18
|
-
placeholder:
|
|
16
|
+
label: b,
|
|
17
|
+
onReset: f,
|
|
18
|
+
placeholder: R,
|
|
19
19
|
isDisabled: d,
|
|
20
20
|
delay: x,
|
|
21
21
|
searchIcon: D,
|
|
22
22
|
clearIcon: F,
|
|
23
23
|
size: w,
|
|
24
|
-
description:
|
|
24
|
+
description: y,
|
|
25
25
|
inputValue: r,
|
|
26
26
|
isInvalid: C,
|
|
27
|
-
errorMessage:
|
|
27
|
+
errorMessage: P,
|
|
28
28
|
items: a,
|
|
29
|
-
noResultsText:
|
|
29
|
+
noResultsText: z,
|
|
30
30
|
selectedValues: I,
|
|
31
31
|
onSelectedValuesChange: i,
|
|
32
32
|
onInputChange: u,
|
|
33
|
-
...
|
|
34
|
-
} =
|
|
33
|
+
...B
|
|
34
|
+
} = Y(g), [M, h] = k([]), m = I !== void 0, s = m ? I : M, l = G(r, x ?? x), N = !!(l && f), v = (e) => {
|
|
35
35
|
const t = s.filter((o) => o !== e);
|
|
36
|
-
m ||
|
|
36
|
+
m || h(t), i && i(t);
|
|
37
37
|
}, S = (e) => {
|
|
38
38
|
if (!s.includes(e)) {
|
|
39
39
|
const t = [...s, e];
|
|
40
|
-
m ||
|
|
40
|
+
m || h(t), i && i(t);
|
|
41
41
|
}
|
|
42
|
-
},
|
|
43
|
-
|
|
44
|
-
},
|
|
42
|
+
}, E = () => {
|
|
43
|
+
f && f(), m || h([]), i && i([]);
|
|
44
|
+
}, H = (e) => {
|
|
45
45
|
const t = a.find((o) => o.id === e);
|
|
46
46
|
t && !s.includes(t.label) && (S(t.label), u && u(""));
|
|
47
|
-
},
|
|
47
|
+
}, K = (e) => {
|
|
48
48
|
if (e.key !== "Enter" || !(r != null && r.trim()))
|
|
49
49
|
return;
|
|
50
50
|
const t = r.trim(), o = a.filter(
|
|
51
51
|
(c) => c.label.toLowerCase().includes(t.toLowerCase()) && !s.includes(c.label)
|
|
52
52
|
);
|
|
53
53
|
o.length === 1 && (e.preventDefault(), e.stopPropagation(), S(o[0].label), u && u(""));
|
|
54
|
-
},
|
|
54
|
+
}, O = j(() => {
|
|
55
55
|
const e = [...s];
|
|
56
56
|
return l && e.push(l), a.filter((t) => {
|
|
57
57
|
const o = t.label.toLowerCase();
|
|
58
58
|
return e.some((c) => o.includes(c.toLowerCase()));
|
|
59
59
|
}).map((t) => {
|
|
60
|
-
const o = l ? t.label.toLowerCase().includes(l.toLowerCase()) : !1, c = l ?
|
|
60
|
+
const o = l ? t.label.toLowerCase().includes(l.toLowerCase()) : !1, c = l ? Z(t.label, l) : [{ text: t.label, highlight: !1 }];
|
|
61
61
|
return { ...t, shouldHighlight: o, highlightedParts: c };
|
|
62
62
|
});
|
|
63
|
-
}, [l, a, s]),
|
|
63
|
+
}, [l, a, s]), T = j(() => l ? !a.some(
|
|
64
64
|
(e) => e.label.toLowerCase().includes(l.toLowerCase()) && !s.includes(e.label)
|
|
65
|
-
) : !1, [l, a, s]), p = s.length > 0, V = w ?? w;
|
|
65
|
+
) : !1, [l, a, s]), p = s.length > 0, V = w ?? w, L = A(null);
|
|
66
66
|
return /* @__PURE__ */ n.jsxs(
|
|
67
|
-
|
|
67
|
+
_,
|
|
68
68
|
{
|
|
69
69
|
inputValue: r,
|
|
70
70
|
isDisabled: d,
|
|
71
71
|
isInvalid: C,
|
|
72
72
|
allowsEmptyCollection: !0,
|
|
73
73
|
onInputChange: u,
|
|
74
|
-
...
|
|
74
|
+
...B,
|
|
75
75
|
children: [
|
|
76
|
-
|
|
76
|
+
b && /* @__PURE__ */ n.jsx(Q, { children: b }),
|
|
77
77
|
/* @__PURE__ */ n.jsxs(
|
|
78
78
|
"div",
|
|
79
79
|
{
|
|
80
|
+
ref: L,
|
|
80
81
|
"data-testid": "multi-search-field-container",
|
|
81
|
-
className:
|
|
82
|
+
className: $({
|
|
82
83
|
size: V,
|
|
83
84
|
isDisabled: d
|
|
84
85
|
}),
|
|
85
86
|
children: [
|
|
86
87
|
p && /* @__PURE__ */ n.jsx(n.Fragment, { children: s.map((e) => /* @__PURE__ */ n.jsx(
|
|
87
|
-
|
|
88
|
+
J,
|
|
88
89
|
{
|
|
89
90
|
label: e,
|
|
90
91
|
size: V,
|
|
91
92
|
isDisabled: d,
|
|
92
|
-
onDelete: () =>
|
|
93
|
+
onDelete: () => v(e)
|
|
93
94
|
},
|
|
94
95
|
e
|
|
95
96
|
)) }),
|
|
96
97
|
/* @__PURE__ */ n.jsx(
|
|
97
|
-
|
|
98
|
+
q,
|
|
98
99
|
{
|
|
99
|
-
placeholder: p ? void 0 :
|
|
100
|
+
placeholder: p ? void 0 : R,
|
|
100
101
|
className: "min-w-[120px] flex-1 border-0 bg-transparent p-0 outline-none focus:ring-0",
|
|
101
102
|
disabled: d,
|
|
102
|
-
readOnly:
|
|
103
|
-
onKeyDown:
|
|
103
|
+
readOnly: g.isReadOnly,
|
|
104
|
+
onKeyDown: K
|
|
104
105
|
}
|
|
105
106
|
),
|
|
106
107
|
/* @__PURE__ */ n.jsx(
|
|
107
|
-
|
|
108
|
+
U,
|
|
108
109
|
{
|
|
109
|
-
showClearIcon:
|
|
110
|
+
showClearIcon: N,
|
|
110
111
|
hasBadges: p,
|
|
111
112
|
clearIcon: F,
|
|
112
113
|
searchIcon: D,
|
|
113
114
|
isDisabled: d,
|
|
114
|
-
onReset:
|
|
115
|
+
onReset: E
|
|
115
116
|
}
|
|
116
117
|
)
|
|
117
118
|
]
|
|
118
119
|
}
|
|
119
120
|
),
|
|
120
|
-
/* @__PURE__ */ n.jsx(
|
|
121
|
+
/* @__PURE__ */ n.jsx(W, { description: y, isInvalid: C, errorMessage: P }),
|
|
121
122
|
/* @__PURE__ */ n.jsx(
|
|
122
|
-
|
|
123
|
+
X,
|
|
123
124
|
{
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
125
|
+
triggerRef: L,
|
|
126
|
+
hasNoResults: T,
|
|
127
|
+
noResultsText: z,
|
|
128
|
+
items: O,
|
|
129
|
+
onItemSelect: H
|
|
128
130
|
}
|
|
129
131
|
)
|
|
130
132
|
]
|
|
@@ -132,5 +134,5 @@ const ue = (b) => {
|
|
|
132
134
|
);
|
|
133
135
|
};
|
|
134
136
|
export {
|
|
135
|
-
|
|
137
|
+
fe as MultiSearchField
|
|
136
138
|
};
|
package/dist/index.es76.js
CHANGED
|
@@ -1,25 +1,14 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import { cn as
|
|
3
|
-
import { ClearIconButton as
|
|
4
|
-
import { SearchIcon as
|
|
5
|
-
const
|
|
6
|
-
showClearIcon:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}) => /* @__PURE__ */ o.jsx(
|
|
13
|
-
"span",
|
|
14
|
-
{
|
|
15
|
-
className: m(
|
|
16
|
-
"absolute right-2 flex items-center",
|
|
17
|
-
t ? "top-2" : "top-1/2 -translate-y-1/2",
|
|
18
|
-
!t && r && "top-[53%]"
|
|
19
|
-
),
|
|
20
|
-
children: r && n ? /* @__PURE__ */ o.jsx(s, { icon: e, isDisabled: c, onPress: n }) : /* @__PURE__ */ o.jsx(p, { icon: i })
|
|
21
|
-
}
|
|
22
|
-
);
|
|
1
|
+
import { j as r } from "./index.es42.js";
|
|
2
|
+
import { cn as c } from "./index.es44.js";
|
|
3
|
+
import { ClearIconButton as i } from "./index.es111.js";
|
|
4
|
+
import { SearchIcon as a } from "./index.es112.js";
|
|
5
|
+
const f = ({
|
|
6
|
+
showClearIcon: t,
|
|
7
|
+
clearIcon: n,
|
|
8
|
+
searchIcon: e,
|
|
9
|
+
isDisabled: s,
|
|
10
|
+
onReset: o
|
|
11
|
+
}) => /* @__PURE__ */ r.jsx("span", { className: c("absolute right-2 top-1/2 flex -translate-y-1/2 items-center"), children: t && o ? /* @__PURE__ */ r.jsx(i, { icon: n, isDisabled: s, onPress: o }) : /* @__PURE__ */ r.jsx(a, { icon: e }) });
|
|
23
12
|
export {
|
|
24
|
-
|
|
13
|
+
f as SearchFieldIconContainer
|
|
25
14
|
};
|
package/dist/index.es78.js
CHANGED
|
@@ -1,14 +1,44 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { j as e } from "./index.es42.js";
|
|
2
|
+
import { useState as m, useEffect as u } from "react";
|
|
3
|
+
import { Popover as v } from "react-aria-components";
|
|
4
|
+
import { NoResultsMessage as a } from "./index.es113.js";
|
|
5
|
+
import { SearchListBox as h } from "./index.es114.js";
|
|
6
|
+
import { popoverVariants as x } from "./index.es61.js";
|
|
7
|
+
const z = ({
|
|
8
|
+
triggerRef: o,
|
|
9
|
+
hasNoResults: n,
|
|
10
|
+
noResultsText: i,
|
|
11
|
+
items: p,
|
|
12
|
+
onItemSelect: c
|
|
13
|
+
}) => {
|
|
14
|
+
const [s, d] = m(void 0);
|
|
15
|
+
return u(() => {
|
|
16
|
+
if (!(o != null && o.current))
|
|
17
|
+
return;
|
|
18
|
+
const r = () => {
|
|
19
|
+
if (o.current) {
|
|
20
|
+
const t = o.current.offsetWidth;
|
|
21
|
+
d(t);
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
if (r(), typeof ResizeObserver < "u") {
|
|
25
|
+
const t = new ResizeObserver(() => {
|
|
26
|
+
r();
|
|
27
|
+
});
|
|
28
|
+
return o.current && t.observe(o.current), () => {
|
|
29
|
+
t.disconnect();
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
}, [o]), /* @__PURE__ */ e.jsx(
|
|
33
|
+
v,
|
|
34
|
+
{
|
|
35
|
+
className: x(),
|
|
36
|
+
triggerRef: o,
|
|
37
|
+
style: s !== void 0 ? { width: `${s}px`, minWidth: `${s}px` } : void 0,
|
|
38
|
+
children: n ? /* @__PURE__ */ e.jsx(a, { text: i }) : /* @__PURE__ */ e.jsx(h, { items: p, onItemSelect: c })
|
|
39
|
+
}
|
|
40
|
+
);
|
|
41
|
+
};
|
|
12
42
|
export {
|
|
13
|
-
|
|
43
|
+
z as SearchFieldPopover
|
|
14
44
|
};
|
package/dist/index.es8.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { j as e } from "./index.es42.js";
|
|
2
2
|
import { Checkbox as h } from "react-aria-components";
|
|
3
3
|
import { cn as m } from "./index.es44.js";
|
|
4
|
-
import { MarkIcon as i } from "./index.
|
|
4
|
+
import { MarkIcon as i } from "./index.es70.js";
|
|
5
5
|
import { checkboxVariants as j } from "./index.es47.js";
|
|
6
6
|
const g = ({
|
|
7
7
|
isIndeterminate: x = !1,
|
package/dist/index.es80.js
CHANGED
|
@@ -1,80 +1,103 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}),
|
|
29
|
-
x
|
|
1
|
+
import { j as l } from "./index.es42.js";
|
|
2
|
+
import { cn as P } from "./index.es44.js";
|
|
3
|
+
import { SliderThumb as j } from "./index.es115.js";
|
|
4
|
+
const T = ({
|
|
5
|
+
state: r,
|
|
6
|
+
type: n,
|
|
7
|
+
showTypeValue: t,
|
|
8
|
+
suffix: c,
|
|
9
|
+
classNameFilled: a,
|
|
10
|
+
classNameUnfilled: m,
|
|
11
|
+
modeTooltip: b,
|
|
12
|
+
positionTooltip: h,
|
|
13
|
+
classNameThumb: d,
|
|
14
|
+
isHiddenValue: v,
|
|
15
|
+
suffixRangeCustom: e
|
|
16
|
+
}) => /* @__PURE__ */ l.jsxs("div", { className: "relative", children: [
|
|
17
|
+
t === "default" && !v ? /* @__PURE__ */ l.jsxs("div", { className: "flex justify-between", children: [
|
|
18
|
+
/* @__PURE__ */ l.jsxs(
|
|
19
|
+
"div",
|
|
20
|
+
{
|
|
21
|
+
className: "absolute top-4 text-sm text-neutral-900",
|
|
22
|
+
style: { left: `${r.getThumbPercent(0) * 100}%`, transform: "translateX(-50%)" },
|
|
23
|
+
children: [
|
|
24
|
+
r.values[0],
|
|
25
|
+
n === "range" && (e == null ? void 0 : e.left) || c
|
|
26
|
+
]
|
|
27
|
+
}
|
|
30
28
|
),
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
29
|
+
n === "range" && /* @__PURE__ */ l.jsxs(
|
|
30
|
+
"div",
|
|
31
|
+
{
|
|
32
|
+
className: "absolute top-4 text-sm text-neutral-900",
|
|
33
|
+
style: { left: `${r.getThumbPercent(1) * 100}%`, transform: "translateX(-50%)" },
|
|
34
|
+
children: [
|
|
35
|
+
r.values[1],
|
|
36
|
+
(e == null ? void 0 : e.right) || c
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
)
|
|
40
|
+
] }) : null,
|
|
41
|
+
/* @__PURE__ */ l.jsx(
|
|
42
|
+
"div",
|
|
43
|
+
{
|
|
44
|
+
className: P("absolute top-1/2 h-2 w-full -translate-y-1/2 rounded-full bg-primary-100", m)
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ l.jsx(
|
|
48
|
+
"div",
|
|
49
|
+
{
|
|
50
|
+
className: P("absolute top-1/2 h-2 -translate-y-1/2 rounded-full bg-primary-500", a),
|
|
51
|
+
style: {
|
|
52
|
+
width: `${n === "range" ? r.getThumbPercent(1) * 100 - r.getThumbPercent(0) * 100 : r.getThumbPercent(0) * 100}%`,
|
|
53
|
+
left: n === "range" ? `${r.getThumbPercent(0) * 100}%` : "0%"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
n === "range" ? /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
|
|
58
|
+
/* @__PURE__ */ l.jsx(
|
|
59
|
+
j,
|
|
60
|
+
{
|
|
61
|
+
index: 0,
|
|
62
|
+
valuePercent: r.getThumbPercent(0),
|
|
63
|
+
value: r.values[0],
|
|
64
|
+
suffix: (e == null ? void 0 : e.left) || c,
|
|
65
|
+
modeTooltip: b,
|
|
66
|
+
positionTooltip: h,
|
|
67
|
+
showTypeValue: t,
|
|
68
|
+
isHiddenValue: v,
|
|
69
|
+
classNameThumb: d
|
|
70
|
+
}
|
|
71
|
+
),
|
|
72
|
+
/* @__PURE__ */ l.jsx(
|
|
73
|
+
j,
|
|
74
|
+
{
|
|
75
|
+
index: 1,
|
|
76
|
+
valuePercent: r.getThumbPercent(1),
|
|
77
|
+
value: r.values[1],
|
|
78
|
+
suffix: (e == null ? void 0 : e.right) || c,
|
|
79
|
+
modeTooltip: b,
|
|
80
|
+
positionTooltip: h,
|
|
81
|
+
showTypeValue: t,
|
|
82
|
+
isHiddenValue: v,
|
|
83
|
+
classNameThumb: d
|
|
84
|
+
}
|
|
85
|
+
)
|
|
86
|
+
] }) : /* @__PURE__ */ l.jsx(
|
|
87
|
+
j,
|
|
88
|
+
{
|
|
89
|
+
index: 0,
|
|
90
|
+
valuePercent: r.getThumbPercent(0),
|
|
91
|
+
value: r.values[0],
|
|
92
|
+
suffix: c,
|
|
93
|
+
modeTooltip: b,
|
|
94
|
+
positionTooltip: h,
|
|
95
|
+
showTypeValue: t,
|
|
96
|
+
isHiddenValue: v,
|
|
97
|
+
classNameThumb: d
|
|
98
|
+
}
|
|
99
|
+
)
|
|
100
|
+
] });
|
|
78
101
|
export {
|
|
79
|
-
|
|
102
|
+
T as SliderContainerTrack
|
|
80
103
|
};
|