@inkeep/cxkit-primitives 0.5.115 → 0.5.116
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/embedded-chat.cjs +4 -4
- package/dist/components/embedded-chat.js +597 -590
- package/dist/components/intelligent-form.cjs +1 -1
- package/dist/components/intelligent-form.js +258 -251
- package/dist/index.d.cts +16 -0
- package/dist/index.d.ts +16 -0
- package/dist/providers/base-events-provider.cjs +1 -1
- package/dist/providers/base-events-provider.js +1 -1
- package/dist/utils/component-ids.cjs +1 -1
- package/dist/utils/component-ids.js +2 -0
- package/package.json +4 -4
|
@@ -4,11 +4,11 @@ import { forwardRef as U, memo as P, useState as ve, useEffect as Me, useMemo as
|
|
|
4
4
|
import ee from "react-textarea-autosize";
|
|
5
5
|
import * as te from "@radix-ui/react-avatar";
|
|
6
6
|
import * as K from "@radix-ui/react-checkbox";
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
7
|
+
import * as B from "@radix-ui/react-popover";
|
|
8
|
+
import * as T from "@radix-ui/react-tooltip";
|
|
9
|
+
import * as H from "@radix-ui/react-scroll-area";
|
|
10
10
|
import { Trigger as fe, Icon as Ee, Content as Se, Viewport as ke, Item as Be, ItemText as Te, ItemIndicator as ye, Root as we, Value as xe } from "../atoms/select.js";
|
|
11
|
-
import { ComboboxRoot as
|
|
11
|
+
import { ComboboxRoot as Le, ComboboxControl as He, ComboboxInput as De, ComboboxTrigger as Oe, ComboboxPositioner as Ne, ComboboxContent as We, ComboboxItem as Re, ComboboxItemText as $e, ComboboxSelectedTags as Ve, ComboboxItemIndicator as Qe } from "../atoms/combobox.js";
|
|
12
12
|
import { Overlay as ie, Content as ae, Close as ne, Title as oe, Root as se } from "../atoms/dialog.js";
|
|
13
13
|
import Ue from "../atoms/avatars/ai.js";
|
|
14
14
|
import Ke from "../atoms/avatars/user.js";
|
|
@@ -21,7 +21,7 @@ import { AttachmentsBarProvider as je, useAttachmentsBar as A } from "../provide
|
|
|
21
21
|
import { SourceItemProvider as Ge, useSourceItem as x } from "../providers/source-item-provider.js";
|
|
22
22
|
import { useInkeepConfig as C } from "../providers/config-provider.js";
|
|
23
23
|
import { useInkeepConversation as O, SHARE_QUERY_PARAM as ze } from "../providers/conversation-provider.js";
|
|
24
|
-
import { useChatEvents as
|
|
24
|
+
import { useChatEvents as N } from "../providers/chat-events-provider.js";
|
|
25
25
|
import { useMessageFeedback as re } from "../providers/feedback-provider.js";
|
|
26
26
|
import { MessageAttachmentsProvider as Ye, useMessageAttachments as j } from "../providers/message-attachments-provider.js";
|
|
27
27
|
import { MessageProvider as Je, useMessage as _ } from "../providers/message-provider.js";
|
|
@@ -32,14 +32,14 @@ import { stringifyAttachments as Ze } from "../utils/get-message-metadata.js";
|
|
|
32
32
|
import { dataAttr as p, maybeRender as M, getInitials as et, getMessageContent as de } from "../utils/misc.js";
|
|
33
33
|
import { ikp as i } from "./factory.js";
|
|
34
34
|
import { useChat as v } from "./embedded-chat/chat-provider.js";
|
|
35
|
-
import { ChatProvider as
|
|
35
|
+
import { ChatProvider as Dr } from "./embedded-chat/chat-provider.js";
|
|
36
36
|
import tt from "./tagline-logo-icon.js";
|
|
37
37
|
import { useSettleAction as it } from "../hooks/use-settle-action.js";
|
|
38
38
|
import { useContainerSize as at } from "../hooks/use-container-size.js";
|
|
39
39
|
import { useChatAction as me } from "./embedded-chat/use-chat-action.js";
|
|
40
40
|
import { useHelpMenuState as nt, HelpMenuProvider as ot, useHelpMenu as st } from "../providers/help-menu-provider.js";
|
|
41
41
|
import { useChatForm as g } from "../providers/chat-form-provider.js";
|
|
42
|
-
import { FormFieldProvider as rt, useFormField as
|
|
42
|
+
import { FormFieldProvider as rt, useFormField as E } from "../providers/form-field-provider.js";
|
|
43
43
|
import { Controller as ct } from "react-hook-form";
|
|
44
44
|
import { highlightEmphasis as dt } from "../utils/highlight-emphasis.js";
|
|
45
45
|
import { useModal as mt } from "./modal/modal-provider.js";
|
|
@@ -55,7 +55,7 @@ import { useWidgetAutoFocus as vt } from "./modal/widget-auto-focus.js";
|
|
|
55
55
|
import { useShadow as _t } from "../atoms/shadow/context.js";
|
|
56
56
|
const gt = "__intro__", Ft = i("div", {
|
|
57
57
|
_id: "aiChatWrapper"
|
|
58
|
-
}),
|
|
58
|
+
}), Pn = U((t, e) => {
|
|
59
59
|
const { ...a } = t, { isHidden: o, isMobile: s } = v(), [r, c] = at(), d = le(e, r), m = c?.width ? c.width > 580 : !0, l = mt();
|
|
60
60
|
return /* @__PURE__ */ n(
|
|
61
61
|
Ft,
|
|
@@ -70,34 +70,34 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
70
70
|
);
|
|
71
71
|
}), Pt = i("div", {
|
|
72
72
|
_id: "aiChatConversationLoading"
|
|
73
|
-
}),
|
|
73
|
+
}), An = (t) => {
|
|
74
74
|
const { isLoadingConversation: e } = v();
|
|
75
75
|
return e ? /* @__PURE__ */ n(Pt, { children: /* @__PURE__ */ n("span", { children: "Loading..." }), ...t }) : null;
|
|
76
76
|
}, At = i("div", {
|
|
77
77
|
_id: "aiChatRoot"
|
|
78
|
-
}),
|
|
78
|
+
}), Mn = (t) => {
|
|
79
79
|
const { isLoadingConversation: e, isHidden: a } = v(), { form: o } = g();
|
|
80
80
|
return e || o ? null : /* @__PURE__ */ n(At, { "data-hidden": p(a), ...t });
|
|
81
|
-
},
|
|
81
|
+
}, In = i("div", {
|
|
82
82
|
_id: "aiChatHeader"
|
|
83
|
-
}), In = i("div", {
|
|
84
|
-
_id: "aiChatHeader__Toolbar"
|
|
85
83
|
}), fn = i("div", {
|
|
84
|
+
_id: "aiChatHeader__Toolbar"
|
|
85
|
+
}), En = i("div", {
|
|
86
86
|
_id: "aiChatHeader__ToolbarHeaderWrapper"
|
|
87
87
|
}), Mt = i("div", {
|
|
88
88
|
_id: "aiChatHeader__ToolbarHeader"
|
|
89
|
-
}),
|
|
89
|
+
}), Sn = P(
|
|
90
90
|
(t) => {
|
|
91
91
|
const { aiChatSettings: e } = C(), a = `Ask ${e.aiAssistantName || "AI"}`;
|
|
92
92
|
return /* @__PURE__ */ n(Mt, { ...t, children: a });
|
|
93
93
|
}
|
|
94
|
-
),
|
|
94
|
+
), kn = i("div", {
|
|
95
95
|
_id: "aiChatContent"
|
|
96
|
-
}),
|
|
96
|
+
}), Bn = i(H.Root, {
|
|
97
97
|
_id: "aiChatContentScrollArea"
|
|
98
|
-
}), It = i(
|
|
98
|
+
}), It = i(H.Viewport, {
|
|
99
99
|
_id: "aiChatContentScrollArea__Viewport"
|
|
100
|
-
}),
|
|
100
|
+
}), Tn = U(({ children: t, ...e }, a) => {
|
|
101
101
|
const { containerRef: o } = ht(), s = le(a, o);
|
|
102
102
|
return /* @__PURE__ */ n(
|
|
103
103
|
It,
|
|
@@ -110,21 +110,21 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
110
110
|
...e
|
|
111
111
|
}
|
|
112
112
|
);
|
|
113
|
-
}),
|
|
114
|
-
|
|
113
|
+
}), yn = i(
|
|
114
|
+
H.ScrollAreaScrollbar,
|
|
115
115
|
{
|
|
116
116
|
_id: "aiChatContentScrollArea__Scrollbar"
|
|
117
117
|
}
|
|
118
|
-
),
|
|
119
|
-
|
|
118
|
+
), wn = i(
|
|
119
|
+
H.ScrollAreaThumb,
|
|
120
120
|
{
|
|
121
121
|
_id: "aiChatContentScrollArea__Thumb"
|
|
122
122
|
}
|
|
123
|
-
),
|
|
123
|
+
), xn = i(H.Corner, {
|
|
124
124
|
_id: "aiChatContentScrollArea__Corner"
|
|
125
125
|
}), ft = i("div", {
|
|
126
126
|
_id: "aiChatMessages"
|
|
127
|
-
}),
|
|
127
|
+
}), Ln = (t) => {
|
|
128
128
|
const e = v(), { children: a, ...o } = t;
|
|
129
129
|
return /* @__PURE__ */ n(ft, { children: M(a, e), ...o });
|
|
130
130
|
}, Et = i("div", {
|
|
@@ -132,19 +132,19 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
132
132
|
}), Hn = P(
|
|
133
133
|
(t) => {
|
|
134
134
|
const { aiChatSettings: e } = C(), [a, o] = ve(!1), s = pt(a, 100);
|
|
135
|
-
return e.disclaimerSettings?.isEnabled ? /* @__PURE__ */ n(bt, { open: a, setOpen: o, children: /* @__PURE__ */ n(
|
|
135
|
+
return e.disclaimerSettings?.isEnabled ? /* @__PURE__ */ n(bt, { open: a, setOpen: o, children: /* @__PURE__ */ n(B.Root, { open: s, onOpenChange: o, children: /* @__PURE__ */ n(Et, { ...t }) }) }) : null;
|
|
136
136
|
}
|
|
137
137
|
), St = i("span", {
|
|
138
138
|
_id: "aiChatDisclaimerLabel"
|
|
139
|
-
}),
|
|
139
|
+
}), Dn = P(
|
|
140
140
|
(t) => {
|
|
141
141
|
const { aiChatSettings: e } = C(), a = e.disclaimerSettings;
|
|
142
142
|
return /* @__PURE__ */ n(St, { children: a?.label, ...t });
|
|
143
143
|
}
|
|
144
|
-
), kt = i(
|
|
144
|
+
), kt = i(B.Trigger, {
|
|
145
145
|
_id: "aiChatDisclaimerTrigger",
|
|
146
146
|
children: /* @__PURE__ */ n(F, { iconKey: "info" })
|
|
147
|
-
}),
|
|
147
|
+
}), On = P(
|
|
148
148
|
(t) => {
|
|
149
149
|
const { setOpen: e } = Fe();
|
|
150
150
|
return /* @__PURE__ */ n(
|
|
@@ -156,9 +156,9 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
156
156
|
}
|
|
157
157
|
);
|
|
158
158
|
}
|
|
159
|
-
), Bt = i(
|
|
159
|
+
), Bt = i(B.Content, {
|
|
160
160
|
_id: "aiChatDisclaimerContent"
|
|
161
|
-
}),
|
|
161
|
+
}), Nn = (t) => {
|
|
162
162
|
const { setOpen: e } = Fe();
|
|
163
163
|
return /* @__PURE__ */ n(
|
|
164
164
|
Bt,
|
|
@@ -179,38 +179,38 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
179
179
|
const { aiChatSettings: e } = C(), a = e.aiAssistantName, s = e.disclaimerSettings?.tooltip || `Information provided by ${a || "this AI assistant"} is not guaranteed to be accurate or comprehensive.`;
|
|
180
180
|
return /* @__PURE__ */ n(Tt, { shouldOpenLinksInNewTab: !0, children: s, ...t });
|
|
181
181
|
}
|
|
182
|
-
),
|
|
182
|
+
), Rn = i(B.Arrow, {
|
|
183
183
|
_id: "aiChatDisclaimerArrow"
|
|
184
184
|
}), yt = i("div", {
|
|
185
185
|
_id: "aiChatExampleQuestions"
|
|
186
|
-
}),
|
|
186
|
+
}), $n = (t) => {
|
|
187
187
|
const { aiChatSettings: e } = C(), { messages: a } = v();
|
|
188
188
|
return !e.exampleQuestions?.length || a.length ? null : /* @__PURE__ */ n(yt, { ...t });
|
|
189
189
|
}, wt = i("h3", {
|
|
190
190
|
_id: "aiChatExampleQuestionsLabel"
|
|
191
|
-
}),
|
|
191
|
+
}), Vn = P(
|
|
192
192
|
(t) => {
|
|
193
193
|
const { aiChatSettings: e } = C();
|
|
194
194
|
return /* @__PURE__ */ n(wt, { children: e.exampleQuestionsLabel, ...t });
|
|
195
195
|
}
|
|
196
196
|
), xt = i("div", {
|
|
197
197
|
_id: "aiChatExampleQuestionsList"
|
|
198
|
-
}),
|
|
198
|
+
}), Qn = P(
|
|
199
199
|
(t) => {
|
|
200
200
|
const { aiChatSettings: e } = C(), a = e.exampleQuestions, { children: o, ...s } = t;
|
|
201
201
|
return /* @__PURE__ */ n(xt, { children: M(o, a), ...s });
|
|
202
202
|
}
|
|
203
|
-
),
|
|
203
|
+
), Lt = i("div", {
|
|
204
204
|
_id: "aiChatExampleQuestion"
|
|
205
|
-
}),
|
|
205
|
+
}), Un = U((t, e) => {
|
|
206
206
|
const { aiChatSettings: a } = C(), o = a.isFirstExampleQuestionHighlighted;
|
|
207
|
-
return /* @__PURE__ */ n(
|
|
208
|
-
}),
|
|
207
|
+
return /* @__PURE__ */ n(Lt, { ref: e, "data-highlight": p(o), ...t });
|
|
208
|
+
}), Ht = i("button", {
|
|
209
209
|
_id: "aiChatExampleQuestionButton"
|
|
210
|
-
}),
|
|
210
|
+
}), Kn = (t) => {
|
|
211
211
|
const { question: e, onClick: a, ...o } = t, { handleSubmit: s } = v();
|
|
212
212
|
return /* @__PURE__ */ n(
|
|
213
|
-
|
|
213
|
+
Ht,
|
|
214
214
|
{
|
|
215
215
|
onClick: h(a, () => s(e)),
|
|
216
216
|
children: e,
|
|
@@ -219,27 +219,27 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
219
219
|
);
|
|
220
220
|
}, Dt = i("div", {
|
|
221
221
|
_id: "aiChatWorkflows"
|
|
222
|
-
}),
|
|
222
|
+
}), qn = (t) => {
|
|
223
223
|
const { aiChatSettings: e } = C(), { messages: a } = v();
|
|
224
224
|
return !e.workflows?.length || a.length ? null : /* @__PURE__ */ n(Dt, { ...t });
|
|
225
225
|
}, Ot = i("h3", {
|
|
226
226
|
_id: "aiChatWorkflowsLabel"
|
|
227
|
-
}),
|
|
227
|
+
}), jn = P((t) => {
|
|
228
228
|
const { aiChatSettings: e } = C();
|
|
229
229
|
return /* @__PURE__ */ n(Ot, { children: e.workflowsHeader, ...t });
|
|
230
|
-
}),
|
|
230
|
+
}), Nt = i("div", {
|
|
231
231
|
_id: "aiChatWorkflowsList"
|
|
232
|
-
}),
|
|
232
|
+
}), Gn = P(
|
|
233
233
|
(t) => {
|
|
234
234
|
const { aiChatSettings: e } = C(), a = e.workflows, { children: o, ...s } = t;
|
|
235
|
-
return /* @__PURE__ */ n(
|
|
235
|
+
return /* @__PURE__ */ n(Nt, { children: M(o, a), ...s });
|
|
236
236
|
}
|
|
237
|
-
),
|
|
237
|
+
), Wt = i("button", {
|
|
238
238
|
_id: "aiChatWorkflow"
|
|
239
|
-
}),
|
|
239
|
+
}), zn = (t) => {
|
|
240
240
|
const { workflow: e, onClick: a, ...o } = t, { handleWorkflow: s } = v();
|
|
241
241
|
return /* @__PURE__ */ n(
|
|
242
|
-
|
|
242
|
+
Wt,
|
|
243
243
|
{
|
|
244
244
|
onClick: h(a, () => s(e)),
|
|
245
245
|
children: e.displayName,
|
|
@@ -251,7 +251,7 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
251
251
|
}), $t = (t) => {
|
|
252
252
|
const { message: e, ...a } = t;
|
|
253
253
|
return e.role === "system" ? null : /* @__PURE__ */ n(Je, { message: e, children: /* @__PURE__ */ n(Rt, { "data-role": e.role, ...a }) });
|
|
254
|
-
},
|
|
254
|
+
}, Yn = P(
|
|
255
255
|
(t) => {
|
|
256
256
|
const { message: e, ...a } = t, { aiChatSettings: o, baseSettings: s } = C(), r = o.aiAssistantName, c = r ? `Hi, I'm ${r}!` : "Hi!", d = o.chatSubjectName ?? s.organizationDisplayName, m = `${c}
|
|
257
257
|
|
|
@@ -270,22 +270,22 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
270
270
|
}
|
|
271
271
|
), Vt = i("div", {
|
|
272
272
|
_id: "aiChatMessageHeader"
|
|
273
|
-
}),
|
|
273
|
+
}), Jn = (t) => {
|
|
274
274
|
const { message: e } = _();
|
|
275
275
|
return /* @__PURE__ */ n(Vt, { "data-role": e.role, ...t });
|
|
276
276
|
}, Qt = i("div", {
|
|
277
277
|
_id: "aiChatMessageLoading"
|
|
278
|
-
}),
|
|
278
|
+
}), Xn = (t) => {
|
|
279
279
|
const { isLoading: e, isStreaming: a, messages: o } = v(), { message: s } = _();
|
|
280
280
|
return !(o.at(-1)?.id === s?.id) || s.role !== "assistant" || !e || a ? null : /* @__PURE__ */ n(Qt, { children: "Thinking...", ...t });
|
|
281
281
|
}, Ut = i("div", {
|
|
282
282
|
_id: "aiChatMessageAvatar"
|
|
283
|
-
}),
|
|
283
|
+
}), Zn = (t) => {
|
|
284
284
|
const { message: e } = _();
|
|
285
285
|
return /* @__PURE__ */ n(Ut, { "data-role": e.role, ...t });
|
|
286
286
|
}, Kt = i(te.Root, {
|
|
287
287
|
_id: "aiChatMessageAvatarContent"
|
|
288
|
-
}),
|
|
288
|
+
}), eo = (t) => {
|
|
289
289
|
const { message: e } = _(), { baseSettings: a } = C();
|
|
290
290
|
return /* @__PURE__ */ n(
|
|
291
291
|
Kt,
|
|
@@ -297,7 +297,7 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
297
297
|
);
|
|
298
298
|
}, qt = i(te.Fallback, {
|
|
299
299
|
_id: "aiChatMessageAvatarFallback"
|
|
300
|
-
}),
|
|
300
|
+
}), to = P(
|
|
301
301
|
(t) => {
|
|
302
302
|
const { baseSettings: e } = C(), { message: a } = _();
|
|
303
303
|
return e.userProperties.name ? /* @__PURE__ */ n(
|
|
@@ -311,7 +311,7 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
311
311
|
}
|
|
312
312
|
), pe = i(te.Image, {
|
|
313
313
|
_id: "aiChatMessageAvatarImage"
|
|
314
|
-
}),
|
|
314
|
+
}), io = P(
|
|
315
315
|
(t) => {
|
|
316
316
|
const { onLoadingStatusChange: e, ...a } = t, {
|
|
317
317
|
aiChatSettings: o,
|
|
@@ -363,7 +363,7 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
363
363
|
}
|
|
364
364
|
), jt = i("span", {
|
|
365
365
|
_id: "aiChatMessageName"
|
|
366
|
-
}),
|
|
366
|
+
}), ao = (t) => {
|
|
367
367
|
const { message: e } = _();
|
|
368
368
|
return /* @__PURE__ */ n(
|
|
369
369
|
jt,
|
|
@@ -375,7 +375,7 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
375
375
|
);
|
|
376
376
|
}, Gt = i("div", {
|
|
377
377
|
_id: "aiChatMessageContentWrapper"
|
|
378
|
-
}),
|
|
378
|
+
}), no = (t) => {
|
|
379
379
|
const { message: e } = _(), { messageButtons: a } = v(), o = a[e.id] || [];
|
|
380
380
|
return /* @__PURE__ */ n(
|
|
381
381
|
Gt,
|
|
@@ -387,22 +387,22 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
387
387
|
);
|
|
388
388
|
}, zt = i("div", {
|
|
389
389
|
_id: "aiChatMessageContent"
|
|
390
|
-
}),
|
|
390
|
+
}), oo = (t) => {
|
|
391
391
|
const { message: e } = _();
|
|
392
392
|
return /* @__PURE__ */ n(zt, { "data-role": e.role, ...t });
|
|
393
393
|
}, Yt = i("div", {
|
|
394
394
|
_id: "aiChatMessageAttachments"
|
|
395
|
-
}),
|
|
395
|
+
}), so = (t) => {
|
|
396
396
|
const { message: e } = _(), a = e.metadata?.attributes?.attachments;
|
|
397
397
|
return e.role !== "user" || !a?.length ? null : /* @__PURE__ */ n(Ye, { children: /* @__PURE__ */ n(Yt, { ...t }) });
|
|
398
398
|
}, Jt = i("div", {
|
|
399
399
|
_id: "aiChatMessageAttachments__List"
|
|
400
|
-
}),
|
|
400
|
+
}), ro = (t) => {
|
|
401
401
|
const { children: e, ...a } = t, { message: o } = _(), s = o.metadata?.attributes?.attachments;
|
|
402
402
|
return s ? /* @__PURE__ */ n(Jt, { children: M(e, s), ...a }) : null;
|
|
403
403
|
}, Xt = i("div", {
|
|
404
404
|
_id: "aiChatMessageAttachments__Item"
|
|
405
|
-
}),
|
|
405
|
+
}), co = (t) => {
|
|
406
406
|
const { attachment: e, onClick: a, ...o } = t, { selectItem: s, onOpen: r } = j();
|
|
407
407
|
return /* @__PURE__ */ n(_e, { attachment: e, children: /* @__PURE__ */ n(
|
|
408
408
|
Xt,
|
|
@@ -415,17 +415,17 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
415
415
|
) });
|
|
416
416
|
}, Zt = i(f, {
|
|
417
417
|
_id: "aiChatMessageAttachments__ItemIcon"
|
|
418
|
-
}),
|
|
418
|
+
}), mo = (t) => {
|
|
419
419
|
const { attachment: e } = D(), a = e.contentType?.attachmentIcon;
|
|
420
420
|
return a ? /* @__PURE__ */ n(Zt, { iconSettings: a, ...t }) : null;
|
|
421
421
|
}, ei = i("span", {
|
|
422
422
|
_id: "aiChatMessageAttachments__ItemTitle"
|
|
423
|
-
}),
|
|
423
|
+
}), lo = (t) => {
|
|
424
424
|
const { attachment: e } = D();
|
|
425
425
|
return /* @__PURE__ */ n(ei, { children: e.title, ...t });
|
|
426
426
|
}, ti = i(se, {
|
|
427
427
|
_id: "aiChatMessageAttachmentsPreview"
|
|
428
|
-
}),
|
|
428
|
+
}), ho = (t) => {
|
|
429
429
|
const { onOpenChange: e, ...a } = t, { selectItem: o, isOpen: s, onClose: r, selectedItem: c } = j();
|
|
430
430
|
return /* @__PURE__ */ n(
|
|
431
431
|
ti,
|
|
@@ -437,14 +437,14 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
437
437
|
...a
|
|
438
438
|
}
|
|
439
439
|
);
|
|
440
|
-
},
|
|
440
|
+
}, uo = i(ie, {
|
|
441
441
|
_id: "aiChatMessageAttachmentsPreview__Overlay"
|
|
442
|
-
}),
|
|
442
|
+
}), Co = i(ae, {
|
|
443
443
|
_id: "aiChatMessageAttachmentsPreview__Content",
|
|
444
444
|
"aria-describedby": void 0
|
|
445
445
|
}), ii = i(oe, {
|
|
446
446
|
_id: "aiChatMessageAttachmentsPreview__Header"
|
|
447
|
-
}),
|
|
447
|
+
}), po = (t) => {
|
|
448
448
|
const { selectedItem: e } = j();
|
|
449
449
|
return /* @__PURE__ */ n(
|
|
450
450
|
ii,
|
|
@@ -453,18 +453,18 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
453
453
|
...t
|
|
454
454
|
}
|
|
455
455
|
);
|
|
456
|
-
},
|
|
456
|
+
}, bo = i(ne, {
|
|
457
457
|
_id: "aiChatMessageAttachmentsPreview__Close",
|
|
458
458
|
children: /* @__PURE__ */ n(F, { iconKey: "close" })
|
|
459
459
|
}), ai = i("p", {
|
|
460
460
|
_id: "aiChatMessageAttachmentsPreview__Body"
|
|
461
|
-
}),
|
|
461
|
+
}), vo = (t) => {
|
|
462
462
|
const { selectedItem: e } = j();
|
|
463
463
|
return /* @__PURE__ */ n(ai, { children: e?.content, ...t });
|
|
464
464
|
}, be = i("div", {
|
|
465
465
|
_id: "aiChatMessage"
|
|
466
|
-
}),
|
|
467
|
-
const { aiChatSettings: e } = C(), { componentStyles: a, ...o } = t, { message: s } = _(), { logEvent: r } =
|
|
466
|
+
}), _o = (t) => {
|
|
467
|
+
const { aiChatSettings: e } = C(), { componentStyles: a, ...o } = t, { message: s } = _(), { logEvent: r } = N(), c = de(s), { conversation: d } = O();
|
|
468
468
|
return s.role === "user" ? /* @__PURE__ */ n(be, { "data-role": s.role, children: c, ...o }) : /* @__PURE__ */ n(be, { "data-role": s.role, ...o, children: /* @__PURE__ */ n(
|
|
469
469
|
q,
|
|
470
470
|
{
|
|
@@ -494,20 +494,20 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
494
494
|
) });
|
|
495
495
|
}, ni = i("div", {
|
|
496
496
|
_id: "aiChatMessageToolbar"
|
|
497
|
-
}),
|
|
497
|
+
}), go = (t) => {
|
|
498
498
|
const { isLoading: e, messages: a } = v(), { message: o } = _();
|
|
499
499
|
return a.at(-1)?.id === o?.id && e || o.role === "user" ? null : /* @__PURE__ */ n(ni, { ...t });
|
|
500
500
|
}, oi = i("div", {
|
|
501
501
|
_id: "aiChatMessageToolActions"
|
|
502
|
-
}),
|
|
502
|
+
}), Fo = (t) => {
|
|
503
503
|
const { children: e, ...a } = t, { message: o } = _(), { messageButtons: s } = v(), r = s[o.id] || [];
|
|
504
504
|
return /* @__PURE__ */ n(oi, { children: M(e, r), ...a });
|
|
505
505
|
}, si = i("a", {
|
|
506
506
|
_id: "aiChatMessageToolAction"
|
|
507
507
|
}), ri = i("button", {
|
|
508
508
|
_id: "aiChatMessageToolAction"
|
|
509
|
-
}),
|
|
510
|
-
const { onClick: e, action: a, ...o } = t, { handleAction: s } = me(a), { logEvent: r } =
|
|
509
|
+
}), Po = (t) => {
|
|
510
|
+
const { onClick: e, action: a, ...o } = t, { handleAction: s } = me(a), { logEvent: r } = N(), { conversation: c } = O(), d = () => {
|
|
511
511
|
s(), r({
|
|
512
512
|
eventName: "tool_call_action_clicked",
|
|
513
513
|
properties: {
|
|
@@ -546,8 +546,8 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
546
546
|
);
|
|
547
547
|
}, ci = i("button", {
|
|
548
548
|
_id: "aiChatMessageAction"
|
|
549
|
-
}),
|
|
550
|
-
const { action: e, onClick: a, className: o, ...s } = t, { conversation: r } = O(), { message: c } = _(), { isStreaming: d, messages: m } = v(), [l, u] = X(), { feedback: b, submitPositiveFeedback: I, setCurrentFeedback: y, currentFeedback:
|
|
549
|
+
}), Ao = (t) => {
|
|
550
|
+
const { action: e, onClick: a, className: o, ...s } = t, { conversation: r } = O(), { message: c } = _(), { isStreaming: d, messages: m } = v(), [l, u] = X(), { feedback: b, submitPositiveFeedback: I, setCurrentFeedback: y, currentFeedback: W } = re(), { logEvent: G } = N(), [R, z] = it(), {
|
|
551
551
|
baseSettings: { privacyPreferences: he }
|
|
552
552
|
} = C(), { optOutAllAnalytics: Y } = he, ue = m.at(-1)?.id === c?.id, J = c.role === "assistant";
|
|
553
553
|
if (ue && d || !J || {
|
|
@@ -572,31 +572,31 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
572
572
|
downvote() {
|
|
573
573
|
y(c.id);
|
|
574
574
|
}
|
|
575
|
-
},
|
|
575
|
+
}, L = {
|
|
576
576
|
copy: "Copy Message",
|
|
577
577
|
upvote: "Upvote Message",
|
|
578
578
|
downvote: "Downvote Message"
|
|
579
|
-
},
|
|
579
|
+
}, S = {
|
|
580
580
|
copy: /* @__PURE__ */ n(F, { iconKey: l ? "messageCopied" : "messageCopy" }),
|
|
581
581
|
upvote: /* @__PURE__ */ n(F, { iconKey: R ? "messageCopied" : "thumbsUp" }),
|
|
582
582
|
downvote: /* @__PURE__ */ n(F, { iconKey: "thumbsDown" })
|
|
583
|
-
},
|
|
583
|
+
}, k = {
|
|
584
584
|
copy: { "data-copied": p(l) },
|
|
585
585
|
upvote: {
|
|
586
586
|
"data-upvoted": p(b[c.id]?.type === "positive")
|
|
587
587
|
},
|
|
588
588
|
downvote: {
|
|
589
589
|
"data-downvoted": p(b[c.id]?.type === "negative"),
|
|
590
|
-
"data-state":
|
|
590
|
+
"data-state": W === null ? "closed" : "open"
|
|
591
591
|
}
|
|
592
592
|
};
|
|
593
593
|
return /* @__PURE__ */ n(
|
|
594
594
|
ci,
|
|
595
595
|
{
|
|
596
596
|
"data-action": e,
|
|
597
|
-
...
|
|
598
|
-
children:
|
|
599
|
-
"aria-label":
|
|
597
|
+
...k[e],
|
|
598
|
+
children: S[e],
|
|
599
|
+
"aria-label": L[e],
|
|
600
600
|
className: `${o} ${e}`,
|
|
601
601
|
onClick: h(a, w[e]),
|
|
602
602
|
...s
|
|
@@ -604,14 +604,14 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
604
604
|
);
|
|
605
605
|
}, di = i("div", {
|
|
606
606
|
_id: "aiChatMessageSources"
|
|
607
|
-
}),
|
|
607
|
+
}), Mo = (t) => {
|
|
608
608
|
const { message: e } = _();
|
|
609
609
|
return e.role !== "assistant" || !e.links?.length ? null : /* @__PURE__ */ n(di, { ...t });
|
|
610
610
|
}, mi = i("div", {
|
|
611
611
|
_id: "aiChatMessageSources__Header"
|
|
612
|
-
}),
|
|
612
|
+
}), Io = (t) => /* @__PURE__ */ n(mi, { children: "Sources", ...t }), li = i("div", {
|
|
613
613
|
_id: "aiChatMessageSources__List"
|
|
614
|
-
}),
|
|
614
|
+
}), fo = (t) => {
|
|
615
615
|
const { message: e } = _(), { children: a, ...o } = t, {
|
|
616
616
|
baseSettings: { transformSource: s, organizationDisplayName: r },
|
|
617
617
|
aiChatSettings: { shouldOpenLinksInNewTab: c },
|
|
@@ -629,8 +629,8 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
629
629
|
return /* @__PURE__ */ n(li, { children: M(a, m), ...o });
|
|
630
630
|
}, hi = i(qe, {
|
|
631
631
|
_id: "aiChatMessageSourceItem"
|
|
632
|
-
}),
|
|
633
|
-
const { source: e, onClick: a, ...o } = t, { logEvent: s } =
|
|
632
|
+
}), Eo = (t) => {
|
|
633
|
+
const { source: e, onClick: a, ...o } = t, { logEvent: s } = N(), { conversation: r } = O(), c = () => {
|
|
634
634
|
s({
|
|
635
635
|
eventName: "assistant_source_item_clicked",
|
|
636
636
|
properties: {
|
|
@@ -652,30 +652,30 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
652
652
|
) });
|
|
653
653
|
}, ui = i("div", {
|
|
654
654
|
_id: "aiChatMessageSourceItem__Breadcrumbs"
|
|
655
|
-
}),
|
|
655
|
+
}), So = (t) => {
|
|
656
656
|
const { source: e } = x();
|
|
657
657
|
return e.breadcrumbs?.length ? /* @__PURE__ */ n(ui, { "data-type": e.type, ...t }) : null;
|
|
658
|
-
},
|
|
658
|
+
}, ko = i(F, {
|
|
659
659
|
_id: "aiChatMessageSourceItem__BreadcrumbIcon",
|
|
660
660
|
iconKey: "breadcrumbSeparator"
|
|
661
661
|
}), Ci = i(f, {
|
|
662
662
|
_id: "aiChatMessageSourceItem__Icon"
|
|
663
|
-
}),
|
|
663
|
+
}), Bo = (t) => {
|
|
664
664
|
const { source: e } = x();
|
|
665
665
|
return /* @__PURE__ */ n(Ci, { iconSettings: e.icon, "data-type": e.type, ...t });
|
|
666
666
|
}, pi = i("span", {
|
|
667
667
|
_id: "aiChatMessageSourceItem__Title"
|
|
668
|
-
}),
|
|
668
|
+
}), To = (t) => {
|
|
669
669
|
const { source: e } = x();
|
|
670
670
|
return /* @__PURE__ */ n(pi, { "data-type": e.type, children: e.title, ...t });
|
|
671
671
|
}, bi = i("span", {
|
|
672
672
|
_id: "aiChatMessageSourceItem__Tag"
|
|
673
|
-
}),
|
|
673
|
+
}), yo = (t) => {
|
|
674
674
|
const { source: e } = x();
|
|
675
675
|
return /* @__PURE__ */ n(bi, { "data-type": e.type, ...t });
|
|
676
676
|
}, vi = i("span", {
|
|
677
677
|
_id: "aiChatMessageSourceItem__Description"
|
|
678
|
-
}),
|
|
678
|
+
}), wo = (t) => {
|
|
679
679
|
const { source: e } = x(), { children: a, ...o } = t, s = Ie(() => e.description ? dt(e.description) : [], [e.description]);
|
|
680
680
|
return s.length ? /* @__PURE__ */ n(
|
|
681
681
|
vi,
|
|
@@ -687,7 +687,7 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
687
687
|
) : null;
|
|
688
688
|
}, _i = i("span", {
|
|
689
689
|
_id: "aiChatMessageSourceItem__DescriptionPart"
|
|
690
|
-
}),
|
|
690
|
+
}), xo = (t) => {
|
|
691
691
|
const { part: e, ...a } = t, { source: o } = x();
|
|
692
692
|
return typeof e == "string" ? e : /* @__PURE__ */ n(
|
|
693
693
|
_i,
|
|
@@ -700,7 +700,7 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
700
700
|
);
|
|
701
701
|
}, gi = i(F, {
|
|
702
702
|
_id: "aiChatMessageSourceItem__Indicator"
|
|
703
|
-
}),
|
|
703
|
+
}), Lo = (t) => {
|
|
704
704
|
const { source: e } = x();
|
|
705
705
|
return /* @__PURE__ */ n(
|
|
706
706
|
gi,
|
|
@@ -711,13 +711,13 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
711
711
|
);
|
|
712
712
|
}, Ho = i("div", {
|
|
713
713
|
_id: "aiChatFooter"
|
|
714
|
-
}), Lo = i("div", {
|
|
715
|
-
_id: "aiChatInput__Fieldset"
|
|
716
714
|
}), Do = i("div", {
|
|
715
|
+
_id: "aiChatInput__Fieldset"
|
|
716
|
+
}), Oo = i("div", {
|
|
717
717
|
_id: "aiChatInput__Group"
|
|
718
718
|
}), Fi = i("textarea", {
|
|
719
719
|
_id: "aiChatInput"
|
|
720
|
-
}),
|
|
720
|
+
}), No = U(({ onChange: t, onKeyDown: e, ...a }, o) => {
|
|
721
721
|
const { handleInputChange: s, handleInputKeyDown: r, input: c, error: d, shouldAutoFocusInput: m, inputRef: l } = v(), { aiChatSettings: u } = C(), b = le(
|
|
722
722
|
o,
|
|
723
723
|
l
|
|
@@ -750,37 +750,37 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
750
750
|
...c
|
|
751
751
|
}
|
|
752
752
|
);
|
|
753
|
-
},
|
|
753
|
+
}, Ro = i(F, {
|
|
754
754
|
_id: "aiChatInput__SendButtonIcon",
|
|
755
755
|
iconKey: "chatSubmit"
|
|
756
756
|
}), Ai = i("div", {
|
|
757
757
|
_id: "aiChatAttachmentsBar"
|
|
758
|
-
}),
|
|
758
|
+
}), $o = (t) => {
|
|
759
759
|
const { selectedWorkflow: e } = v();
|
|
760
760
|
return !e || !e.supportedInputs?.length ? null : /* @__PURE__ */ n(je, { children: /* @__PURE__ */ n(Ai, { ...t }) });
|
|
761
761
|
}, Mi = i("div", {
|
|
762
762
|
_id: "aiChatAttachmentsBar__List"
|
|
763
|
-
}),
|
|
763
|
+
}), Vo = (t) => {
|
|
764
764
|
const { children: e, ...a } = t, { messageAttachments: o } = v();
|
|
765
765
|
return /* @__PURE__ */ n(Mi, { children: M(e, o), ...a });
|
|
766
766
|
}, Ii = i("div", {
|
|
767
767
|
_id: "aiChatAttachmentsBar__Attachment"
|
|
768
|
-
}),
|
|
768
|
+
}), Qo = (t) => {
|
|
769
769
|
const { attachment: e, ...a } = t;
|
|
770
770
|
return /* @__PURE__ */ n(_e, { attachment: e, children: /* @__PURE__ */ n(Ii, { ...a }) });
|
|
771
771
|
}, fi = i(f, {
|
|
772
772
|
_id: "aiChatAttachmentsBar__AttachmentIcon"
|
|
773
|
-
}),
|
|
773
|
+
}), Uo = (t) => {
|
|
774
774
|
const { attachment: e } = D(), a = e.contentType?.attachmentIcon;
|
|
775
775
|
return a ? /* @__PURE__ */ n(fi, { iconSettings: a, ...t }) : null;
|
|
776
776
|
}, Ei = i("span", {
|
|
777
777
|
_id: "aiChatAttachmentsBar__AttachmentTitle"
|
|
778
|
-
}),
|
|
778
|
+
}), Ko = (t) => {
|
|
779
779
|
const { attachment: e } = D();
|
|
780
780
|
return /* @__PURE__ */ n(Ei, { children: e.title, ...t });
|
|
781
781
|
}, Si = i("button", {
|
|
782
782
|
_id: "aiChatAttachmentsBar__AttachmentDelete"
|
|
783
|
-
}),
|
|
783
|
+
}), qo = (t) => {
|
|
784
784
|
const { onClick: e, ...a } = t, { attachment: o } = D(), { setMessageAttachments: s } = v();
|
|
785
785
|
return /* @__PURE__ */ n(
|
|
786
786
|
Si,
|
|
@@ -793,17 +793,17 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
793
793
|
...a
|
|
794
794
|
}
|
|
795
795
|
);
|
|
796
|
-
},
|
|
796
|
+
}, jo = i("div", {
|
|
797
797
|
_id: "aiChatAttachmentsBar__Actions"
|
|
798
|
-
}),
|
|
798
|
+
}), Go = i(T.Tooltip, {
|
|
799
799
|
_id: "aiChatAttachmentsBar__InfoTip",
|
|
800
800
|
delayDuration: 0
|
|
801
|
-
}),
|
|
801
|
+
}), zo = i(T.Trigger, {
|
|
802
802
|
_id: "aiChatAttachmentsBar__InfoTipIcon",
|
|
803
803
|
children: /* @__PURE__ */ n(F, { iconKey: "info" })
|
|
804
|
-
}), ki = i(
|
|
804
|
+
}), ki = i(T.Arrow, {
|
|
805
805
|
_id: "aiChatAttachmentsBar__InfoTipArrow"
|
|
806
|
-
}),
|
|
806
|
+
}), Yo = i(T.Content, {
|
|
807
807
|
_id: "aiChatAttachmentsBar__InfoTipText",
|
|
808
808
|
side: "bottom",
|
|
809
809
|
sideOffset: 3,
|
|
@@ -814,7 +814,7 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
814
814
|
] })
|
|
815
815
|
}), Bi = i("div", {
|
|
816
816
|
_id: "aiChatAttachmentsBar__Inputs"
|
|
817
|
-
}),
|
|
817
|
+
}), Jo = (t) => {
|
|
818
818
|
const { children: e, ...a } = t, { selectedWorkflow: o } = v();
|
|
819
819
|
return o?.supportedInputs ? /* @__PURE__ */ n(
|
|
820
820
|
Bi,
|
|
@@ -825,7 +825,7 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
825
825
|
) : null;
|
|
826
826
|
}, Ti = i("button", {
|
|
827
827
|
_id: "aiChatAttachmentsBar__Input"
|
|
828
|
-
}),
|
|
828
|
+
}), Xo = (t) => {
|
|
829
829
|
const { input: e, onClick: a, ...o } = t, { selectedWorkflow: s, messageAttachments: r, setMessageAttachments: c } = v(), { selectInput: d, onOpen: m } = A(), l = () => {
|
|
830
830
|
if (e.type === "FUNCTIONAL_MULTI_ATTACHMENT")
|
|
831
831
|
return s ? e.onInvoke(s, e, c, [...r]) : void 0;
|
|
@@ -841,7 +841,7 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
841
841
|
);
|
|
842
842
|
}, yi = i(se, {
|
|
843
843
|
_id: "aiChatAttachmentsBar__Modal"
|
|
844
|
-
}),
|
|
844
|
+
}), Zo = (t) => {
|
|
845
845
|
const { onOpenChange: e, ...a } = t, { selectInput: o, isOpen: s, onClose: r, selectedInput: c } = A();
|
|
846
846
|
return /* @__PURE__ */ n(
|
|
847
847
|
yi,
|
|
@@ -853,50 +853,50 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
853
853
|
...a
|
|
854
854
|
}
|
|
855
855
|
);
|
|
856
|
-
},
|
|
856
|
+
}, es = i(ie, {
|
|
857
857
|
_id: "aiChatAttachmentsBar__ModalOverlay"
|
|
858
|
-
}),
|
|
858
|
+
}), ts = i(ae, {
|
|
859
859
|
_id: "aiChatAttachmentsBar__ModalContent",
|
|
860
860
|
"aria-describedby": void 0
|
|
861
|
-
}),
|
|
861
|
+
}), is = i("div", {
|
|
862
862
|
_id: "aiChatAttachmentsBar__ModalHeader"
|
|
863
863
|
}), wi = i(oe, {
|
|
864
864
|
_id: "aiChatAttachmentsBar__ModalHeading"
|
|
865
|
-
}),
|
|
865
|
+
}), as = (t) => {
|
|
866
866
|
const { selectedInput: e } = A(), a = `Add ${e?.displayName}`;
|
|
867
867
|
return /* @__PURE__ */ n(wi, { children: a, ...t });
|
|
868
868
|
}, xi = i("span", {
|
|
869
869
|
_id: "aiChatAttachmentsBar__ModalDescription"
|
|
870
|
-
}),
|
|
870
|
+
}), ns = (t) => {
|
|
871
871
|
const { selectedInput: e } = A(), a = e?.workflowModalProps?.modalHelpText;
|
|
872
872
|
return a ? /* @__PURE__ */ n(xi, { children: a, ...t }) : null;
|
|
873
|
-
},
|
|
873
|
+
}, Li = i("div", {
|
|
874
874
|
_id: "aiChatAttachmentsBar__ModalHelp"
|
|
875
|
-
}),
|
|
875
|
+
}), os = (t) => {
|
|
876
876
|
const { children: e, ...a } = t, { selectedInput: o } = A(), s = o?.workflowModalProps?.modalHelpElement;
|
|
877
|
-
return s ? /* @__PURE__ */ n(
|
|
878
|
-
},
|
|
877
|
+
return s ? /* @__PURE__ */ n(Li, { asChild: !e, children: e || s, ...a }) : null;
|
|
878
|
+
}, ss = i(ne, {
|
|
879
879
|
_id: "aiChatAttachmentsBar__ModalClose",
|
|
880
880
|
children: /* @__PURE__ */ n(F, { iconKey: "close" })
|
|
881
|
-
}),
|
|
881
|
+
}), rs = i("div", {
|
|
882
882
|
_id: "aiChatAttachmentsBar__ModalBody"
|
|
883
|
-
}),
|
|
883
|
+
}), Hi = i("form", {
|
|
884
884
|
_id: "aiChatAttachmentsBar__Form"
|
|
885
|
-
}),
|
|
885
|
+
}), cs = (t) => {
|
|
886
886
|
const { onSubmit: e, ...a } = t, { form: o } = A();
|
|
887
887
|
return /* @__PURE__ */ n(
|
|
888
|
-
|
|
888
|
+
Hi,
|
|
889
889
|
{
|
|
890
890
|
onSubmit: h(e, o.onSubmit),
|
|
891
891
|
...a
|
|
892
892
|
}
|
|
893
893
|
);
|
|
894
|
-
},
|
|
894
|
+
}, ds = i("div", {
|
|
895
895
|
_id: "aiChatAttachmentsBar__FormTitle",
|
|
896
896
|
role: "group"
|
|
897
897
|
}), Di = i("label", {
|
|
898
898
|
_id: "aiChatAttachmentsBar__FormTitleLabel"
|
|
899
|
-
}),
|
|
899
|
+
}), ms = (t) => {
|
|
900
900
|
const { form: e, selectedInput: a } = A();
|
|
901
901
|
return /* @__PURE__ */ n(
|
|
902
902
|
Di,
|
|
@@ -908,7 +908,7 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
908
908
|
);
|
|
909
909
|
}, Oi = i("input", {
|
|
910
910
|
_id: "aiChatAttachmentsBar__FormTitleInput"
|
|
911
|
-
}),
|
|
911
|
+
}), ls = (t) => {
|
|
912
912
|
const { onChange: e, ...a } = t, { form: o, selectedInput: s } = A();
|
|
913
913
|
return /* @__PURE__ */ n(
|
|
914
914
|
Oi,
|
|
@@ -922,27 +922,27 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
922
922
|
...a
|
|
923
923
|
}
|
|
924
924
|
);
|
|
925
|
-
},
|
|
925
|
+
}, Ni = i("span", {
|
|
926
926
|
_id: "aiChatAttachmentsBar__FormTitleError"
|
|
927
|
-
}),
|
|
927
|
+
}), hs = (t) => {
|
|
928
928
|
const { form: e } = A();
|
|
929
929
|
return e.errors.title ? /* @__PURE__ */ n(
|
|
930
|
-
|
|
930
|
+
Ni,
|
|
931
931
|
{
|
|
932
932
|
"aria-live": "polite",
|
|
933
933
|
children: e.errors.title,
|
|
934
934
|
...t
|
|
935
935
|
}
|
|
936
936
|
) : null;
|
|
937
|
-
},
|
|
937
|
+
}, us = i("div", {
|
|
938
938
|
_id: "aiChatAttachmentsBar__FormTitle",
|
|
939
939
|
role: "group"
|
|
940
|
-
}),
|
|
940
|
+
}), Wi = i("label", {
|
|
941
941
|
_id: "aiChatAttachmentsBar__FormContentLabel"
|
|
942
|
-
}),
|
|
942
|
+
}), Cs = (t) => {
|
|
943
943
|
const { form: e, selectedInput: a } = A();
|
|
944
944
|
return /* @__PURE__ */ n(
|
|
945
|
-
|
|
945
|
+
Wi,
|
|
946
946
|
{
|
|
947
947
|
htmlFor: `${a?.id}-content`,
|
|
948
948
|
children: e.labels.content,
|
|
@@ -951,7 +951,7 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
951
951
|
);
|
|
952
952
|
}, Ri = i("textarea", {
|
|
953
953
|
_id: "aiChatAttachmentsBar__FormTitleInput"
|
|
954
|
-
}),
|
|
954
|
+
}), ps = (t) => {
|
|
955
955
|
const { onChange: e, ...a } = t, { form: o, selectedInput: s } = A();
|
|
956
956
|
return /* @__PURE__ */ n(
|
|
957
957
|
Ri,
|
|
@@ -970,7 +970,7 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
970
970
|
);
|
|
971
971
|
}, $i = i("span", {
|
|
972
972
|
_id: "aiChatAttachmentsBar__FormContentError"
|
|
973
|
-
}),
|
|
973
|
+
}), bs = (t) => {
|
|
974
974
|
const { form: e } = A();
|
|
975
975
|
return e.errors.content ? /* @__PURE__ */ n(
|
|
976
976
|
$i,
|
|
@@ -980,31 +980,31 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
980
980
|
...t
|
|
981
981
|
}
|
|
982
982
|
) : null;
|
|
983
|
-
},
|
|
983
|
+
}, vs = i("button", {
|
|
984
984
|
_id: "aiChatAttachmentsBar__FormSubmitButton",
|
|
985
985
|
children: "Upload",
|
|
986
986
|
type: "submit"
|
|
987
|
-
}), vs = i("div", {
|
|
988
|
-
_id: "aiChatActionBar"
|
|
989
987
|
}), _s = i("div", {
|
|
990
|
-
_id: "
|
|
988
|
+
_id: "aiChatActionBar"
|
|
991
989
|
}), gs = i("div", {
|
|
990
|
+
_id: "aiChat__ChatActions"
|
|
991
|
+
}), Fs = i("div", {
|
|
992
992
|
_id: "aiChatTagline__Container"
|
|
993
|
-
}),
|
|
993
|
+
}), Ps = i("span", {
|
|
994
994
|
_id: "aiChatTagline__Text",
|
|
995
995
|
children: "Powered by"
|
|
996
|
-
}),
|
|
996
|
+
}), As = i(tt, {
|
|
997
997
|
_id: "aiChatTagline__Logo"
|
|
998
|
-
}),
|
|
998
|
+
}), Ms = i("a", {
|
|
999
999
|
_id: "aiChatTagline__BrandName",
|
|
1000
1000
|
children: "inkeep",
|
|
1001
1001
|
href: "https://www.inkeep.com/",
|
|
1002
1002
|
target: "_blank",
|
|
1003
1003
|
rel: "noopener noreferrer"
|
|
1004
|
-
}), Vi = i(
|
|
1004
|
+
}), Vi = i(T.Trigger, {
|
|
1005
1005
|
_id: "aiChat__ChatAction"
|
|
1006
1006
|
}), Pe = (t) => {
|
|
1007
|
-
const { action: e, onClick: a, className: o, ...s } = t, { clear: r, stop: c, isLoading: d, messages: m, selectedWorkflow: l } = v(), { conversation: u } = O(), { aiChatSettings: b, baseSettings: I } = C(), { logEvent: y } =
|
|
1007
|
+
const { action: e, onClick: a, className: o, ...s } = t, { clear: r, stop: c, isLoading: d, messages: m, selectedWorkflow: l } = v(), { conversation: u } = O(), { aiChatSettings: b, baseSettings: I } = C(), { logEvent: y } = N(), [W, G] = X(), [R, z] = X();
|
|
1008
1008
|
if ({
|
|
1009
1009
|
help: !1,
|
|
1010
1010
|
copy: m.length === 0 || !b.isCopyChatButtonVisible || d,
|
|
@@ -1018,14 +1018,14 @@ const gt = "__intro__", Ft = i("div", {
|
|
|
1018
1018
|
},
|
|
1019
1019
|
copy: () => {
|
|
1020
1020
|
const $ = m.map((w) => {
|
|
1021
|
-
const
|
|
1021
|
+
const L = `**${w.role === "assistant" ? "AI Assistant" : "User"}**`, S = de(w), k = Ze(w.metadata?.attributes?.attachments), V = k ? `
|
|
1022
1022
|
|
|
1023
1023
|
**Attachments**
|
|
1024
1024
|
|
|
1025
|
-
${
|
|
1026
|
-
return `${
|
|
1025
|
+
${k}` : "";
|
|
1026
|
+
return `${L}
|
|
1027
1027
|
|
|
1028
|
-
${
|
|
1028
|
+
${S}${V}`;
|
|
1029
1029
|
}).join(`
|
|
1030
1030
|
|
|
1031
1031
|
---
|
|
@@ -1038,28 +1038,28 @@ ${E}${V}`;
|
|
|
1038
1038
|
visibility: "public",
|
|
1039
1039
|
tags: [],
|
|
1040
1040
|
userProperties: {},
|
|
1041
|
-
messages: u.messages.map((
|
|
1042
|
-
...
|
|
1041
|
+
messages: u.messages.map((k) => ({
|
|
1042
|
+
...k,
|
|
1043
1043
|
createdAt: void 0,
|
|
1044
1044
|
updatedAt: void 0,
|
|
1045
|
-
id: Date.now().toString() +
|
|
1045
|
+
id: Date.now().toString() + k.id,
|
|
1046
1046
|
conversationId: void 0
|
|
1047
1047
|
}))
|
|
1048
|
-
}, { apiKey: w, analyticsApiBaseUrl:
|
|
1048
|
+
}, { apiKey: w, analyticsApiBaseUrl: L } = I, S = await ut(
|
|
1049
1049
|
"",
|
|
1050
1050
|
$,
|
|
1051
1051
|
w,
|
|
1052
|
-
|
|
1052
|
+
L
|
|
1053
1053
|
);
|
|
1054
|
-
if (
|
|
1055
|
-
const V = `${b.shareChatUrlBasePath}?${ze}=${
|
|
1054
|
+
if (S) {
|
|
1055
|
+
const V = `${b.shareChatUrlBasePath}?${ze}=${S?.id}`;
|
|
1056
1056
|
z(V), y({
|
|
1057
1057
|
eventName: "chat_share_button_clicked",
|
|
1058
1058
|
properties: {
|
|
1059
|
-
sharedConversationId:
|
|
1059
|
+
sharedConversationId: S?.id,
|
|
1060
1060
|
originalConversationId: u.id,
|
|
1061
1061
|
sharedChatUrl: V,
|
|
1062
|
-
conversation:
|
|
1062
|
+
conversation: S
|
|
1063
1063
|
}
|
|
1064
1064
|
});
|
|
1065
1065
|
}
|
|
@@ -1067,14 +1067,14 @@ ${E}${V}`;
|
|
|
1067
1067
|
clear: r,
|
|
1068
1068
|
stop: c
|
|
1069
1069
|
}, Ce = {
|
|
1070
|
-
copy:
|
|
1070
|
+
copy: W,
|
|
1071
1071
|
share: R
|
|
1072
1072
|
};
|
|
1073
|
-
return /* @__PURE__ */ n(
|
|
1073
|
+
return /* @__PURE__ */ n(T.Tooltip, { delayDuration: 0, open: Ce[e], children: /* @__PURE__ */ n(
|
|
1074
1074
|
Vi,
|
|
1075
1075
|
{
|
|
1076
1076
|
"data-type": e,
|
|
1077
|
-
"data-copied": p(
|
|
1077
|
+
"data-copied": p(W || R),
|
|
1078
1078
|
className: `${o} ${e}`,
|
|
1079
1079
|
children: /* @__PURE__ */ n(Ui, { action: e }),
|
|
1080
1080
|
onClick: h(a, J[e]),
|
|
@@ -1092,20 +1092,20 @@ ${E}${V}`;
|
|
|
1092
1092
|
stop: s.stop ?? "Stop"
|
|
1093
1093
|
};
|
|
1094
1094
|
return /* @__PURE__ */ n(Qi, { children: r[e], ...a });
|
|
1095
|
-
}, Ki = i(
|
|
1095
|
+
}, Ki = i(T.TooltipContent, {
|
|
1096
1096
|
_id: "aiChat__ChatActionFeeback"
|
|
1097
|
-
}),
|
|
1097
|
+
}), Is = (t) => {
|
|
1098
1098
|
const { action: e, children: a, ...o } = t, s = {
|
|
1099
1099
|
copy: "Copied!",
|
|
1100
1100
|
share: "Link copied!"
|
|
1101
1101
|
};
|
|
1102
1102
|
return /* @__PURE__ */ Q(Ki, { sideOffset: 5, ...o, children: [
|
|
1103
|
-
/* @__PURE__ */ n(
|
|
1103
|
+
/* @__PURE__ */ n(T.Arrow, {}),
|
|
1104
1104
|
a || s[e]
|
|
1105
1105
|
] });
|
|
1106
|
-
}, qi = i(
|
|
1106
|
+
}, qi = i(B.Root, {
|
|
1107
1107
|
_id: "aiChatHelpActions"
|
|
1108
|
-
}),
|
|
1108
|
+
}), fs = (t) => {
|
|
1109
1109
|
const { children: e, ...a } = t, { aiChatSettings: o } = C(), { getHelpOptions: s } = o;
|
|
1110
1110
|
if (!s || (s ?? []).length === 0)
|
|
1111
1111
|
return null;
|
|
@@ -1132,7 +1132,7 @@ ${E}${V}`;
|
|
|
1132
1132
|
_id: "aiChatHelpAction",
|
|
1133
1133
|
target: "_blank",
|
|
1134
1134
|
rel: "noreferrer"
|
|
1135
|
-
}),
|
|
1135
|
+
}), Es = (t) => {
|
|
1136
1136
|
const { action: e, onClick: a, ...o } = t, { handleAction: s, logHelpAction: r } = me(e), c = e.action.type, d = {
|
|
1137
1137
|
"aria-label": e.name,
|
|
1138
1138
|
"data-name": e.name,
|
|
@@ -1144,16 +1144,16 @@ ${E}${V}`;
|
|
|
1144
1144
|
...o
|
|
1145
1145
|
};
|
|
1146
1146
|
return c === "open_link" ? /* @__PURE__ */ n(Gi, { href: e.action.url, ...d }) : /* @__PURE__ */ n(ji, { ...d });
|
|
1147
|
-
}, zi = i(
|
|
1147
|
+
}, zi = i(B.Trigger, {
|
|
1148
1148
|
_id: "aiChatHelpActions__Trigger"
|
|
1149
|
-
}),
|
|
1149
|
+
}), Ss = P(
|
|
1150
1150
|
(t) => {
|
|
1151
1151
|
const { aiChatSettings: e } = C();
|
|
1152
1152
|
return /* @__PURE__ */ n(Pe, { action: "help", ...t, asChild: !0, children: /* @__PURE__ */ n(zi, { children: e.toolbarButtonLabels?.getHelp ?? "Get Help" }) });
|
|
1153
1153
|
}
|
|
1154
|
-
), Yi = i(
|
|
1154
|
+
), Yi = i(B.Content, {
|
|
1155
1155
|
_id: "aiChatHelpActions__Menu"
|
|
1156
|
-
}),
|
|
1156
|
+
}), ks = (t) => /* @__PURE__ */ n(
|
|
1157
1157
|
Yi,
|
|
1158
1158
|
{
|
|
1159
1159
|
side: "top",
|
|
@@ -1162,9 +1162,9 @@ ${E}${V}`;
|
|
|
1162
1162
|
alignOffset: -10,
|
|
1163
1163
|
...t
|
|
1164
1164
|
}
|
|
1165
|
-
),
|
|
1165
|
+
), Bs = i(B.Arrow, {
|
|
1166
1166
|
_id: "aiChatHelpActions__MenuArrow"
|
|
1167
|
-
}),
|
|
1167
|
+
}), Ts = (t) => {
|
|
1168
1168
|
const { action: e, onClick: a, ...o } = t, { handleAction: s, logHelpAction: r } = me(e), { setOpen: c } = st(), d = () => {
|
|
1169
1169
|
s({
|
|
1170
1170
|
onOpenForm: () => c(!1)
|
|
@@ -1185,12 +1185,12 @@ ${E}${V}`;
|
|
|
1185
1185
|
return /* @__PURE__ */ n(l, { ...o });
|
|
1186
1186
|
}, Ji = i(f, {
|
|
1187
1187
|
_id: "aiChatHelpActions_MenuItemIcon"
|
|
1188
|
-
}),
|
|
1188
|
+
}), ys = (t) => {
|
|
1189
1189
|
const { action: e, ...a } = t;
|
|
1190
1190
|
return e.icon ? /* @__PURE__ */ n(Ji, { iconSettings: e.icon, ...a }) : null;
|
|
1191
1191
|
}, Xi = i(se, {
|
|
1192
1192
|
_id: "aiChatFeedbackModal"
|
|
1193
|
-
}),
|
|
1193
|
+
}), ws = (t) => {
|
|
1194
1194
|
const { onOpenChange: e, ...a } = t, { currentFeedback: o, setCurrentFeedback: s } = re();
|
|
1195
1195
|
return /* @__PURE__ */ n(
|
|
1196
1196
|
Xi,
|
|
@@ -1200,22 +1200,22 @@ ${E}${V}`;
|
|
|
1200
1200
|
...a
|
|
1201
1201
|
}
|
|
1202
1202
|
);
|
|
1203
|
-
},
|
|
1203
|
+
}, xs = i(ie, {
|
|
1204
1204
|
_id: "aiChatFeedbackModal__Overlay"
|
|
1205
|
-
}),
|
|
1205
|
+
}), Ls = i(ae, {
|
|
1206
1206
|
_id: "aiChatFeedbackModal__Content",
|
|
1207
1207
|
"aria-describedby": void 0
|
|
1208
1208
|
}), Hs = i(oe, {
|
|
1209
1209
|
_id: "aiChatFeedbackModal__Header",
|
|
1210
1210
|
children: "Help improve my answers!"
|
|
1211
|
-
}),
|
|
1211
|
+
}), Ds = i(ne, {
|
|
1212
1212
|
_id: "aiChatFeedbackModal__Close",
|
|
1213
1213
|
children: /* @__PURE__ */ n(F, { iconKey: "close" })
|
|
1214
|
-
}),
|
|
1214
|
+
}), Os = i("div", {
|
|
1215
1215
|
_id: "aiChatFeedbackModal__Body"
|
|
1216
1216
|
}), Zi = i("form", {
|
|
1217
1217
|
_id: "aiChatFeedbackForm"
|
|
1218
|
-
}),
|
|
1218
|
+
}), Ns = (t) => {
|
|
1219
1219
|
const { onSubmit: e, ...a } = t, { submitNegativeFeedback: o, currentFeedback: s, setCurrentFeedback: r } = re();
|
|
1220
1220
|
return /* @__PURE__ */ n(Zi, { onSubmit: h(e, (d) => {
|
|
1221
1221
|
d.preventDefault();
|
|
@@ -1229,7 +1229,7 @@ ${E}${V}`;
|
|
|
1229
1229
|
return /* @__PURE__ */ n(Xe, { name: e, children: /* @__PURE__ */ n(ea, { ...a }) });
|
|
1230
1230
|
}, ta = i(K.Root, {
|
|
1231
1231
|
_id: "aiChatFeedbackItem__Checkbox"
|
|
1232
|
-
}),
|
|
1232
|
+
}), Rs = (t) => {
|
|
1233
1233
|
const { name: e, focusItem: a } = ce(), { onCheckedChange: o, ...s } = t, r = (c) => {
|
|
1234
1234
|
c && a?.current?.focus();
|
|
1235
1235
|
};
|
|
@@ -1242,12 +1242,12 @@ ${E}${V}`;
|
|
|
1242
1242
|
...s
|
|
1243
1243
|
}
|
|
1244
1244
|
);
|
|
1245
|
-
},
|
|
1245
|
+
}, $s = i(K.Indicator, {
|
|
1246
1246
|
_id: "aiChatFeedbackItem__CheckboxIndicator",
|
|
1247
1247
|
children: /* @__PURE__ */ n(ge, {})
|
|
1248
1248
|
}), ia = i("label", {
|
|
1249
1249
|
_id: "aiChatFeedbackItem__Label"
|
|
1250
|
-
}),
|
|
1250
|
+
}), Vs = (t) => {
|
|
1251
1251
|
const { name: e } = ce(), a = {
|
|
1252
1252
|
unrelated_response: "Didn't answer my question",
|
|
1253
1253
|
inaccurate_statement: "Inaccurate statement",
|
|
@@ -1258,7 +1258,7 @@ ${E}${V}`;
|
|
|
1258
1258
|
}, aa = i("textarea", {
|
|
1259
1259
|
_id: "aiChatFeedbackItem__Description",
|
|
1260
1260
|
placeholder: "Please describe"
|
|
1261
|
-
}),
|
|
1261
|
+
}), Qs = (t) => {
|
|
1262
1262
|
const { name: e, focusItem: a } = ce();
|
|
1263
1263
|
return /* @__PURE__ */ n(
|
|
1264
1264
|
aa,
|
|
@@ -1268,46 +1268,46 @@ ${E}${V}`;
|
|
|
1268
1268
|
...t
|
|
1269
1269
|
}
|
|
1270
1270
|
);
|
|
1271
|
-
},
|
|
1271
|
+
}, Us = i("button", {
|
|
1272
1272
|
_id: "aiChatFeedbackForm__SubmitButton",
|
|
1273
1273
|
children: "Submit",
|
|
1274
1274
|
type: "submit"
|
|
1275
1275
|
}), na = i("div", {
|
|
1276
1276
|
_id: "aiChatForm__Wrapper"
|
|
1277
|
-
}),
|
|
1277
|
+
}), Ks = (t) => {
|
|
1278
1278
|
const { form: e } = g();
|
|
1279
1279
|
return e ? /* @__PURE__ */ n(na, { ...t }) : null;
|
|
1280
1280
|
}, oa = i("form", {
|
|
1281
1281
|
_id: "aiChatForm"
|
|
1282
|
-
}),
|
|
1282
|
+
}), qs = (t) => {
|
|
1283
1283
|
const { onSubmit: e, ...a } = t, { handleSubmit: o, isSuccess: s } = g();
|
|
1284
1284
|
return s ? null : /* @__PURE__ */ n(oa, { onSubmit: h(e, o), ...a });
|
|
1285
1285
|
}, sa = i("button", {
|
|
1286
1286
|
_id: "aiChatForm__Close",
|
|
1287
1287
|
children: /* @__PURE__ */ n(F, { iconKey: "close" })
|
|
1288
|
-
}),
|
|
1288
|
+
}), js = (t) => {
|
|
1289
1289
|
const { onClick: e, ...a } = t, { closeForm: o } = g();
|
|
1290
1290
|
return /* @__PURE__ */ n(sa, { onClick: h(e, o), ...a });
|
|
1291
|
-
},
|
|
1291
|
+
}, Gs = i("div", {
|
|
1292
1292
|
_id: "aiChatForm__Header"
|
|
1293
1293
|
}), ra = i("h2", {
|
|
1294
1294
|
_id: "aiChatForm__Heading"
|
|
1295
|
-
}),
|
|
1295
|
+
}), zs = (t) => {
|
|
1296
1296
|
const { form: e } = g();
|
|
1297
1297
|
return e?.heading ? /* @__PURE__ */ n(ra, { children: e.heading, ...t }) : null;
|
|
1298
1298
|
}, ca = i(q, {
|
|
1299
1299
|
_id: "aiChatForm__Description"
|
|
1300
|
-
}),
|
|
1300
|
+
}), Ys = (t) => {
|
|
1301
1301
|
const { form: e } = g();
|
|
1302
|
-
return e?.description ? /* @__PURE__ */ n(ca, { children: e.description, ...t }) : null;
|
|
1302
|
+
return e?.description ? /* @__PURE__ */ n(ca, { shouldOpenLinksInNewTab: !0, children: e.description, ...t }) : null;
|
|
1303
1303
|
}, da = i("div", {
|
|
1304
1304
|
_id: "aiChatForm__Content"
|
|
1305
|
-
}),
|
|
1305
|
+
}), Js = (t) => {
|
|
1306
1306
|
const { children: e, ...a } = t, { fields: o = [] } = g();
|
|
1307
1307
|
return /* @__PURE__ */ n(da, { children: M(e, o), ...a });
|
|
1308
1308
|
}, ma = i("div", {
|
|
1309
1309
|
_id: "aiChatForm__Field"
|
|
1310
|
-
}),
|
|
1310
|
+
}), Xs = (t) => {
|
|
1311
1311
|
const { field: e, autoFocus: a, ...o } = t, { control: s, errors: r } = g();
|
|
1312
1312
|
return /* @__PURE__ */ n(
|
|
1313
1313
|
ct,
|
|
@@ -1339,8 +1339,8 @@ ${E}${V}`;
|
|
|
1339
1339
|
);
|
|
1340
1340
|
}, la = i("label", {
|
|
1341
1341
|
_id: "aiChatForm__FieldLabel"
|
|
1342
|
-
}),
|
|
1343
|
-
const { field: e } =
|
|
1342
|
+
}), Zs = (t) => {
|
|
1343
|
+
const { field: e } = E();
|
|
1344
1344
|
return /* @__PURE__ */ n(
|
|
1345
1345
|
la,
|
|
1346
1346
|
{
|
|
@@ -1359,7 +1359,7 @@ ${E}${V}`;
|
|
|
1359
1359
|
error: a,
|
|
1360
1360
|
fieldProps: { onChange: o, onBlur: s, ...r },
|
|
1361
1361
|
autoFocus: c
|
|
1362
|
-
} =
|
|
1362
|
+
} = E(), { onChange: d, onBlur: m, ...l } = t;
|
|
1363
1363
|
return /* @__PURE__ */ n(
|
|
1364
1364
|
ha,
|
|
1365
1365
|
{
|
|
@@ -1373,20 +1373,20 @@ ${E}${V}`;
|
|
|
1373
1373
|
...l
|
|
1374
1374
|
}
|
|
1375
1375
|
);
|
|
1376
|
-
},
|
|
1376
|
+
}, er = i(Ae, {
|
|
1377
1377
|
_id: "aiChatForm__FieldEmail",
|
|
1378
1378
|
type: "email"
|
|
1379
1379
|
}), ua = i("input", {
|
|
1380
1380
|
_id: "aiChatForm__FieldFile",
|
|
1381
1381
|
type: "file",
|
|
1382
1382
|
multiple: !0
|
|
1383
|
-
}),
|
|
1383
|
+
}), tr = (t) => {
|
|
1384
1384
|
const {
|
|
1385
1385
|
field: e,
|
|
1386
1386
|
error: a,
|
|
1387
1387
|
fieldProps: { value: o, onChange: s, onBlur: r, ...c },
|
|
1388
1388
|
autoFocus: d
|
|
1389
|
-
} =
|
|
1389
|
+
} = E(), { onChange: m, onBlur: l, ...u } = t, b = (I) => {
|
|
1390
1390
|
const y = I.target.files;
|
|
1391
1391
|
s(y);
|
|
1392
1392
|
};
|
|
@@ -1403,15 +1403,15 @@ ${E}${V}`;
|
|
|
1403
1403
|
onBlur: h(l, r)
|
|
1404
1404
|
}
|
|
1405
1405
|
);
|
|
1406
|
-
},
|
|
1406
|
+
}, ir = i(Ae, {
|
|
1407
1407
|
_id: "aiChatForm__FieldTextArea",
|
|
1408
1408
|
type: "textarea",
|
|
1409
1409
|
asChild: !0,
|
|
1410
1410
|
children: /* @__PURE__ */ n(ee, { maxRows: 8 })
|
|
1411
1411
|
}), Ca = i(K.Root, {
|
|
1412
1412
|
_id: "aiChatForm__FieldCheckbox"
|
|
1413
|
-
}),
|
|
1414
|
-
const { field: e, error: a, fieldProps: o, autoFocus: s } =
|
|
1413
|
+
}), ar = (t) => {
|
|
1414
|
+
const { field: e, error: a, fieldProps: o, autoFocus: s } = E(), { onCheckedChange: r, ...c } = t;
|
|
1415
1415
|
return /* @__PURE__ */ n(
|
|
1416
1416
|
Ca,
|
|
1417
1417
|
{
|
|
@@ -1424,13 +1424,13 @@ ${E}${V}`;
|
|
|
1424
1424
|
...c
|
|
1425
1425
|
}
|
|
1426
1426
|
);
|
|
1427
|
-
},
|
|
1427
|
+
}, nr = i(K.Indicator, {
|
|
1428
1428
|
_id: "aiChatForm__FieldCheckboxIndicator",
|
|
1429
1429
|
children: /* @__PURE__ */ n(ge, {})
|
|
1430
1430
|
}), pa = i(we, {
|
|
1431
1431
|
_id: "aiChatForm__FieldSelect"
|
|
1432
|
-
}),
|
|
1433
|
-
const { field: e, error: a, fieldProps: o } =
|
|
1432
|
+
}), or = (t) => {
|
|
1433
|
+
const { field: e, error: a, fieldProps: o } = E(), { onValueChange: s, ...r } = t;
|
|
1434
1434
|
return /* @__PURE__ */ n(
|
|
1435
1435
|
pa,
|
|
1436
1436
|
{
|
|
@@ -1441,12 +1441,12 @@ ${E}${V}`;
|
|
|
1441
1441
|
...r
|
|
1442
1442
|
}
|
|
1443
1443
|
);
|
|
1444
|
-
},
|
|
1444
|
+
}, sr = i(fe, {
|
|
1445
1445
|
_id: "aiChatForm__FieldSelect__Trigger"
|
|
1446
1446
|
}), ba = i(xe, {
|
|
1447
1447
|
_id: "aiChatForm__FieldSelect__Value"
|
|
1448
|
-
}),
|
|
1449
|
-
const { field: e } =
|
|
1448
|
+
}), rr = (t) => {
|
|
1449
|
+
const { field: e } = E();
|
|
1450
1450
|
return /* @__PURE__ */ n(
|
|
1451
1451
|
ba,
|
|
1452
1452
|
{
|
|
@@ -1454,32 +1454,32 @@ ${E}${V}`;
|
|
|
1454
1454
|
...t
|
|
1455
1455
|
}
|
|
1456
1456
|
);
|
|
1457
|
-
},
|
|
1457
|
+
}, cr = i(Ee, {
|
|
1458
1458
|
_id: "aiChatForm__FieldSelect__Icon",
|
|
1459
1459
|
asChild: !0,
|
|
1460
1460
|
children: /* @__PURE__ */ n(f, { iconSettings: { builtIn: "LuChevronDown" } })
|
|
1461
|
-
}),
|
|
1461
|
+
}), dr = i(Se, {
|
|
1462
1462
|
_id: "aiChatForm__FieldSelect__Content",
|
|
1463
1463
|
position: "popper"
|
|
1464
|
-
}),
|
|
1464
|
+
}), mr = i(ke, {
|
|
1465
1465
|
_id: "aiChatForm__FieldSelect__Viewport"
|
|
1466
|
-
}),
|
|
1466
|
+
}), lr = i(Be, {
|
|
1467
1467
|
_id: "aiChatForm__FieldSelect__Item"
|
|
1468
|
-
}),
|
|
1468
|
+
}), hr = i(Te, {
|
|
1469
1469
|
_id: "aiChatForm__FieldSelect__ItemText"
|
|
1470
|
-
}),
|
|
1470
|
+
}), ur = i(
|
|
1471
1471
|
ye,
|
|
1472
1472
|
{
|
|
1473
1473
|
_id: "aiChatForm__FieldSelect__ItemIndicator",
|
|
1474
1474
|
asChild: !0,
|
|
1475
1475
|
children: /* @__PURE__ */ n(f, { iconSettings: { builtIn: "LuCheck" } })
|
|
1476
1476
|
}
|
|
1477
|
-
),
|
|
1478
|
-
const { field: e, error: a, fieldProps: o, autoFocus: s } =
|
|
1477
|
+
), Cr = (t) => {
|
|
1478
|
+
const { field: e, error: a, fieldProps: o, autoFocus: s } = E(), r = _t();
|
|
1479
1479
|
if (e.inputType !== "combobox") return null;
|
|
1480
1480
|
const { onValueChange: c, children: d, ...m } = t, l = r?.shadowHost ? () => r.shadowHost.shadowRoot ?? document : void 0;
|
|
1481
1481
|
return /* @__PURE__ */ n(
|
|
1482
|
-
|
|
1482
|
+
Le,
|
|
1483
1483
|
{
|
|
1484
1484
|
...m,
|
|
1485
1485
|
id: e.name,
|
|
@@ -1495,75 +1495,80 @@ ${E}${V}`;
|
|
|
1495
1495
|
children: d
|
|
1496
1496
|
}
|
|
1497
1497
|
);
|
|
1498
|
-
},
|
|
1498
|
+
}, pr = i(He, {
|
|
1499
1499
|
_id: "aiChatForm__FieldCombobox__Control"
|
|
1500
|
-
}),
|
|
1500
|
+
}), br = i(De, {
|
|
1501
1501
|
_id: "aiChatForm__FieldCombobox__Input"
|
|
1502
|
-
}),
|
|
1502
|
+
}), vr = i(Oe, {
|
|
1503
1503
|
_id: "aiChatForm__FieldCombobox__Trigger",
|
|
1504
1504
|
children: /* @__PURE__ */ n(f, { iconSettings: { builtIn: "LuChevronDown" } })
|
|
1505
|
-
}), vr = i(We, {
|
|
1506
|
-
_id: "aiChatForm__FieldCombobox__Positioner"
|
|
1507
1505
|
}), _r = i(Ne, {
|
|
1506
|
+
_id: "aiChatForm__FieldCombobox__Positioner"
|
|
1507
|
+
}), gr = i(We, {
|
|
1508
1508
|
_id: "aiChatForm__FieldCombobox__Content"
|
|
1509
|
-
}),
|
|
1509
|
+
}), Fr = i(Re, {
|
|
1510
1510
|
_id: "aiChatForm__FieldCombobox__Item"
|
|
1511
|
-
}),
|
|
1511
|
+
}), Pr = i($e, {
|
|
1512
1512
|
_id: "aiChatForm__FieldCombobox__ItemText"
|
|
1513
|
-
}),
|
|
1513
|
+
}), Ar = i(Ve, {
|
|
1514
1514
|
_id: "aiChatForm__FieldCombobox__SelectedTags"
|
|
1515
|
-
}),
|
|
1515
|
+
}), Mr = i(Qe, {
|
|
1516
1516
|
_id: "aiChatForm__FieldCombobox__ItemIndicator",
|
|
1517
1517
|
children: /* @__PURE__ */ n(f, { iconSettings: { builtIn: "LuCheck" } })
|
|
1518
|
-
}), va = i("
|
|
1519
|
-
_id: "
|
|
1520
|
-
}),
|
|
1521
|
-
const {
|
|
1522
|
-
return e ? /* @__PURE__ */ n(va, { children: e.
|
|
1518
|
+
}), va = i("p", {
|
|
1519
|
+
_id: "aiChatForm__FieldDescription"
|
|
1520
|
+
}), Ir = (t) => {
|
|
1521
|
+
const { field: e } = E();
|
|
1522
|
+
return e.description ? /* @__PURE__ */ n(va, { children: e.description, ...t }) : null;
|
|
1523
1523
|
}, _a = i("span", {
|
|
1524
|
+
_id: "aiChatForm__FieldError"
|
|
1525
|
+
}), fr = (t) => {
|
|
1526
|
+
const { error: e } = E();
|
|
1527
|
+
return e ? /* @__PURE__ */ n(_a, { children: e.message?.toString(), ...t }) : null;
|
|
1528
|
+
}, ga = i("span", {
|
|
1524
1529
|
_id: "aiChatForm__Error"
|
|
1525
|
-
}),
|
|
1530
|
+
}), Er = (t) => {
|
|
1526
1531
|
const { formError: e } = g();
|
|
1527
|
-
return e ? /* @__PURE__ */ n(
|
|
1528
|
-
},
|
|
1532
|
+
return e ? /* @__PURE__ */ n(ga, { children: e.message, ...t }) : null;
|
|
1533
|
+
}, Sr = i("div", {
|
|
1529
1534
|
_id: "aiChatForm__Footer"
|
|
1530
|
-
}),
|
|
1535
|
+
}), Fa = i("button", {
|
|
1531
1536
|
_id: "aiChatForm__Cancel",
|
|
1532
1537
|
children: "Cancel",
|
|
1533
1538
|
type: "button"
|
|
1534
|
-
}),
|
|
1539
|
+
}), kr = (t) => {
|
|
1535
1540
|
const { onClick: e, ...a } = t, { closeForm: o } = g();
|
|
1536
|
-
return /* @__PURE__ */ n(
|
|
1537
|
-
},
|
|
1541
|
+
return /* @__PURE__ */ n(Fa, { onClick: h(e, o), ...a });
|
|
1542
|
+
}, Pa = i("button", {
|
|
1538
1543
|
_id: "aiChatForm__Submit",
|
|
1539
1544
|
children: "Submit",
|
|
1540
1545
|
type: "submit"
|
|
1541
|
-
}),
|
|
1546
|
+
}), Br = (t) => {
|
|
1542
1547
|
const { onClick: e, ...a } = t, { isSubmitting: o, form: s } = g(), r = s?.buttons.submit.label || "Submit";
|
|
1543
|
-
return /* @__PURE__ */ n(
|
|
1544
|
-
},
|
|
1548
|
+
return /* @__PURE__ */ n(Pa, { disabled: o, ...a, children: r });
|
|
1549
|
+
}, Aa = i("div", {
|
|
1545
1550
|
_id: "aiChatForm__Success"
|
|
1546
|
-
}),
|
|
1551
|
+
}), Tr = (t) => {
|
|
1547
1552
|
const { isSuccess: e } = g();
|
|
1548
|
-
return e ? /* @__PURE__ */ n(
|
|
1549
|
-
},
|
|
1553
|
+
return e ? /* @__PURE__ */ n(Aa, { ...t }) : null;
|
|
1554
|
+
}, Ma = i("h2", {
|
|
1550
1555
|
_id: "aiChatForm__SuccessHeading"
|
|
1551
|
-
}),
|
|
1556
|
+
}), yr = (t) => {
|
|
1552
1557
|
const { form: e } = g();
|
|
1553
|
-
return /* @__PURE__ */ n(
|
|
1554
|
-
},
|
|
1558
|
+
return /* @__PURE__ */ n(Ma, { children: e?.successView?.heading, ...t });
|
|
1559
|
+
}, Ia = i(q, {
|
|
1555
1560
|
_id: "aiChatForm__SuccessMessage"
|
|
1556
|
-
}),
|
|
1561
|
+
}), wr = (t) => {
|
|
1557
1562
|
const { form: e } = g();
|
|
1558
|
-
return /* @__PURE__ */ n(
|
|
1559
|
-
},
|
|
1563
|
+
return /* @__PURE__ */ n(Ia, { shouldOpenLinksInNewTab: !0, children: e?.successView?.message, ...t });
|
|
1564
|
+
}, fa = i("button", {
|
|
1560
1565
|
_id: "aiChatForm__SuccessButton"
|
|
1561
|
-
}),
|
|
1566
|
+
}), xr = (t) => {
|
|
1562
1567
|
const { onClick: e, ...a } = t, { form: o, closeForm: s } = g(), r = o?.successView?.doneButton;
|
|
1563
1568
|
if (!r) return null;
|
|
1564
1569
|
const c = r.icon && /* @__PURE__ */ n(f, { iconSettings: r.icon }), d = r.label;
|
|
1565
1570
|
return /* @__PURE__ */ n(
|
|
1566
|
-
|
|
1571
|
+
fa,
|
|
1567
1572
|
{
|
|
1568
1573
|
onClick: h(e, s),
|
|
1569
1574
|
children: /* @__PURE__ */ Q(Z, { children: [
|
|
@@ -1575,359 +1580,361 @@ ${E}${V}`;
|
|
|
1575
1580
|
);
|
|
1576
1581
|
};
|
|
1577
1582
|
export {
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1583
|
+
_s as ActionBar,
|
|
1584
|
+
gs as Actions,
|
|
1585
|
+
$o as AttachmentsBar,
|
|
1586
|
+
jo as AttachmentsBarActions,
|
|
1587
|
+
Qo as AttachmentsBarAttachment,
|
|
1588
|
+
qo as AttachmentsBarAttachmentDelete,
|
|
1589
|
+
Uo as AttachmentsBarAttachmentIcon,
|
|
1590
|
+
Ko as AttachmentsBarAttachmentTitle,
|
|
1591
|
+
cs as AttachmentsBarForm,
|
|
1592
|
+
us as AttachmentsBarFormContent,
|
|
1593
|
+
bs as AttachmentsBarFormContentError,
|
|
1594
|
+
ps as AttachmentsBarFormContentInput,
|
|
1595
|
+
Cs as AttachmentsBarFormContentLabel,
|
|
1596
|
+
vs as AttachmentsBarFormSubmitButton,
|
|
1597
|
+
ds as AttachmentsBarFormTitle,
|
|
1598
|
+
hs as AttachmentsBarFormTitleError,
|
|
1599
|
+
ls as AttachmentsBarFormTitleInput,
|
|
1600
|
+
ms as AttachmentsBarFormTitleLabel,
|
|
1601
|
+
Go as AttachmentsBarInfoTip,
|
|
1597
1602
|
ki as AttachmentsBarInfoTipArrow,
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1603
|
+
zo as AttachmentsBarInfoTipIcon,
|
|
1604
|
+
Yo as AttachmentsBarInfoTipText,
|
|
1605
|
+
Xo as AttachmentsBarInput,
|
|
1606
|
+
Jo as AttachmentsBarInputs,
|
|
1607
|
+
Vo as AttachmentsBarList,
|
|
1608
|
+
Zo as AttachmentsBarModal,
|
|
1609
|
+
rs as AttachmentsBarModalBody,
|
|
1610
|
+
ss as AttachmentsBarModalClose,
|
|
1611
|
+
ts as AttachmentsBarModalContent,
|
|
1612
|
+
ns as AttachmentsBarModalDescription,
|
|
1613
|
+
is as AttachmentsBarModalHeader,
|
|
1614
|
+
as as AttachmentsBarModalHeading,
|
|
1615
|
+
os as AttachmentsBarModalHelp,
|
|
1616
|
+
es as AttachmentsBarModalOverlay,
|
|
1612
1617
|
Pe as ChatAction,
|
|
1613
|
-
|
|
1618
|
+
Is as ChatActionFeedback,
|
|
1614
1619
|
Ui as ChatActionLabel,
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1620
|
+
Es as ChatHelpAction,
|
|
1621
|
+
kn as Content,
|
|
1622
|
+
Bn as ContentScrollArea,
|
|
1623
|
+
xn as ContentScrollAreaCorner,
|
|
1624
|
+
yn as ContentScrollAreaScrollbar,
|
|
1625
|
+
wn as ContentScrollAreaThumb,
|
|
1626
|
+
Tn as ContentScrollAreaViewport,
|
|
1627
|
+
An as ConversationLoading,
|
|
1623
1628
|
Hn as Disclaimer,
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1629
|
+
Rn as DisclaimerArrow,
|
|
1630
|
+
Nn as DisclaimerContent,
|
|
1631
|
+
Dn as DisclaimerLabel,
|
|
1627
1632
|
Wn as DisclaimerText,
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1633
|
+
On as DisclaimerTrigger,
|
|
1634
|
+
_s as EmbeddedChatPrimitiveActionBar,
|
|
1635
|
+
gs as EmbeddedChatPrimitiveActions,
|
|
1636
|
+
$o as EmbeddedChatPrimitiveAttachmentsBar,
|
|
1637
|
+
jo as EmbeddedChatPrimitiveAttachmentsBarActions,
|
|
1638
|
+
Qo as EmbeddedChatPrimitiveAttachmentsBarAttachment,
|
|
1639
|
+
qo as EmbeddedChatPrimitiveAttachmentsBarAttachmentDelete,
|
|
1640
|
+
Uo as EmbeddedChatPrimitiveAttachmentsBarAttachmentIcon,
|
|
1641
|
+
Ko as EmbeddedChatPrimitiveAttachmentsBarAttachmentTitle,
|
|
1642
|
+
cs as EmbeddedChatPrimitiveAttachmentsBarForm,
|
|
1643
|
+
us as EmbeddedChatPrimitiveAttachmentsBarFormContent,
|
|
1644
|
+
bs as EmbeddedChatPrimitiveAttachmentsBarFormContentError,
|
|
1645
|
+
ps as EmbeddedChatPrimitiveAttachmentsBarFormContentInput,
|
|
1646
|
+
Cs as EmbeddedChatPrimitiveAttachmentsBarFormContentLabel,
|
|
1647
|
+
vs as EmbeddedChatPrimitiveAttachmentsBarFormSubmitButton,
|
|
1648
|
+
ds as EmbeddedChatPrimitiveAttachmentsBarFormTitle,
|
|
1649
|
+
hs as EmbeddedChatPrimitiveAttachmentsBarFormTitleError,
|
|
1650
|
+
ls as EmbeddedChatPrimitiveAttachmentsBarFormTitleInput,
|
|
1651
|
+
ms as EmbeddedChatPrimitiveAttachmentsBarFormTitleLabel,
|
|
1652
|
+
Go as EmbeddedChatPrimitiveAttachmentsBarInfoTip,
|
|
1648
1653
|
ki as EmbeddedChatPrimitiveAttachmentsBarInfoTipArrow,
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1654
|
+
zo as EmbeddedChatPrimitiveAttachmentsBarInfoTipIcon,
|
|
1655
|
+
Yo as EmbeddedChatPrimitiveAttachmentsBarInfoTipText,
|
|
1656
|
+
Xo as EmbeddedChatPrimitiveAttachmentsBarInput,
|
|
1657
|
+
Jo as EmbeddedChatPrimitiveAttachmentsBarInputs,
|
|
1658
|
+
Vo as EmbeddedChatPrimitiveAttachmentsBarList,
|
|
1659
|
+
Zo as EmbeddedChatPrimitiveAttachmentsBarModal,
|
|
1660
|
+
rs as EmbeddedChatPrimitiveAttachmentsBarModalBody,
|
|
1661
|
+
ss as EmbeddedChatPrimitiveAttachmentsBarModalClose,
|
|
1662
|
+
ts as EmbeddedChatPrimitiveAttachmentsBarModalContent,
|
|
1663
|
+
ns as EmbeddedChatPrimitiveAttachmentsBarModalDescription,
|
|
1664
|
+
is as EmbeddedChatPrimitiveAttachmentsBarModalHeader,
|
|
1665
|
+
as as EmbeddedChatPrimitiveAttachmentsBarModalHeading,
|
|
1666
|
+
os as EmbeddedChatPrimitiveAttachmentsBarModalHelp,
|
|
1667
|
+
es as EmbeddedChatPrimitiveAttachmentsBarModalOverlay,
|
|
1663
1668
|
Pe as EmbeddedChatPrimitiveChatAction,
|
|
1664
|
-
|
|
1669
|
+
Is as EmbeddedChatPrimitiveChatActionFeedback,
|
|
1665
1670
|
Ui as EmbeddedChatPrimitiveChatActionLabel,
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1671
|
+
Es as EmbeddedChatPrimitiveChatHelpAction,
|
|
1672
|
+
kn as EmbeddedChatPrimitiveContent,
|
|
1673
|
+
Bn as EmbeddedChatPrimitiveContentScrollArea,
|
|
1674
|
+
xn as EmbeddedChatPrimitiveContentScrollAreaCorner,
|
|
1675
|
+
yn as EmbeddedChatPrimitiveContentScrollAreaScrollbar,
|
|
1676
|
+
wn as EmbeddedChatPrimitiveContentScrollAreaThumb,
|
|
1677
|
+
Tn as EmbeddedChatPrimitiveContentScrollAreaViewport,
|
|
1678
|
+
An as EmbeddedChatPrimitiveConversationLoading,
|
|
1674
1679
|
Hn as EmbeddedChatPrimitiveDisclaimer,
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1680
|
+
Rn as EmbeddedChatPrimitiveDisclaimerArrow,
|
|
1681
|
+
Nn as EmbeddedChatPrimitiveDisclaimerContent,
|
|
1682
|
+
Dn as EmbeddedChatPrimitiveDisclaimerLabel,
|
|
1678
1683
|
Wn as EmbeddedChatPrimitiveDisclaimerText,
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1684
|
+
On as EmbeddedChatPrimitiveDisclaimerTrigger,
|
|
1685
|
+
Un as EmbeddedChatPrimitiveExampleQuestion,
|
|
1686
|
+
Kn as EmbeddedChatPrimitiveExampleQuestionButton,
|
|
1687
|
+
$n as EmbeddedChatPrimitiveExampleQuestions,
|
|
1688
|
+
Vn as EmbeddedChatPrimitiveExampleQuestionsLabel,
|
|
1689
|
+
Qn as EmbeddedChatPrimitiveExampleQuestionsList,
|
|
1690
|
+
Ns as EmbeddedChatPrimitiveFeedbackForm,
|
|
1686
1691
|
Ws as EmbeddedChatPrimitiveFeedbackItem,
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1692
|
+
Rs as EmbeddedChatPrimitiveFeedbackItemCheckbox,
|
|
1693
|
+
$s as EmbeddedChatPrimitiveFeedbackItemCheckboxIndicator,
|
|
1694
|
+
Qs as EmbeddedChatPrimitiveFeedbackItemDescription,
|
|
1695
|
+
Vs as EmbeddedChatPrimitiveFeedbackItemLabel,
|
|
1696
|
+
ws as EmbeddedChatPrimitiveFeedbackModal,
|
|
1697
|
+
Os as EmbeddedChatPrimitiveFeedbackModalBody,
|
|
1698
|
+
Ds as EmbeddedChatPrimitiveFeedbackModalClose,
|
|
1699
|
+
Ls as EmbeddedChatPrimitiveFeedbackModalContent,
|
|
1695
1700
|
Hs as EmbeddedChatPrimitiveFeedbackModalHeader,
|
|
1696
|
-
|
|
1697
|
-
|
|
1701
|
+
xs as EmbeddedChatPrimitiveFeedbackModalOverlay,
|
|
1702
|
+
Us as EmbeddedChatPrimitiveFeedbackSubmitButton,
|
|
1698
1703
|
Ho as EmbeddedChatPrimitiveFooter,
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
sr as
|
|
1730
|
-
|
|
1704
|
+
qs as EmbeddedChatPrimitiveForm,
|
|
1705
|
+
kr as EmbeddedChatPrimitiveFormCancel,
|
|
1706
|
+
js as EmbeddedChatPrimitiveFormClose,
|
|
1707
|
+
Js as EmbeddedChatPrimitiveFormContent,
|
|
1708
|
+
Ys as EmbeddedChatPrimitiveFormDescription,
|
|
1709
|
+
Er as EmbeddedChatPrimitiveFormError,
|
|
1710
|
+
Xs as EmbeddedChatPrimitiveFormField,
|
|
1711
|
+
ar as EmbeddedChatPrimitiveFormFieldCheckbox,
|
|
1712
|
+
nr as EmbeddedChatPrimitiveFormFieldCheckboxIndicator,
|
|
1713
|
+
Cr as EmbeddedChatPrimitiveFormFieldCombobox,
|
|
1714
|
+
gr as EmbeddedChatPrimitiveFormFieldComboboxContent,
|
|
1715
|
+
pr as EmbeddedChatPrimitiveFormFieldComboboxControl,
|
|
1716
|
+
br as EmbeddedChatPrimitiveFormFieldComboboxInput,
|
|
1717
|
+
Fr as EmbeddedChatPrimitiveFormFieldComboboxItem,
|
|
1718
|
+
Mr as EmbeddedChatPrimitiveFormFieldComboboxItemIndicator,
|
|
1719
|
+
Pr as EmbeddedChatPrimitiveFormFieldComboboxItemText,
|
|
1720
|
+
_r as EmbeddedChatPrimitiveFormFieldComboboxPositioner,
|
|
1721
|
+
Ar as EmbeddedChatPrimitiveFormFieldComboboxSelectedTags,
|
|
1722
|
+
vr as EmbeddedChatPrimitiveFormFieldComboboxTrigger,
|
|
1723
|
+
Ir as EmbeddedChatPrimitiveFormFieldDescription,
|
|
1724
|
+
er as EmbeddedChatPrimitiveFormFieldEmail,
|
|
1725
|
+
fr as EmbeddedChatPrimitiveFormFieldError,
|
|
1726
|
+
tr as EmbeddedChatPrimitiveFormFieldFile,
|
|
1727
|
+
Zs as EmbeddedChatPrimitiveFormFieldLabel,
|
|
1728
|
+
or as EmbeddedChatPrimitiveFormFieldSelect,
|
|
1729
|
+
dr as EmbeddedChatPrimitiveFormFieldSelectContent,
|
|
1730
|
+
cr as EmbeddedChatPrimitiveFormFieldSelectIcon,
|
|
1731
|
+
lr as EmbeddedChatPrimitiveFormFieldSelectItem,
|
|
1732
|
+
ur as EmbeddedChatPrimitiveFormFieldSelectItemIndicator,
|
|
1733
|
+
hr as EmbeddedChatPrimitiveFormFieldSelectItemText,
|
|
1734
|
+
sr as EmbeddedChatPrimitiveFormFieldSelectTrigger,
|
|
1735
|
+
rr as EmbeddedChatPrimitiveFormFieldSelectValue,
|
|
1736
|
+
mr as EmbeddedChatPrimitiveFormFieldSelectViewport,
|
|
1731
1737
|
Ae as EmbeddedChatPrimitiveFormFieldText,
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1738
|
+
ir as EmbeddedChatPrimitiveFormFieldTextArea,
|
|
1739
|
+
Sr as EmbeddedChatPrimitiveFormFooter,
|
|
1740
|
+
Gs as EmbeddedChatPrimitiveFormHeader,
|
|
1741
|
+
zs as EmbeddedChatPrimitiveFormHeading,
|
|
1742
|
+
Br as EmbeddedChatPrimitiveFormSubmit,
|
|
1743
|
+
Tr as EmbeddedChatPrimitiveFormSuccess,
|
|
1744
|
+
xr as EmbeddedChatPrimitiveFormSuccessButton,
|
|
1745
|
+
yr as EmbeddedChatPrimitiveFormSuccessHeading,
|
|
1746
|
+
wr as EmbeddedChatPrimitiveFormSuccessMessage,
|
|
1747
|
+
Ks as EmbeddedChatPrimitiveFormWrapper,
|
|
1748
|
+
fn as EmbeddedChatPrimitiveHeaderToolbar,
|
|
1749
|
+
fs as EmbeddedChatPrimitiveHelpActions,
|
|
1750
|
+
ks as EmbeddedChatPrimitiveHelpActionsMenu,
|
|
1751
|
+
Bs as EmbeddedChatPrimitiveHelpActionsMenuArrow,
|
|
1752
|
+
Ts as EmbeddedChatPrimitiveHelpActionsMenuItem,
|
|
1753
|
+
ys as EmbeddedChatPrimitiveHelpActionsMenuItemIcon,
|
|
1754
|
+
Ss as EmbeddedChatPrimitiveHelpActionsTrigger,
|
|
1755
|
+
No as EmbeddedChatPrimitiveInput,
|
|
1756
|
+
Do as EmbeddedChatPrimitiveInputFieldset,
|
|
1757
|
+
Oo as EmbeddedChatPrimitiveInputGroup,
|
|
1758
|
+
Yn as EmbeddedChatPrimitiveIntroMessageWrapper,
|
|
1759
|
+
_o as EmbeddedChatPrimitiveMessage,
|
|
1760
|
+
Ao as EmbeddedChatPrimitiveMessageAction,
|
|
1761
|
+
so as EmbeddedChatPrimitiveMessageAttachments,
|
|
1762
|
+
co as EmbeddedChatPrimitiveMessageAttachmentsItem,
|
|
1763
|
+
mo as EmbeddedChatPrimitiveMessageAttachmentsItemIcon,
|
|
1764
|
+
lo as EmbeddedChatPrimitiveMessageAttachmentsItemTitle,
|
|
1765
|
+
ro as EmbeddedChatPrimitiveMessageAttachmentsList,
|
|
1766
|
+
ho as EmbeddedChatPrimitiveMessageAttachmentsPreview,
|
|
1767
|
+
vo as EmbeddedChatPrimitiveMessageAttachmentsPreviewBody,
|
|
1768
|
+
bo as EmbeddedChatPrimitiveMessageAttachmentsPreviewClose,
|
|
1769
|
+
Co as EmbeddedChatPrimitiveMessageAttachmentsPreviewContent,
|
|
1770
|
+
po as EmbeddedChatPrimitiveMessageAttachmentsPreviewHeader,
|
|
1771
|
+
uo as EmbeddedChatPrimitiveMessageAttachmentsPreviewOverlay,
|
|
1772
|
+
Zn as EmbeddedChatPrimitiveMessageAvatar,
|
|
1773
|
+
eo as EmbeddedChatPrimitiveMessageAvatarContent,
|
|
1774
|
+
to as EmbeddedChatPrimitiveMessageAvatarFallback,
|
|
1775
|
+
io as EmbeddedChatPrimitiveMessageAvatarImage,
|
|
1776
|
+
oo as EmbeddedChatPrimitiveMessageContent,
|
|
1777
|
+
no as EmbeddedChatPrimitiveMessageContentWrapper,
|
|
1778
|
+
Jn as EmbeddedChatPrimitiveMessageHeader,
|
|
1779
|
+
Xn as EmbeddedChatPrimitiveMessageLoading,
|
|
1780
|
+
ao as EmbeddedChatPrimitiveMessageName,
|
|
1781
|
+
Eo as EmbeddedChatPrimitiveMessageSourceItem,
|
|
1782
|
+
So as EmbeddedChatPrimitiveMessageSourceItemBreadcrumbs,
|
|
1783
|
+
wo as EmbeddedChatPrimitiveMessageSourceItemDescription,
|
|
1784
|
+
xo as EmbeddedChatPrimitiveMessageSourceItemDescriptionPart,
|
|
1785
|
+
Bo as EmbeddedChatPrimitiveMessageSourceItemIcon,
|
|
1786
|
+
Lo as EmbeddedChatPrimitiveMessageSourceItemIndicator,
|
|
1787
|
+
yo as EmbeddedChatPrimitiveMessageSourceItemTag,
|
|
1788
|
+
To as EmbeddedChatPrimitiveMessageSourceItemTitle,
|
|
1789
|
+
Mo as EmbeddedChatPrimitiveMessageSources,
|
|
1790
|
+
Io as EmbeddedChatPrimitiveMessageSourcesHeader,
|
|
1791
|
+
fo as EmbeddedChatPrimitiveMessageSourcesList,
|
|
1792
|
+
Po as EmbeddedChatPrimitiveMessageToolAction,
|
|
1793
|
+
Fo as EmbeddedChatPrimitiveMessageToolActions,
|
|
1794
|
+
go as EmbeddedChatPrimitiveMessageToolbar,
|
|
1789
1795
|
$t as EmbeddedChatPrimitiveMessageWrapper,
|
|
1790
|
-
|
|
1791
|
-
|
|
1796
|
+
Ln as EmbeddedChatPrimitiveMessages,
|
|
1797
|
+
Mn as EmbeddedChatPrimitiveRoot,
|
|
1792
1798
|
Wo as EmbeddedChatPrimitiveSendButton,
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1799
|
+
Ro as EmbeddedChatPrimitiveSendButtonIcon,
|
|
1800
|
+
Ms as EmbeddedChatPrimitiveTaglineBrandName,
|
|
1801
|
+
Fs as EmbeddedChatPrimitiveTaglineContainer,
|
|
1802
|
+
As as EmbeddedChatPrimitiveTaglineLogo,
|
|
1803
|
+
Ps as EmbeddedChatPrimitiveTaglineText,
|
|
1804
|
+
Sn as EmbeddedChatPrimitiveToolbarHeader,
|
|
1805
|
+
En as EmbeddedChatPrimitiveToolbarHeaderWrapper,
|
|
1806
|
+
zn as EmbeddedChatPrimitiveWorkflow,
|
|
1807
|
+
qn as EmbeddedChatPrimitiveWorkflows,
|
|
1808
|
+
jn as EmbeddedChatPrimitiveWorkflowsLabel,
|
|
1809
|
+
Gn as EmbeddedChatPrimitiveWorkflowsList,
|
|
1810
|
+
Pn as EmbeddedChatPrimitiveWrapper,
|
|
1811
|
+
Un as ExampleQuestion,
|
|
1812
|
+
Kn as ExampleQuestionButton,
|
|
1813
|
+
$n as ExampleQuestions,
|
|
1814
|
+
Vn as ExampleQuestionsLabel,
|
|
1815
|
+
Qn as ExampleQuestionsList,
|
|
1816
|
+
Ns as FeedbackForm,
|
|
1811
1817
|
Ws as FeedbackItem,
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1818
|
+
Rs as FeedbackItemCheckbox,
|
|
1819
|
+
$s as FeedbackItemCheckboxIndicator,
|
|
1820
|
+
Qs as FeedbackItemDescription,
|
|
1821
|
+
Vs as FeedbackItemLabel,
|
|
1822
|
+
ws as FeedbackModal,
|
|
1823
|
+
Os as FeedbackModalBody,
|
|
1824
|
+
Ds as FeedbackModalClose,
|
|
1825
|
+
Ls as FeedbackModalContent,
|
|
1820
1826
|
Hs as FeedbackModalHeader,
|
|
1821
|
-
|
|
1822
|
-
|
|
1827
|
+
xs as FeedbackModalOverlay,
|
|
1828
|
+
Us as FeedbackSubmitButton,
|
|
1823
1829
|
Ho as Footer,
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
sr as
|
|
1855
|
-
|
|
1830
|
+
qs as Form,
|
|
1831
|
+
kr as FormCancel,
|
|
1832
|
+
js as FormClose,
|
|
1833
|
+
Js as FormContent,
|
|
1834
|
+
Ys as FormDescription,
|
|
1835
|
+
Er as FormError,
|
|
1836
|
+
Xs as FormField,
|
|
1837
|
+
ar as FormFieldCheckbox,
|
|
1838
|
+
nr as FormFieldCheckboxIndicator,
|
|
1839
|
+
Cr as FormFieldCombobox,
|
|
1840
|
+
gr as FormFieldComboboxContent,
|
|
1841
|
+
pr as FormFieldComboboxControl,
|
|
1842
|
+
br as FormFieldComboboxInput,
|
|
1843
|
+
Fr as FormFieldComboboxItem,
|
|
1844
|
+
Mr as FormFieldComboboxItemIndicator,
|
|
1845
|
+
Pr as FormFieldComboboxItemText,
|
|
1846
|
+
_r as FormFieldComboboxPositioner,
|
|
1847
|
+
Ar as FormFieldComboboxSelectedTags,
|
|
1848
|
+
vr as FormFieldComboboxTrigger,
|
|
1849
|
+
Ir as FormFieldDescription,
|
|
1850
|
+
er as FormFieldEmail,
|
|
1851
|
+
fr as FormFieldError,
|
|
1852
|
+
tr as FormFieldFile,
|
|
1853
|
+
Zs as FormFieldLabel,
|
|
1854
|
+
or as FormFieldSelect,
|
|
1855
|
+
dr as FormFieldSelectContent,
|
|
1856
|
+
cr as FormFieldSelectIcon,
|
|
1857
|
+
lr as FormFieldSelectItem,
|
|
1858
|
+
ur as FormFieldSelectItemIndicator,
|
|
1859
|
+
hr as FormFieldSelectItemText,
|
|
1860
|
+
sr as FormFieldSelectTrigger,
|
|
1861
|
+
rr as FormFieldSelectValue,
|
|
1862
|
+
mr as FormFieldSelectViewport,
|
|
1856
1863
|
Ae as FormFieldText,
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1864
|
+
ir as FormFieldTextArea,
|
|
1865
|
+
Sr as FormFooter,
|
|
1866
|
+
Gs as FormHeader,
|
|
1867
|
+
zs as FormHeading,
|
|
1868
|
+
Br as FormSubmit,
|
|
1869
|
+
Tr as FormSuccess,
|
|
1870
|
+
xr as FormSuccessButton,
|
|
1871
|
+
yr as FormSuccessHeading,
|
|
1872
|
+
wr as FormSuccessMessage,
|
|
1873
|
+
Ks as FormWrapper,
|
|
1874
|
+
In as Header,
|
|
1875
|
+
fn as HeaderToolbar,
|
|
1876
|
+
En as HeaderToolbarWrapper,
|
|
1877
|
+
fs as HelpActions,
|
|
1878
|
+
ks as HelpActionsMenu,
|
|
1879
|
+
Bs as HelpActionsMenuArrow,
|
|
1880
|
+
Ts as HelpActionsMenuItem,
|
|
1881
|
+
ys as HelpActionsMenuItemIcon,
|
|
1882
|
+
Ss as HelpActionsTrigger,
|
|
1883
|
+
No as Input,
|
|
1884
|
+
Do as InputFieldset,
|
|
1885
|
+
Oo as InputGroup,
|
|
1886
|
+
Yn as IntroMessageWrapper,
|
|
1887
|
+
_o as Message,
|
|
1888
|
+
Ao as MessageAction,
|
|
1889
|
+
so as MessageAttachments,
|
|
1890
|
+
co as MessageAttachmentsItem,
|
|
1891
|
+
mo as MessageAttachmentsItemIcon,
|
|
1892
|
+
lo as MessageAttachmentsItemTitle,
|
|
1893
|
+
ro as MessageAttachmentsList,
|
|
1894
|
+
ho as MessageAttachmentsPreview,
|
|
1895
|
+
vo as MessageAttachmentsPreviewBody,
|
|
1896
|
+
bo as MessageAttachmentsPreviewClose,
|
|
1897
|
+
Co as MessageAttachmentsPreviewContent,
|
|
1898
|
+
po as MessageAttachmentsPreviewHeader,
|
|
1899
|
+
uo as MessageAttachmentsPreviewOverlay,
|
|
1900
|
+
Zn as MessageAvatar,
|
|
1901
|
+
eo as MessageAvatarContent,
|
|
1902
|
+
to as MessageAvatarFallback,
|
|
1903
|
+
io as MessageAvatarImage,
|
|
1904
|
+
oo as MessageContent,
|
|
1905
|
+
no as MessageContentWrapper,
|
|
1906
|
+
Jn as MessageHeader,
|
|
1907
|
+
Xn as MessageLoading,
|
|
1908
|
+
ao as MessageName,
|
|
1909
|
+
Eo as MessageSourceItem,
|
|
1910
|
+
ko as MessageSourceItemBreadcrumbIcon,
|
|
1911
|
+
So as MessageSourceItemBreadcrumbs,
|
|
1912
|
+
wo as MessageSourceItemDescription,
|
|
1913
|
+
xo as MessageSourceItemDescriptionPart,
|
|
1914
|
+
Bo as MessageSourceItemIcon,
|
|
1915
|
+
Lo as MessageSourceItemIndicator,
|
|
1916
|
+
yo as MessageSourceItemTag,
|
|
1917
|
+
To as MessageSourceItemTitle,
|
|
1918
|
+
Mo as MessageSources,
|
|
1919
|
+
Io as MessageSourcesHeader,
|
|
1920
|
+
fo as MessageSourcesList,
|
|
1921
|
+
Po as MessageToolAction,
|
|
1922
|
+
Fo as MessageToolActions,
|
|
1923
|
+
go as MessageToolbar,
|
|
1917
1924
|
$t as MessageWrapper,
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1925
|
+
Ln as Messages,
|
|
1926
|
+
Dr as Provider,
|
|
1927
|
+
Mn as Root,
|
|
1921
1928
|
Wo as SendButton,
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1929
|
+
Ro as SendButtonIcon,
|
|
1930
|
+
Ms as TaglineBrandName,
|
|
1931
|
+
Fs as TaglineContainer,
|
|
1932
|
+
As as TaglineLogo,
|
|
1933
|
+
Ps as TaglineText,
|
|
1934
|
+
Sn as ToolbarHeader,
|
|
1935
|
+
zn as Workflow,
|
|
1936
|
+
qn as Workflows,
|
|
1937
|
+
jn as WorkflowsLabel,
|
|
1938
|
+
Gn as WorkflowsList,
|
|
1939
|
+
Pn as Wrapper
|
|
1933
1940
|
};
|