@serendie/ui 2.0.0 → 2.1.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/dist/components/CheckBox/CheckBox.js +36 -35
- package/dist/components/ChoiceBox/ChoiceBox.js +41 -41
- package/dist/components/DataTable/DataTableComponent.d.ts +3 -20
- package/dist/components/DataTable/DataTableComponent.js +38 -36
- package/dist/components/DataTable/table/HeaderCheckbox.js +29 -19
- package/dist/components/Search/Search.d.ts +3 -1
- package/dist/components/Search/Search.js +34 -33
- package/dist/components/Select/Select.d.ts +2 -1
- package/dist/components/Select/Select.js +47 -41
- package/dist/components/Tooltip/Tooltip.d.ts +14 -0
- package/dist/components/Tooltip/Tooltip.js +70 -0
- package/dist/components/Tooltip/index.d.ts +1 -0
- package/dist/components/Tooltip/index.js +4 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +12 -10
- package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item-content.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item-indicator.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item-trigger.js +10 -12
- package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item.js +16 -16
- package/dist/node_modules/@ark-ui/react/dist/components/accordion/use-accordion.js +13 -20
- package/dist/node_modules/@ark-ui/react/dist/components/avatar/avatar-root.js +1 -5
- package/dist/node_modules/@ark-ui/react/dist/components/avatar/use-avatar.js +14 -18
- package/dist/node_modules/@ark-ui/react/dist/components/checkbox/checkbox-hidden-input.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/checkbox/use-checkbox.js +22 -28
- package/dist/node_modules/@ark-ui/react/dist/components/collapsible/collapsible-content.js +7 -9
- package/dist/node_modules/@ark-ui/react/dist/components/collapsible/use-collapsible.js +14 -21
- package/dist/node_modules/@ark-ui/react/dist/components/collection/list-collection.js +5 -0
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-content.js +9 -8
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-item-group.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-positioner.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-root.js +17 -18
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-trigger.js +10 -9
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/use-combobox-item-context.js +5 -7
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/use-combobox.js +21 -45
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-backdrop.js +10 -9
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-close-trigger.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-content.js +6 -5
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-description.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/use-dialog.js +13 -22
- package/dist/node_modules/@ark-ui/react/dist/components/factory.js +26 -24
- package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-content.js +9 -8
- package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-item-group.js +1 -3
- package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-item.js +15 -13
- package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-root.js +13 -14
- package/dist/node_modules/@ark-ui/react/dist/components/menu/use-menu-option-item-props-context.js +10 -0
- package/dist/node_modules/@ark-ui/react/dist/components/menu/use-menu.js +14 -21
- package/dist/node_modules/@ark-ui/react/dist/components/pagination/pagination-ellipsis.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/pagination/pagination-next-trigger.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/pagination/pagination-prev-trigger.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/pagination/pagination-root.js +5 -4
- package/dist/node_modules/@ark-ui/react/dist/components/pagination/use-pagination.js +13 -19
- package/dist/node_modules/@ark-ui/react/dist/components/portal/portal.js +25 -16
- package/dist/node_modules/@ark-ui/react/dist/components/presence/split-presence-props.js +3 -2
- package/dist/node_modules/@ark-ui/react/dist/components/presence/use-presence.js +18 -18
- package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item-control.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item-text.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item.js +1 -5
- package/dist/node_modules/@ark-ui/react/dist/components/radio-group/use-radio-group.js +14 -22
- package/dist/node_modules/@ark-ui/react/dist/components/select/select-content.js +9 -8
- package/dist/node_modules/@ark-ui/react/dist/components/select/select-root.js +11 -12
- package/dist/node_modules/@ark-ui/react/dist/components/select/use-select.js +20 -47
- package/dist/node_modules/@ark-ui/react/dist/components/switch/switch-hidden-input.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/switch/use-switch.js +20 -26
- package/dist/node_modules/@ark-ui/react/dist/components/tabs/tabs-root.js +9 -8
- package/dist/node_modules/@ark-ui/react/dist/components/tabs/use-tabs.js +14 -21
- package/dist/node_modules/@ark-ui/react/dist/components/toast/create-toaster.js +3 -7
- package/dist/node_modules/@ark-ui/react/dist/components/toast/toaster.js +28 -15
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/tooltip-arrow-tip.js +13 -0
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/tooltip-arrow.js +13 -0
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/tooltip-content.js +15 -0
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/tooltip-positioner.js +14 -0
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/tooltip-root.js +14 -0
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/tooltip-trigger.js +13 -0
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/use-tooltip-context.js +10 -0
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/use-tooltip.js +17 -0
- package/dist/node_modules/@ark-ui/react/dist/utils/compose-refs.js +13 -7
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +92 -90
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +230 -216
- package/dist/node_modules/@zag-js/accordion/dist/index.js +210 -227
- package/dist/node_modules/@zag-js/aria-hidden/dist/index.js +49 -12
- package/dist/node_modules/@zag-js/avatar/dist/index.js +119 -134
- package/dist/node_modules/@zag-js/checkbox/dist/index.js +196 -197
- package/dist/node_modules/@zag-js/collapsible/dist/index.js +250 -198
- package/dist/node_modules/@zag-js/collection/dist/index.js +172 -179
- package/dist/node_modules/@zag-js/combobox/dist/index.js +1176 -1082
- package/dist/node_modules/@zag-js/core/dist/index.js +77 -496
- package/dist/node_modules/@zag-js/dialog/dist/index.js +243 -270
- package/dist/node_modules/@zag-js/dismissable/dist/index.js +62 -60
- package/dist/node_modules/@zag-js/dom-query/dist/index.js +465 -253
- package/dist/node_modules/@zag-js/focus-trap/dist/index.js +307 -0
- package/dist/node_modules/@zag-js/focus-visible/dist/index.js +48 -47
- package/dist/node_modules/@zag-js/interact-outside/dist/index.js +112 -80
- package/dist/node_modules/@zag-js/menu/dist/index.js +998 -884
- package/dist/node_modules/@zag-js/pagination/dist/index.js +207 -213
- package/dist/node_modules/@zag-js/popper/dist/index.js +130 -129
- package/dist/node_modules/@zag-js/presence/dist/index.js +139 -122
- package/dist/node_modules/@zag-js/radio-group/dist/index.js +297 -302
- package/dist/node_modules/@zag-js/react/dist/index.js +255 -103
- package/dist/node_modules/@zag-js/remove-scroll/dist/index.js +18 -31
- package/dist/node_modules/@zag-js/select/dist/index.js +889 -885
- package/dist/node_modules/@zag-js/store/dist/index.js +98 -137
- package/dist/node_modules/@zag-js/switch/dist/index.js +199 -191
- package/dist/node_modules/@zag-js/tabs/dist/index.js +383 -386
- package/dist/node_modules/@zag-js/toast/dist/index.js +646 -633
- package/dist/node_modules/@zag-js/tooltip/dist/index.js +459 -0
- package/dist/node_modules/@zag-js/types/dist/index.js +6 -6
- package/dist/node_modules/@zag-js/utils/dist/index.js +112 -99
- package/dist/node_modules/proxy-compare/dist/index.js +4 -106
- package/dist/styles.css +1 -1
- package/package.json +5 -5
- package/dist/node_modules/@ark-ui/react/dist/utils/use-is-server.js +0 -10
- package/dist/node_modules/@zag-js/dom-event/dist/index.js +0 -130
- package/dist/node_modules/@zag-js/element-rect/dist/index.js +0 -32
- package/dist/node_modules/@zag-js/form-utils/dist/index.js +0 -51
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +0 -52
- package/dist/node_modules/focus-trap/dist/focus-trap.esm.js +0 -431
- package/dist/node_modules/klona/full/index.js +0 -21
- package/dist/node_modules/tabbable/dist/index.esm.js +0 -202
|
@@ -1,478 +1,475 @@
|
|
|
1
|
-
import { createAnatomy as
|
|
2
|
-
import { clickIfLink as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
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
|
-
|
|
36
|
-
}
|
|
37
|
-
getFirstTriggerEl: (e) => D(r.getElements(e)),
|
|
38
|
-
getLastTriggerEl: (e) => $(r.getElements(e)),
|
|
39
|
-
getNextTriggerEl: (e, o) => N(r.getElements(e), r.getTriggerId(e, o), e.loopFocus),
|
|
40
|
-
getPrevTriggerEl: (e, o) => B(r.getElements(e), r.getTriggerId(e, o), e.loopFocus),
|
|
41
|
-
getSelectedContentEl: (e) => {
|
|
42
|
-
if (e.value)
|
|
43
|
-
return r.getContentEl(e, e.value);
|
|
44
|
-
},
|
|
45
|
-
getSelectedTriggerEl: (e) => {
|
|
46
|
-
if (e.value)
|
|
47
|
-
return r.getTriggerEl(e, e.value);
|
|
48
|
-
},
|
|
49
|
-
getOffsetRect: (e) => ({
|
|
50
|
-
left: (e == null ? void 0 : e.offsetLeft) ?? 0,
|
|
51
|
-
top: (e == null ? void 0 : e.offsetTop) ?? 0,
|
|
52
|
-
width: (e == null ? void 0 : e.offsetWidth) ?? 0,
|
|
53
|
-
height: (e == null ? void 0 : e.offsetHeight) ?? 0
|
|
54
|
-
}),
|
|
55
|
-
getRectById: (e, o) => {
|
|
56
|
-
const t = P(r.getElements(e), r.getTriggerId(e, o));
|
|
57
|
-
return r.resolveRect(r.getOffsetRect(t));
|
|
58
|
-
},
|
|
59
|
-
resolveRect: (e) => ({
|
|
60
|
-
width: `${e.width}px`,
|
|
61
|
-
height: `${e.height}px`,
|
|
62
|
-
left: `${e.left}px`,
|
|
63
|
-
top: `${e.top}px`
|
|
64
|
-
})
|
|
1
|
+
import { createAnatomy as L } from "../../anatomy/dist/index.js";
|
|
2
|
+
import { isAnchorElement as N, trackElementRect as P, nextTick as S, raf as v, prevById as U, nextById as $, clickIfLink as D, dataAttr as d, isOpeningInNewTab as k, isSafari as W, isSelfTarget as x, isComposingEvent as M, getEventKey as X, itemById as H, queryAll as K, getFocusables as Y } from "../../dom-query/dist/index.js";
|
|
3
|
+
import { last as q, first as j } from "../../utils/dist/index.js";
|
|
4
|
+
import { setup as G } from "../../core/dist/index.js";
|
|
5
|
+
import { createProps as F } from "../../types/dist/index.js";
|
|
6
|
+
var J = L("tabs").parts("root", "list", "trigger", "content", "indicator"), b = J.build(), Q = (e) => {
|
|
7
|
+
var t;
|
|
8
|
+
return ((t = e.ids) == null ? void 0 : t.root) ?? `tabs:${e.id}`;
|
|
9
|
+
}, y = (e) => {
|
|
10
|
+
var t;
|
|
11
|
+
return ((t = e.ids) == null ? void 0 : t.list) ?? `tabs:${e.id}:list`;
|
|
12
|
+
}, E = (e, t) => {
|
|
13
|
+
var o;
|
|
14
|
+
return ((o = e.ids) == null ? void 0 : o.content) ?? `tabs:${e.id}:content-${t}`;
|
|
15
|
+
}, f = (e, t) => {
|
|
16
|
+
var o;
|
|
17
|
+
return ((o = e.ids) == null ? void 0 : o.trigger) ?? `tabs:${e.id}:trigger-${t}`;
|
|
18
|
+
}, w = (e) => {
|
|
19
|
+
var t;
|
|
20
|
+
return ((t = e.ids) == null ? void 0 : t.indicator) ?? `tabs:${e.id}:indicator`;
|
|
21
|
+
}, Z = (e) => e.getById(y(e)), z = (e, t) => e.getById(E(e, t)), h = (e, t) => e.getById(f(e, t)), _ = (e) => e.getById(w(e)), V = (e) => {
|
|
22
|
+
const o = `[role=tab][data-ownedby='${CSS.escape(y(e))}']:not([disabled])`;
|
|
23
|
+
return K(Z(e), o);
|
|
24
|
+
}, ee = (e) => j(V(e)), te = (e) => q(V(e)), ae = (e, t) => $(V(e), f(e, t.value), t.loopFocus), oe = (e, t) => U(V(e), f(e, t.value), t.loopFocus), O = (e) => ({
|
|
25
|
+
left: (e == null ? void 0 : e.offsetLeft) ?? 0,
|
|
26
|
+
top: (e == null ? void 0 : e.offsetTop) ?? 0,
|
|
27
|
+
width: (e == null ? void 0 : e.offsetWidth) ?? 0,
|
|
28
|
+
height: (e == null ? void 0 : e.offsetHeight) ?? 0
|
|
29
|
+
}), re = (e, t) => {
|
|
30
|
+
const o = H(V(e), f(e, t));
|
|
31
|
+
return B(O(o));
|
|
32
|
+
}, B = (e) => ({
|
|
33
|
+
width: `${e.width}px`,
|
|
34
|
+
height: `${e.height}px`,
|
|
35
|
+
left: `${e.left}px`,
|
|
36
|
+
top: `${e.top}px`
|
|
65
37
|
});
|
|
66
|
-
function
|
|
67
|
-
const n = e
|
|
68
|
-
function
|
|
38
|
+
function de(e, t) {
|
|
39
|
+
const { state: o, send: a, context: n, prop: r, scope: u } = e, p = r("translations"), g = o.matches("focused"), R = r("orientation") === "vertical", I = r("orientation") === "horizontal", m = r("composite");
|
|
40
|
+
function C(i) {
|
|
69
41
|
return {
|
|
70
|
-
selected:
|
|
71
|
-
focused:
|
|
72
|
-
disabled: !!
|
|
42
|
+
selected: n.get("value") === i.value,
|
|
43
|
+
focused: n.get("focusedValue") === i.value,
|
|
44
|
+
disabled: !!i.disabled
|
|
73
45
|
};
|
|
74
46
|
}
|
|
75
47
|
return {
|
|
76
|
-
value:
|
|
77
|
-
focusedValue:
|
|
78
|
-
setValue(
|
|
79
|
-
|
|
48
|
+
value: n.get("value"),
|
|
49
|
+
focusedValue: n.get("focusedValue"),
|
|
50
|
+
setValue(i) {
|
|
51
|
+
a({ type: "SET_VALUE", value: i });
|
|
80
52
|
},
|
|
81
53
|
clearValue() {
|
|
82
|
-
|
|
54
|
+
a({ type: "CLEAR_VALUE" });
|
|
83
55
|
},
|
|
84
|
-
setIndicatorRect(
|
|
85
|
-
const
|
|
86
|
-
|
|
56
|
+
setIndicatorRect(i) {
|
|
57
|
+
const s = f(u, i);
|
|
58
|
+
a({ type: "SET_INDICATOR_RECT", id: s });
|
|
87
59
|
},
|
|
88
60
|
syncTabIndex() {
|
|
89
|
-
|
|
61
|
+
a({ type: "SYNC_TAB_INDEX" });
|
|
90
62
|
},
|
|
91
|
-
selectNext(
|
|
92
|
-
|
|
63
|
+
selectNext(i) {
|
|
64
|
+
a({ type: "TAB_FOCUS", value: i, src: "selectNext" }), a({ type: "ARROW_NEXT", src: "selectNext" });
|
|
93
65
|
},
|
|
94
|
-
selectPrev(
|
|
95
|
-
|
|
66
|
+
selectPrev(i) {
|
|
67
|
+
a({ type: "TAB_FOCUS", value: i, src: "selectPrev" }), a({ type: "ARROW_PREV", src: "selectPrev" });
|
|
96
68
|
},
|
|
97
69
|
focus() {
|
|
98
|
-
var
|
|
99
|
-
|
|
70
|
+
var s;
|
|
71
|
+
const i = n.get("value");
|
|
72
|
+
i && ((s = h(u, i)) == null || s.focus());
|
|
100
73
|
},
|
|
101
74
|
getRootProps() {
|
|
102
75
|
return t.element({
|
|
103
|
-
...
|
|
104
|
-
id:
|
|
105
|
-
"data-orientation":
|
|
106
|
-
"data-focus": g
|
|
107
|
-
dir:
|
|
76
|
+
...b.root.attrs,
|
|
77
|
+
id: Q(u),
|
|
78
|
+
"data-orientation": r("orientation"),
|
|
79
|
+
"data-focus": d(g),
|
|
80
|
+
dir: r("dir")
|
|
108
81
|
});
|
|
109
82
|
},
|
|
110
83
|
getListProps() {
|
|
111
84
|
return t.element({
|
|
112
|
-
...
|
|
113
|
-
id:
|
|
85
|
+
...b.list.attrs,
|
|
86
|
+
id: y(u),
|
|
114
87
|
role: "tablist",
|
|
115
|
-
dir:
|
|
116
|
-
"data-focus": g
|
|
117
|
-
"aria-orientation":
|
|
118
|
-
"data-orientation":
|
|
119
|
-
"aria-label":
|
|
120
|
-
onKeyDown(
|
|
121
|
-
if (
|
|
122
|
-
const
|
|
88
|
+
dir: r("dir"),
|
|
89
|
+
"data-focus": d(g),
|
|
90
|
+
"aria-orientation": r("orientation"),
|
|
91
|
+
"data-orientation": r("orientation"),
|
|
92
|
+
"aria-label": p == null ? void 0 : p.listLabel,
|
|
93
|
+
onKeyDown(i) {
|
|
94
|
+
if (i.defaultPrevented || !x(i) || M(i)) return;
|
|
95
|
+
const s = {
|
|
123
96
|
ArrowDown() {
|
|
124
|
-
|
|
97
|
+
I || a({ type: "ARROW_NEXT", key: "ArrowDown" });
|
|
125
98
|
},
|
|
126
99
|
ArrowUp() {
|
|
127
|
-
|
|
100
|
+
I || a({ type: "ARROW_PREV", key: "ArrowUp" });
|
|
128
101
|
},
|
|
129
102
|
ArrowLeft() {
|
|
130
|
-
|
|
103
|
+
R || a({ type: "ARROW_PREV", key: "ArrowLeft" });
|
|
131
104
|
},
|
|
132
105
|
ArrowRight() {
|
|
133
|
-
|
|
106
|
+
R || a({ type: "ARROW_NEXT", key: "ArrowRight" });
|
|
134
107
|
},
|
|
135
108
|
Home() {
|
|
136
|
-
|
|
109
|
+
a({ type: "HOME" });
|
|
137
110
|
},
|
|
138
111
|
End() {
|
|
139
|
-
|
|
140
|
-
},
|
|
141
|
-
Enter() {
|
|
142
|
-
o({ type: "ENTER" });
|
|
112
|
+
a({ type: "END" });
|
|
143
113
|
}
|
|
144
114
|
};
|
|
145
|
-
let
|
|
146
|
-
|
|
147
|
-
|
|
115
|
+
let c = X(i, {
|
|
116
|
+
dir: r("dir"),
|
|
117
|
+
orientation: r("orientation")
|
|
118
|
+
});
|
|
119
|
+
const l = s[c];
|
|
120
|
+
if (l) {
|
|
121
|
+
i.preventDefault(), l(i);
|
|
122
|
+
return;
|
|
123
|
+
}
|
|
148
124
|
}
|
|
149
125
|
});
|
|
150
126
|
},
|
|
151
|
-
getTriggerState:
|
|
152
|
-
getTriggerProps(
|
|
153
|
-
const { value:
|
|
127
|
+
getTriggerState: C,
|
|
128
|
+
getTriggerProps(i) {
|
|
129
|
+
const { value: s, disabled: c } = i, l = C(i);
|
|
154
130
|
return t.button({
|
|
155
|
-
...
|
|
131
|
+
...b.trigger.attrs,
|
|
156
132
|
role: "tab",
|
|
157
133
|
type: "button",
|
|
158
|
-
disabled:
|
|
159
|
-
dir:
|
|
160
|
-
"data-orientation":
|
|
161
|
-
"data-disabled":
|
|
162
|
-
"aria-disabled":
|
|
163
|
-
"data-value":
|
|
164
|
-
"aria-selected":
|
|
165
|
-
"data-selected":
|
|
166
|
-
"data-focus":
|
|
167
|
-
"aria-controls":
|
|
168
|
-
"data-ownedby":
|
|
169
|
-
"data-ssr":
|
|
170
|
-
id:
|
|
171
|
-
tabIndex:
|
|
134
|
+
disabled: c,
|
|
135
|
+
dir: r("dir"),
|
|
136
|
+
"data-orientation": r("orientation"),
|
|
137
|
+
"data-disabled": d(c),
|
|
138
|
+
"aria-disabled": c,
|
|
139
|
+
"data-value": s,
|
|
140
|
+
"aria-selected": l.selected,
|
|
141
|
+
"data-selected": d(l.selected),
|
|
142
|
+
"data-focus": d(l.focused),
|
|
143
|
+
"aria-controls": l.selected ? E(u, s) : void 0,
|
|
144
|
+
"data-ownedby": y(u),
|
|
145
|
+
"data-ssr": d(n.get("ssr")),
|
|
146
|
+
id: f(u, s),
|
|
147
|
+
tabIndex: l.selected && m ? 0 : -1,
|
|
172
148
|
onFocus() {
|
|
173
|
-
|
|
149
|
+
a({ type: "TAB_FOCUS", value: s });
|
|
174
150
|
},
|
|
175
|
-
onBlur(
|
|
176
|
-
const
|
|
177
|
-
(
|
|
151
|
+
onBlur(T) {
|
|
152
|
+
const A = T.relatedTarget;
|
|
153
|
+
(A == null ? void 0 : A.getAttribute("role")) !== "tab" && a({ type: "TAB_BLUR" });
|
|
178
154
|
},
|
|
179
|
-
onClick(
|
|
180
|
-
|
|
155
|
+
onClick(T) {
|
|
156
|
+
T.defaultPrevented || k(T) || c || (W() && T.currentTarget.focus(), a({ type: "TAB_CLICK", value: s }));
|
|
181
157
|
}
|
|
182
158
|
});
|
|
183
159
|
},
|
|
184
|
-
getContentProps(
|
|
185
|
-
const { value:
|
|
160
|
+
getContentProps(i) {
|
|
161
|
+
const { value: s } = i, c = n.get("value") === s;
|
|
186
162
|
return t.element({
|
|
187
|
-
...
|
|
188
|
-
dir:
|
|
189
|
-
id:
|
|
190
|
-
tabIndex:
|
|
191
|
-
"aria-labelledby":
|
|
163
|
+
...b.content.attrs,
|
|
164
|
+
dir: r("dir"),
|
|
165
|
+
id: E(u, s),
|
|
166
|
+
tabIndex: m ? 0 : -1,
|
|
167
|
+
"aria-labelledby": f(u, s),
|
|
192
168
|
role: "tabpanel",
|
|
193
|
-
"data-ownedby":
|
|
194
|
-
"data-selected":
|
|
195
|
-
"data-orientation":
|
|
196
|
-
hidden: !
|
|
169
|
+
"data-ownedby": y(u),
|
|
170
|
+
"data-selected": d(c),
|
|
171
|
+
"data-orientation": r("orientation"),
|
|
172
|
+
hidden: !c
|
|
197
173
|
});
|
|
198
174
|
},
|
|
199
175
|
getIndicatorProps() {
|
|
200
|
-
|
|
176
|
+
const i = n.get("indicatorRect"), s = n.get("indicatorTransition");
|
|
201
177
|
return t.element({
|
|
202
|
-
id:
|
|
203
|
-
...
|
|
204
|
-
dir:
|
|
205
|
-
"data-orientation":
|
|
178
|
+
id: w(u),
|
|
179
|
+
...b.indicator.attrs,
|
|
180
|
+
dir: r("dir"),
|
|
181
|
+
"data-orientation": r("orientation"),
|
|
206
182
|
style: {
|
|
207
183
|
"--transition-property": "left, right, top, bottom, width, height",
|
|
208
|
-
"--left":
|
|
209
|
-
"--top":
|
|
210
|
-
"--width":
|
|
211
|
-
"--height":
|
|
184
|
+
"--left": i.left,
|
|
185
|
+
"--top": i.top,
|
|
186
|
+
"--width": i.width,
|
|
187
|
+
"--height": i.height,
|
|
212
188
|
position: "absolute",
|
|
213
189
|
willChange: "var(--transition-property)",
|
|
214
190
|
transitionProperty: "var(--transition-property)",
|
|
215
|
-
transitionDuration:
|
|
191
|
+
transitionDuration: s ? "var(--transition-duration, 150ms)" : "0ms",
|
|
216
192
|
transitionTimingFunction: "var(--transition-timing-function)",
|
|
217
|
-
[
|
|
193
|
+
[I ? "left" : "top"]: I ? "var(--left)" : "var(--top)"
|
|
218
194
|
}
|
|
219
195
|
});
|
|
220
196
|
}
|
|
221
197
|
};
|
|
222
198
|
}
|
|
223
|
-
var {
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
value: null,
|
|
234
|
-
loopFocus: !0,
|
|
235
|
-
composite: !0,
|
|
236
|
-
...o,
|
|
237
|
-
focusedValue: o.value ?? null,
|
|
238
|
-
ssr: !0,
|
|
239
|
-
indicatorState: {
|
|
240
|
-
rendered: !1,
|
|
241
|
-
transition: !1,
|
|
242
|
-
rect: { left: "0px", top: "0px", width: "0px", height: "0px" }
|
|
243
|
-
}
|
|
244
|
-
},
|
|
245
|
-
watch: {
|
|
246
|
-
value: ["allowIndicatorTransition", "syncIndicatorRect", "syncTabIndex", "clickIfLink"],
|
|
247
|
-
dir: ["syncIndicatorRect"],
|
|
248
|
-
orientation: ["syncIndicatorRect"]
|
|
199
|
+
var { createMachine: ie } = G(), fe = ie({
|
|
200
|
+
props({ props: e }) {
|
|
201
|
+
return {
|
|
202
|
+
dir: "ltr",
|
|
203
|
+
orientation: "horizontal",
|
|
204
|
+
activationMode: "automatic",
|
|
205
|
+
loopFocus: !0,
|
|
206
|
+
composite: !0,
|
|
207
|
+
navigate(t) {
|
|
208
|
+
D(t.node);
|
|
249
209
|
},
|
|
210
|
+
defaultValue: null,
|
|
211
|
+
...e
|
|
212
|
+
};
|
|
213
|
+
},
|
|
214
|
+
initialState() {
|
|
215
|
+
return "idle";
|
|
216
|
+
},
|
|
217
|
+
context({ prop: e, bindable: t }) {
|
|
218
|
+
return {
|
|
219
|
+
value: t(() => ({
|
|
220
|
+
defaultValue: e("defaultValue"),
|
|
221
|
+
value: e("value"),
|
|
222
|
+
onChange(o) {
|
|
223
|
+
var a;
|
|
224
|
+
(a = e("onValueChange")) == null || a({ value: o });
|
|
225
|
+
}
|
|
226
|
+
})),
|
|
227
|
+
focusedValue: t(() => ({
|
|
228
|
+
defaultValue: e("value") || e("defaultValue"),
|
|
229
|
+
sync: !0,
|
|
230
|
+
onChange(o) {
|
|
231
|
+
var a;
|
|
232
|
+
(a = e("onFocusChange")) == null || a({ focusedValue: o });
|
|
233
|
+
}
|
|
234
|
+
})),
|
|
235
|
+
ssr: t(() => ({ defaultValue: !0 })),
|
|
236
|
+
indicatorTransition: t(() => ({ defaultValue: !1 })),
|
|
237
|
+
indicatorRect: t(() => ({
|
|
238
|
+
defaultValue: { left: "0px", top: "0px", width: "0px", height: "0px" }
|
|
239
|
+
}))
|
|
240
|
+
};
|
|
241
|
+
},
|
|
242
|
+
watch({ context: e, prop: t, track: o, action: a }) {
|
|
243
|
+
o([() => e.get("value")], () => {
|
|
244
|
+
a(["allowIndicatorTransition", "syncIndicatorRect", "syncTabIndex", "navigateIfNeeded"]);
|
|
245
|
+
}), o([() => t("dir"), () => t("orientation")], () => {
|
|
246
|
+
a(["syncIndicatorRect"]);
|
|
247
|
+
});
|
|
248
|
+
},
|
|
249
|
+
on: {
|
|
250
|
+
SET_VALUE: {
|
|
251
|
+
actions: ["setValue"]
|
|
252
|
+
},
|
|
253
|
+
CLEAR_VALUE: {
|
|
254
|
+
actions: ["clearValue"]
|
|
255
|
+
},
|
|
256
|
+
SET_INDICATOR_RECT: {
|
|
257
|
+
actions: ["setIndicatorRect"]
|
|
258
|
+
},
|
|
259
|
+
SYNC_TAB_INDEX: {
|
|
260
|
+
actions: ["syncTabIndex"]
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
entry: ["syncIndicatorRect", "syncTabIndex", "syncSsr"],
|
|
264
|
+
exit: ["cleanupObserver"],
|
|
265
|
+
states: {
|
|
266
|
+
idle: {
|
|
250
267
|
on: {
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
CLEAR_VALUE: {
|
|
255
|
-
actions: "clearValue"
|
|
256
|
-
},
|
|
257
|
-
SET_INDICATOR_RECT: {
|
|
258
|
-
actions: "setIndicatorRect"
|
|
268
|
+
TAB_FOCUS: {
|
|
269
|
+
target: "focused",
|
|
270
|
+
actions: ["setFocusedValue"]
|
|
259
271
|
},
|
|
260
|
-
|
|
261
|
-
|
|
272
|
+
TAB_CLICK: {
|
|
273
|
+
target: "focused",
|
|
274
|
+
actions: ["setFocusedValue", "setValue"]
|
|
262
275
|
}
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
on: {
|
|
270
|
-
TAB_FOCUS: {
|
|
271
|
-
target: "focused",
|
|
272
|
-
actions: "setFocusedValue"
|
|
273
|
-
},
|
|
274
|
-
TAB_CLICK: {
|
|
275
|
-
target: "focused",
|
|
276
|
-
actions: ["setFocusedValue", "setValue"]
|
|
277
|
-
}
|
|
278
|
-
}
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
focused: {
|
|
279
|
+
on: {
|
|
280
|
+
TAB_CLICK: {
|
|
281
|
+
actions: ["setFocusedValue", "setValue"]
|
|
279
282
|
},
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
{
|
|
297
|
-
guard: "selectOnFocus",
|
|
298
|
-
actions: ["focusNextTab", "selectFocusedTab"]
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
actions: "focusNextTab"
|
|
302
|
-
}
|
|
303
|
-
],
|
|
304
|
-
HOME: [
|
|
305
|
-
{
|
|
306
|
-
guard: "selectOnFocus",
|
|
307
|
-
actions: ["focusFirstTab", "selectFocusedTab"]
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
actions: "focusFirstTab"
|
|
311
|
-
}
|
|
312
|
-
],
|
|
313
|
-
END: [
|
|
314
|
-
{
|
|
315
|
-
guard: "selectOnFocus",
|
|
316
|
-
actions: ["focusLastTab", "selectFocusedTab"]
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
actions: "focusLastTab"
|
|
320
|
-
}
|
|
321
|
-
],
|
|
322
|
-
ENTER: {
|
|
323
|
-
guard: K("selectOnFocus"),
|
|
324
|
-
actions: "selectFocusedTab"
|
|
325
|
-
},
|
|
326
|
-
TAB_FOCUS: {
|
|
327
|
-
actions: ["setFocusedValue"]
|
|
328
|
-
},
|
|
329
|
-
TAB_BLUR: {
|
|
330
|
-
target: "idle",
|
|
331
|
-
actions: "clearFocusedValue"
|
|
332
|
-
}
|
|
283
|
+
ARROW_PREV: [
|
|
284
|
+
{
|
|
285
|
+
guard: "selectOnFocus",
|
|
286
|
+
actions: ["focusPrevTab", "selectFocusedTab"]
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
actions: ["focusPrevTab"]
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
ARROW_NEXT: [
|
|
293
|
+
{
|
|
294
|
+
guard: "selectOnFocus",
|
|
295
|
+
actions: ["focusNextTab", "selectFocusedTab"]
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
actions: ["focusNextTab"]
|
|
333
299
|
}
|
|
300
|
+
],
|
|
301
|
+
HOME: [
|
|
302
|
+
{
|
|
303
|
+
guard: "selectOnFocus",
|
|
304
|
+
actions: ["focusFirstTab", "selectFocusedTab"]
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
actions: ["focusFirstTab"]
|
|
308
|
+
}
|
|
309
|
+
],
|
|
310
|
+
END: [
|
|
311
|
+
{
|
|
312
|
+
guard: "selectOnFocus",
|
|
313
|
+
actions: ["focusLastTab", "selectFocusedTab"]
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
actions: ["focusLastTab"]
|
|
317
|
+
}
|
|
318
|
+
],
|
|
319
|
+
TAB_FOCUS: {
|
|
320
|
+
actions: ["setFocusedValue"]
|
|
321
|
+
},
|
|
322
|
+
TAB_BLUR: {
|
|
323
|
+
target: "idle",
|
|
324
|
+
actions: ["clearFocusedValue"]
|
|
334
325
|
}
|
|
335
326
|
}
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
implementations: {
|
|
330
|
+
guards: {
|
|
331
|
+
selectOnFocus: ({ prop: e }) => e("activationMode") === "automatic"
|
|
336
332
|
},
|
|
337
|
-
{
|
|
338
|
-
|
|
339
|
-
|
|
333
|
+
actions: {
|
|
334
|
+
selectFocusedTab({ context: e, prop: t }) {
|
|
335
|
+
v(() => {
|
|
336
|
+
const o = e.get("focusedValue");
|
|
337
|
+
if (!o) return;
|
|
338
|
+
const n = t("deselectable") && e.get("value") === o ? null : o;
|
|
339
|
+
e.set("value", n);
|
|
340
|
+
});
|
|
340
341
|
},
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
t.indicatorState.rect = r.resolveRect(d), V(() => {
|
|
428
|
-
t.indicatorState.transition = !1;
|
|
429
|
-
});
|
|
430
|
-
}
|
|
431
|
-
}));
|
|
432
|
-
},
|
|
433
|
-
clickIfLink(t) {
|
|
434
|
-
C(r.getSelectedTriggerEl(t));
|
|
342
|
+
setFocusedValue({ context: e, event: t, flush: o }) {
|
|
343
|
+
t.value != null && o(() => {
|
|
344
|
+
e.set("focusedValue", t.value);
|
|
345
|
+
});
|
|
346
|
+
},
|
|
347
|
+
clearFocusedValue({ context: e }) {
|
|
348
|
+
e.set("focusedValue", null);
|
|
349
|
+
},
|
|
350
|
+
setValue({ context: e, event: t, prop: o }) {
|
|
351
|
+
const a = o("deselectable") && e.get("value") === e.get("focusedValue");
|
|
352
|
+
e.set("value", a ? null : t.value);
|
|
353
|
+
},
|
|
354
|
+
clearValue({ context: e }) {
|
|
355
|
+
e.set("value", null);
|
|
356
|
+
},
|
|
357
|
+
focusFirstTab({ scope: e }) {
|
|
358
|
+
v(() => {
|
|
359
|
+
var t;
|
|
360
|
+
(t = ee(e)) == null || t.focus();
|
|
361
|
+
});
|
|
362
|
+
},
|
|
363
|
+
focusLastTab({ scope: e }) {
|
|
364
|
+
v(() => {
|
|
365
|
+
var t;
|
|
366
|
+
(t = te(e)) == null || t.focus();
|
|
367
|
+
});
|
|
368
|
+
},
|
|
369
|
+
focusNextTab({ context: e, prop: t, scope: o, event: a }) {
|
|
370
|
+
const n = a.value ?? e.get("focusedValue");
|
|
371
|
+
if (!n) return;
|
|
372
|
+
const r = ae(o, {
|
|
373
|
+
value: n,
|
|
374
|
+
loopFocus: t("loopFocus")
|
|
375
|
+
});
|
|
376
|
+
v(() => {
|
|
377
|
+
t("composite") ? r == null || r.focus() : (r == null ? void 0 : r.dataset.value) != null && e.set("focusedValue", r.dataset.value);
|
|
378
|
+
});
|
|
379
|
+
},
|
|
380
|
+
focusPrevTab({ context: e, prop: t, scope: o, event: a }) {
|
|
381
|
+
const n = a.value ?? e.get("focusedValue");
|
|
382
|
+
if (!n) return;
|
|
383
|
+
const r = oe(o, {
|
|
384
|
+
value: n,
|
|
385
|
+
loopFocus: t("loopFocus")
|
|
386
|
+
});
|
|
387
|
+
v(() => {
|
|
388
|
+
t("composite") ? r == null || r.focus() : (r == null ? void 0 : r.dataset.value) != null && e.set("focusedValue", r.dataset.value);
|
|
389
|
+
});
|
|
390
|
+
},
|
|
391
|
+
syncTabIndex({ context: e, scope: t }) {
|
|
392
|
+
v(() => {
|
|
393
|
+
const o = e.get("value");
|
|
394
|
+
if (!o) return;
|
|
395
|
+
const a = z(t, o);
|
|
396
|
+
if (!a) return;
|
|
397
|
+
Y(a).length > 0 ? a.removeAttribute("tabindex") : a.setAttribute("tabindex", "0");
|
|
398
|
+
});
|
|
399
|
+
},
|
|
400
|
+
cleanupObserver({ refs: e }) {
|
|
401
|
+
const t = e.get("indicatorCleanup");
|
|
402
|
+
t && t();
|
|
403
|
+
},
|
|
404
|
+
allowIndicatorTransition({ context: e }) {
|
|
405
|
+
e.set("indicatorTransition", !0);
|
|
406
|
+
},
|
|
407
|
+
setIndicatorRect({ context: e, event: t, scope: o }) {
|
|
408
|
+
const a = t.id ?? e.get("value");
|
|
409
|
+
if (!_(o)) return;
|
|
410
|
+
if (!a) {
|
|
411
|
+
e.set("indicatorTransition", !1);
|
|
412
|
+
return;
|
|
413
|
+
}
|
|
414
|
+
h(o, a) && (e.set("indicatorRect", re(o, a)), S(() => {
|
|
415
|
+
e.set("indicatorTransition", !1);
|
|
416
|
+
}));
|
|
417
|
+
},
|
|
418
|
+
syncSsr({ context: e }) {
|
|
419
|
+
e.set("ssr", !1);
|
|
420
|
+
},
|
|
421
|
+
syncIndicatorRect({ context: e, refs: t, scope: o }) {
|
|
422
|
+
const a = t.get("indicatorCleanup");
|
|
423
|
+
a && a();
|
|
424
|
+
const n = e.get("value");
|
|
425
|
+
if (!n) {
|
|
426
|
+
e.set("indicatorTransition", !1);
|
|
427
|
+
return;
|
|
435
428
|
}
|
|
429
|
+
const r = h(o, n), u = _(o);
|
|
430
|
+
if (!r || !u) return;
|
|
431
|
+
const p = P([r], {
|
|
432
|
+
measure(g) {
|
|
433
|
+
return O(g);
|
|
434
|
+
},
|
|
435
|
+
onEntry({ rects: g }) {
|
|
436
|
+
const [R] = g;
|
|
437
|
+
e.set("indicatorRect", B(R));
|
|
438
|
+
}
|
|
439
|
+
});
|
|
440
|
+
t.set("indicatorCleanup", p);
|
|
441
|
+
},
|
|
442
|
+
navigateIfNeeded({ context: e, prop: t, scope: o }) {
|
|
443
|
+
var r;
|
|
444
|
+
const a = e.get("value");
|
|
445
|
+
if (!a) return;
|
|
446
|
+
const n = h(o, a);
|
|
447
|
+
N(n) && ((r = t("navigate")) == null || r({ value: a, node: n, href: n.href }));
|
|
436
448
|
}
|
|
437
449
|
}
|
|
438
|
-
);
|
|
439
|
-
}
|
|
440
|
-
var m = {
|
|
441
|
-
change: (e) => {
|
|
442
|
-
var o;
|
|
443
|
-
e.value != null && ((o = e.onValueChange) == null || o.call(e, { value: e.value }));
|
|
444
|
-
},
|
|
445
|
-
focusChange: (e) => {
|
|
446
|
-
var o;
|
|
447
|
-
e.focusedValue != null && ((o = e.onFocusChange) == null || o.call(e, { focusedValue: e.focusedValue }));
|
|
448
450
|
}
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
h(o, e.value) || (e.value = o, m.change(e));
|
|
452
|
-
},
|
|
453
|
-
focusedValue: (e, o) => {
|
|
454
|
-
h(o, e.focusedValue) || (e.focusedValue = o, m.focusChange(e));
|
|
455
|
-
}
|
|
456
|
-
};
|
|
457
|
-
E()([
|
|
451
|
+
});
|
|
452
|
+
F()([
|
|
458
453
|
"activationMode",
|
|
459
454
|
"composite",
|
|
455
|
+
"deselectable",
|
|
460
456
|
"dir",
|
|
461
457
|
"getRootNode",
|
|
462
458
|
"id",
|
|
463
459
|
"ids",
|
|
464
460
|
"loopFocus",
|
|
461
|
+
"navigate",
|
|
465
462
|
"onFocusChange",
|
|
466
463
|
"onValueChange",
|
|
467
464
|
"orientation",
|
|
468
465
|
"translations",
|
|
469
|
-
"
|
|
470
|
-
"
|
|
466
|
+
"value",
|
|
467
|
+
"defaultValue"
|
|
471
468
|
]);
|
|
472
|
-
|
|
473
|
-
|
|
469
|
+
F()(["disabled", "value"]);
|
|
470
|
+
F()(["value"]);
|
|
474
471
|
export {
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
472
|
+
J as anatomy,
|
|
473
|
+
de as connect,
|
|
474
|
+
fe as machine
|
|
478
475
|
};
|