@oneb/ui-vue 0.0.71 → 0.0.73

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.
@@ -0,0 +1,548 @@
1
+ import { defineComponent as $, ref as C, provide as E, computed as _, openBlock as o, createElementBlock as r, renderSlot as M, normalizeProps as I, guardReactiveProps as P, createCommentVNode as m, createVNode as v, Transition as V, withCtx as S, normalizeClass as A, toDisplayString as h, inject as q, withModifiers as H, createBlock as k, resolveDynamicComponent as N, createElementVNode as e, Fragment as z, renderList as L, mergeProps as R, unref as b, pushScopeId as W, popScopeId as U } from "vue";
2
+ import { OneAvatar as w } from "./common/index.js";
3
+ import { r as G } from "./XMarkIcon-51ef0691.js";
4
+ import { _ as J } from "./index-0e0f4e2a.js";
5
+ import { _ as K } from "./_plugin-vue_export-helper-dad06003.js";
6
+ const Q = {
7
+ title: {
8
+ type: String
9
+ },
10
+ stick: {
11
+ type: String,
12
+ default: "right"
13
+ }
14
+ }, X = {
15
+ variant: {
16
+ type: String,
17
+ default: "primary"
18
+ },
19
+ label: {
20
+ type: String
21
+ },
22
+ icon: {
23
+ type: [Function, Object]
24
+ }
25
+ }, Y = ["data-opened"], Z = {
26
+ key: 0,
27
+ class: "text-sm text-secondary-content px-3 py-2 text-left"
28
+ }, ee = /* @__PURE__ */ $({
29
+ __name: "OneDropdown",
30
+ props: Q,
31
+ emits: ["open", "close"],
32
+ setup(a, { emit: i }) {
33
+ const d = C(!1), l = C(null), u = i, s = a, c = () => {
34
+ d.value = !d.value, d.value ? u("open") : u("close");
35
+ };
36
+ E("OneDropdown", {
37
+ onToggle: c
38
+ });
39
+ const n = _(() => {
40
+ const t = l.value != null && l.value.offsetLeft < 270;
41
+ return l.value != null && l.value.offsetTop + 270 > window.innerHeight ? "up" + (t ? "-right" : "-left") : "down" + (t ? "-right" : "-left");
42
+ }), f = _(() => {
43
+ const t = [
44
+ "absolute z-10 w-fit rounded-md bg-white",
45
+ "py-1 shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none",
46
+ "overflow-auto max-h-[540px] min-w-[150px] max-w-[540px]"
47
+ ];
48
+ return n.value.startsWith("up") ? t.push("bottom-1 mb-10") : n.value.startsWith("down") && t.push("top-1 mt-10"), s.stick === "right" ? t.push("right-0") : s.stick === "left" && t.push("left-0"), t;
49
+ });
50
+ return (t, g) => (o(), r("div", {
51
+ class: "relative inline-block",
52
+ ref_key: "menuRef",
53
+ ref: l,
54
+ "data-opened": d.value
55
+ }, [
56
+ M(t.$slots, "button", I(P({ onToggle: c, isExpanded: d.value }))),
57
+ d.value ? (o(), r("div", {
58
+ key: 0,
59
+ class: "fixed top-0 left-0 w-screen h-screen z-10",
60
+ onClick: c
61
+ })) : m("", !0),
62
+ v(V, {
63
+ "enter-active-class": "transition ease-out duration-100",
64
+ "enter-from-class": "transform opacity-0 scale-95",
65
+ "enter-to-class": "transform opacity-100 scale-100",
66
+ "leave-active-class": "transition ease-in duration-75",
67
+ "leave-from-class": "transform opacity-100 scale-100",
68
+ "leave-to-class": "transform opacity-0 scale-95"
69
+ }, {
70
+ default: S(() => [
71
+ d.value ? (o(), r("div", {
72
+ key: 0,
73
+ class: A(["menu", f.value]),
74
+ role: "menu",
75
+ "aria-orientation": "vertical",
76
+ tabindex: "-1"
77
+ }, [
78
+ t.title ? (o(), r("div", Z, h(t.title), 1)) : m("", !0),
79
+ M(t.$slots, "menu", I(P({ onToggle: c })))
80
+ ], 2)) : m("", !0)
81
+ ]),
82
+ _: 3
83
+ })
84
+ ], 8, Y));
85
+ }
86
+ }), D = /* @__PURE__ */ $({
87
+ __name: "OneDropdownItem",
88
+ props: X,
89
+ emits: ["click"],
90
+ setup(a, { emit: i }) {
91
+ const d = i, l = a, u = q("OneDropdown"), s = () => {
92
+ u !== void 0 && u.onToggle(), d("click");
93
+ }, c = _(() => {
94
+ const n = [];
95
+ return l.variant === "secondary" ? n.push("text-secondary-content hover:bg-secondary-body-hover") : l.variant === "danger" ? n.push("text-danger-content hover:bg-danger-10") : l.variant === "warning" ? n.push("text-warning-content hover:bg-warning-10") : l.variant === "info" ? n.push("text-info-content hover:bg-info-10") : n.push("hover:bg-secondary-body-hover"), n;
96
+ });
97
+ return (n, f) => (o(), r("button", {
98
+ class: A(["px-3 py-1.5 flex items-center space-x-3 w-full whitespace-nowrap", c.value]),
99
+ onClick: H(s, ["prevent"])
100
+ }, [
101
+ n.icon ? (o(), k(N(n.icon), {
102
+ key: 0,
103
+ class: "w-4 h-4"
104
+ })) : m("", !0),
105
+ e("span", null, h(n.label), 1)
106
+ ], 2));
107
+ }
108
+ });
109
+ function te(a, i) {
110
+ return o(), r("svg", {
111
+ xmlns: "http://www.w3.org/2000/svg",
112
+ fill: "none",
113
+ viewBox: "0 0 24 24",
114
+ "stroke-width": "1.8",
115
+ stroke: "currentColor",
116
+ "aria-hidden": "true"
117
+ }, [
118
+ e("path", {
119
+ "stroke-linecap": "round",
120
+ "stroke-linejoin": "round",
121
+ d: "M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15m3 0l3-3m0 0l-3-3m3 3H9"
122
+ })
123
+ ]);
124
+ }
125
+ const oe = {
126
+ user: {
127
+ type: Object,
128
+ required: !0
129
+ },
130
+ menu: {
131
+ type: Array,
132
+ default: () => []
133
+ },
134
+ iconSize: {
135
+ type: String,
136
+ default: "34"
137
+ },
138
+ app: {
139
+ type: Object
140
+ },
141
+ accountLabel: {
142
+ type: String,
143
+ default: "Account"
144
+ },
145
+ logoutLabel: {
146
+ type: String,
147
+ default: "Logout"
148
+ },
149
+ versionLabel: {
150
+ type: String,
151
+ default: ""
152
+ },
153
+ onAccount: {
154
+ type: Function
155
+ },
156
+ onLogout: {
157
+ type: Function
158
+ }
159
+ }, ne = {
160
+ workspace: {
161
+ type: Object,
162
+ required: !0
163
+ },
164
+ workspaces: {
165
+ type: Array
166
+ },
167
+ apps: {
168
+ type: Array,
169
+ required: !0
170
+ },
171
+ iconSize: {
172
+ type: String,
173
+ default: "24"
174
+ },
175
+ appsTitle: {
176
+ type: String,
177
+ default: "Ваші додатки"
178
+ },
179
+ changeLabel: {
180
+ type: String,
181
+ default: "Керувати робочими просторами"
182
+ },
183
+ onChange: {
184
+ type: Function
185
+ },
186
+ onApp: {
187
+ type: Function
188
+ }
189
+ }, se = ["onClick"], re = { class: "flex flex-col items-center pt-5 pb-2 h-full" }, ie = { class: "flex flex-col px-10 py-1 mt-2 text-center" }, le = { class: "self-center text-base font-medium tracking-wide text-black" }, ce = { class: "mt-1 text-xs leading-5 text-blue-500 font-light" }, ae = { class: "text-left w-full mt-5 px-3" }, ue = /* @__PURE__ */ e("div", {
190
+ class: "space-y-2 text-center",
191
+ style: { width: "240px" }
192
+ }, null, -1), de = { class: "-mb-2 flex-shrink-0 mt-auto pt-6 text-[8px] leading-3 text-gray-400" }, Ue = /* @__PURE__ */ $({
193
+ __name: "OneUserMenu",
194
+ props: oe,
195
+ setup(a) {
196
+ const i = a, d = _(() => {
197
+ var s;
198
+ return (s = i.menu) == null ? void 0 : s.map((c) => {
199
+ let n = { label: c.label };
200
+ c.icon != null && (n = { ...n, icon: c.icon });
201
+ const f = typeof c.click == "function" ? c.click : () => {
202
+ };
203
+ return {
204
+ key: c.label,
205
+ args: n,
206
+ click: f
207
+ };
208
+ });
209
+ }), l = () => {
210
+ typeof i.onAccount == "function" && i.onAccount();
211
+ }, u = () => {
212
+ typeof i.onLogout == "function" && i.onLogout();
213
+ };
214
+ return (s, c) => (o(), k(ee, { stick: "right" }, {
215
+ button: S(({ onToggle: n, isExpanded: f }) => {
216
+ var t, g;
217
+ return [
218
+ e("button", {
219
+ onClick: n,
220
+ class: A(["p-1 rounded-full hover:bg-secondary-10", [f ? "bg-secondary-25" : ""]])
221
+ }, [
222
+ v(w, {
223
+ text: ((t = s.user) == null ? void 0 : t.name) || "",
224
+ size: s.iconSize,
225
+ src: (g = s.user) == null ? void 0 : g.photo_url,
226
+ rounded: !0
227
+ }, null, 8, ["text", "size", "src"])
228
+ ], 10, se)
229
+ ];
230
+ }),
231
+ menu: S(() => {
232
+ var n, f, t, g, x;
233
+ return [
234
+ e("div", re, [
235
+ v(w, {
236
+ text: ((n = s.user) == null ? void 0 : n.name) || "",
237
+ size: 80,
238
+ src: (f = s.user) == null ? void 0 : f.photo_url,
239
+ rounded: !0,
240
+ class: "mx-auto"
241
+ }, null, 8, ["text", "src"]),
242
+ e("div", ie, [
243
+ e("div", le, h((t = s.user) == null ? void 0 : t.name), 1),
244
+ e("div", ce, h((g = s.user) == null ? void 0 : g.email), 1)
245
+ ]),
246
+ typeof i.onAccount == "function" ? (o(), r("a", {
247
+ key: 0,
248
+ onClick: l,
249
+ class: "cursor-pointer justify-center px-8 py-2 mt-3 text-xs font-semibold tracking-wide leading-5 text-gray-600 border border-solid bg-neutral-100 border-slate-200 rounded-[50px] hover:bg-neutral-200"
250
+ }, h(s.accountLabel), 1)) : m("", !0),
251
+ e("div", ae, [
252
+ (o(!0), r(z, null, L(d.value, (y) => (o(), k(D, R({
253
+ key: y.key,
254
+ ref_for: !0
255
+ }, y.args, {
256
+ onClick: y.click
257
+ }), null, 16, ["onClick"]))), 128)),
258
+ typeof s.onLogout == "function" ? (o(), k(D, {
259
+ key: 0,
260
+ icon: b(te),
261
+ label: s.logoutLabel,
262
+ class: "rounded py-3",
263
+ onClick: u
264
+ }, null, 8, ["icon", "label"])) : m("", !0)
265
+ ]),
266
+ ue,
267
+ e("div", de, h((x = s.app) == null ? void 0 : x.version), 1)
268
+ ])
269
+ ];
270
+ }),
271
+ _: 1
272
+ }));
273
+ }
274
+ });
275
+ function pe(a, i) {
276
+ return o(), r("svg", {
277
+ xmlns: "http://www.w3.org/2000/svg",
278
+ fill: "none",
279
+ viewBox: "0 0 24 24",
280
+ "stroke-width": "1.8",
281
+ stroke: "currentColor",
282
+ "aria-hidden": "true"
283
+ }, [
284
+ e("rect", {
285
+ width: "2.94",
286
+ height: "2.94",
287
+ x: "17.16",
288
+ y: "3.9",
289
+ fill: "currentColor",
290
+ "stroke-width": "1.8",
291
+ rx: "1.1"
292
+ }),
293
+ e("rect", {
294
+ width: "2.94",
295
+ height: "2.94",
296
+ x: "10.53",
297
+ y: "3.9",
298
+ fill: "currentColor",
299
+ "stroke-width": "1.8",
300
+ rx: "1.1"
301
+ }),
302
+ e("rect", {
303
+ width: "2.94",
304
+ height: "2.94",
305
+ x: "3.9",
306
+ y: "3.9",
307
+ fill: "currentColor",
308
+ "stroke-width": "1.8",
309
+ rx: "1.1"
310
+ }),
311
+ e("rect", {
312
+ width: "2.94",
313
+ height: "2.94",
314
+ x: "17.16",
315
+ y: "10.53",
316
+ fill: "currentColor",
317
+ "stroke-width": "1.8",
318
+ rx: "1.1"
319
+ }),
320
+ e("rect", {
321
+ width: "2.94",
322
+ height: "2.94",
323
+ x: "10.53",
324
+ y: "10.53",
325
+ fill: "currentColor",
326
+ "stroke-width": "1.8",
327
+ rx: "1.1"
328
+ }),
329
+ e("rect", {
330
+ width: "2.94",
331
+ height: "2.94",
332
+ x: "3.9",
333
+ y: "10.53",
334
+ fill: "currentColor",
335
+ "stroke-width": "1.8",
336
+ rx: "1.1"
337
+ }),
338
+ e("rect", {
339
+ width: "2.94",
340
+ height: "2.94",
341
+ x: "17.16",
342
+ y: "17.16",
343
+ fill: "currentColor",
344
+ "stroke-width": "1.8",
345
+ rx: "1.1"
346
+ }),
347
+ e("rect", {
348
+ width: "2.94",
349
+ height: "2.94",
350
+ x: "10.53",
351
+ y: "17.16",
352
+ fill: "currentColor",
353
+ "stroke-width": "1.8",
354
+ rx: "1.1"
355
+ }),
356
+ e("rect", {
357
+ width: "2.94",
358
+ height: "2.94",
359
+ x: "3.9",
360
+ y: "17.16",
361
+ fill: "currentColor",
362
+ "stroke-width": "1.8",
363
+ rx: "1.1"
364
+ })
365
+ ]);
366
+ }
367
+ function he(a, i) {
368
+ return o(), r("svg", {
369
+ xmlns: "http://www.w3.org/2000/svg",
370
+ fill: "none",
371
+ viewBox: "0 0 24 24",
372
+ "stroke-width": "1.8",
373
+ stroke: "currentColor",
374
+ "aria-hidden": "true"
375
+ }, [
376
+ e("path", {
377
+ "stroke-linecap": "round",
378
+ "stroke-linejoin": "round",
379
+ d: "M19.5 8.25l-7.5 7.5-7.5-7.5"
380
+ })
381
+ ]);
382
+ }
383
+ function fe(a, i) {
384
+ return o(), r("svg", {
385
+ xmlns: "http://www.w3.org/2000/svg",
386
+ fill: "none",
387
+ viewBox: "0 0 24 24",
388
+ "stroke-width": "1.8",
389
+ stroke: "currentColor",
390
+ "aria-hidden": "true"
391
+ }, [
392
+ e("path", {
393
+ "stroke-linecap": "round",
394
+ "stroke-linejoin": "round",
395
+ d: "M4.5 15.75l7.5-7.5 7.5 7.5"
396
+ })
397
+ ]);
398
+ }
399
+ function me(a, i) {
400
+ return o(), r("svg", {
401
+ xmlns: "http://www.w3.org/2000/svg",
402
+ fill: "none",
403
+ viewBox: "0 0 24 24",
404
+ "stroke-width": "1.8",
405
+ stroke: "currentColor",
406
+ "aria-hidden": "true"
407
+ }, [
408
+ e("path", {
409
+ "stroke-linecap": "round",
410
+ "stroke-linejoin": "round",
411
+ d: "M8.25 4.5l7.5 7.5-7.5 7.5"
412
+ })
413
+ ]);
414
+ }
415
+ const ve = (a) => (W("data-v-4936d4e4"), a = a(), U(), a), ge = ["data-opened"], ye = {
416
+ key: 1,
417
+ class: "absolute top-0 right-0 h-screen overflow-y-auto max-w-96 bg-white px-3 z-10"
418
+ }, xe = { class: "flex justify-between items-center pt-3 mb-3" }, we = { class: "font-semibold text-xl px-3" }, _e = { class: "grid" }, ke = { class: "rounded-lg m-3 border" }, be = {
419
+ class: "space-x-2 flex items-center px-3 py-2",
420
+ style: { width: "300px" }
421
+ }, Ce = { class: "flex justify-between relative" }, $e = { class: "flex items-center justify-between w-full text-left text-sm font-semibold" }, Ae = { key: 0 }, Se = { class: "text-xs font-semibold" }, ze = /* @__PURE__ */ ve(() => /* @__PURE__ */ e("hr", null, null, -1)), Le = { class: "px-3 py-2" }, je = { class: "text-secondary-content text-left pb-1 text-xs uppercase" }, Oe = { class: "overflow-auto max-h-full" }, Fe = {
422
+ key: 0,
423
+ class: "space-y-2"
424
+ }, Be = ["onClick"], Me = { class: "flex" }, Ie = { class: "border border-secondary-stroke rounded-2xl w-14 h-14 md:w-14 md:h-14 flex items-center justify-center" }, Pe = { class: "pl-2" }, De = { class: "text-sm mt-1 font-semibold" }, Te = { class: "text9 mt-1" }, Ee = {
425
+ key: 1,
426
+ class: "mt-2 w-full bg-[#FAFAFA] hover:bg-secondary-10 p-2 rounded-lg mb-5 text-xs hidden"
427
+ }, Ve = /* @__PURE__ */ $({
428
+ __name: "OneBrowserMenu",
429
+ props: ne,
430
+ emits: ["open", "close"],
431
+ setup(a, { emit: i }) {
432
+ const d = i, l = a, u = C(!1), s = () => {
433
+ u.value = !u.value, u.value ? d("open") : d("close");
434
+ }, c = C(!1);
435
+ _(() => c.value ? fe : he);
436
+ const n = () => {
437
+ typeof l.onChange == "function" && l.onChange();
438
+ }, f = (t) => {
439
+ typeof l.onApp == "function" && l.onApp(t);
440
+ };
441
+ return (t, g) => {
442
+ var x, y, j, O, F, B;
443
+ return o(), r("div", { "data-opened": u.value }, [
444
+ e("button", {
445
+ onClick: s,
446
+ class: A(["p-1 w-[44px] h-[44px] rounded-md hover:bg-secondary-10", { "bg-secondary-10": u.value }])
447
+ }, [
448
+ v(b(pe), { class: "text-secondary-base w-full p-1 hover:text-blue-600 m-auto" })
449
+ ], 2),
450
+ u.value ? (o(), r("div", {
451
+ key: 0,
452
+ class: "fixed top-0 left-0 w-screen h-screen z-10 bg-black/10",
453
+ onClick: s
454
+ })) : m("", !0),
455
+ u.value ? (o(), r("div", ye, [
456
+ e("div", xe, [
457
+ e("div", we, h((x = t.workspace) == null ? void 0 : x.title), 1),
458
+ v(b(G), {
459
+ class: "w-6 cursor-pointer",
460
+ onClick: s
461
+ })
462
+ ]),
463
+ e("div", _e, [
464
+ e("div", ke, [
465
+ e("div", be, [
466
+ e("div", Ce, [
467
+ v(w, {
468
+ text: ((y = t.workspace) == null ? void 0 : y.name) || "",
469
+ src: (j = t.workspace) == null ? void 0 : j.photo_url,
470
+ size: 44,
471
+ rounded: !1,
472
+ class: "mx-auto"
473
+ }, null, 8, ["text", "src"])
474
+ ]),
475
+ e("div", $e, h((O = t.workspace) == null ? void 0 : O.name), 1)
476
+ ]),
477
+ c.value ? (o(), r("div", Ae, [
478
+ (o(!0), r(z, null, L(t.workspaces, (p) => (o(), r("div", {
479
+ key: p.name,
480
+ class: "flex items-center space-x-3 border-t px-5 py-2 hover:bg-secondary-10"
481
+ }, [
482
+ v(w, {
483
+ text: p.name,
484
+ src: p.photo_url,
485
+ size: 30,
486
+ rounded: !1
487
+ }, null, 8, ["text", "src"]),
488
+ e("span", Se, h(p.name), 1)
489
+ ]))), 128))
490
+ ])) : m("", !0),
491
+ ze,
492
+ e("div", {
493
+ onClick: n,
494
+ class: "text-center py-2 cursor-pointer",
495
+ style: { "font-size": "10px" }
496
+ }, h((F = t.workspace) == null ? void 0 : F.changeLabel), 1)
497
+ ])
498
+ ]),
499
+ e("div", Le, [
500
+ e("div", je, h((B = t.workspace) == null ? void 0 : B.appsLabel), 1),
501
+ e("div", Oe, [
502
+ t.apps && t.apps.length ? (o(), r("div", Fe, [
503
+ (o(!0), r(z, null, L(t.apps, (p) => (o(), r("div", {
504
+ key: p.id,
505
+ onClick: (T) => f(p),
506
+ class: "flex justify-between items-center rounded-lg hover:bg-secondary-10 p-2 bg-[#FAFAFA] cursor-pointer"
507
+ }, [
508
+ e("div", Me, [
509
+ e("div", Ie, [
510
+ v(w, {
511
+ text: p.name,
512
+ src: p.photo_url,
513
+ size: 44,
514
+ rounded: !1
515
+ }, null, 8, ["text", "src"])
516
+ ]),
517
+ e("div", Pe, [
518
+ e("p", De, h(p.name), 1),
519
+ e("p", Te, h(p == null ? void 0 : p.short), 1)
520
+ ])
521
+ ]),
522
+ e("div", null, [
523
+ v(J, {
524
+ variant: "touch",
525
+ icon: b(me),
526
+ onClick: (T) => f(p)
527
+ }, null, 8, ["icon", "onClick"])
528
+ ])
529
+ ], 8, Be))), 128))
530
+ ])) : m("", !0),
531
+ t.apps && t.apps.length ? (o(), r("button", Ee, h("Дивитися всі"))) : m("", !0)
532
+ ])
533
+ ])
534
+ ])) : m("", !0)
535
+ ], 8, ge);
536
+ };
537
+ }
538
+ });
539
+ const Ge = /* @__PURE__ */ K(Ve, [["__scopeId", "data-v-4936d4e4"]]);
540
+ export {
541
+ Ge as O,
542
+ ee as _,
543
+ D as a,
544
+ Ue as b,
545
+ ne as c,
546
+ pe as d,
547
+ me as r
548
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),f=require("./common/index.cjs"),N=require("./XMarkIcon-f94baa4c.cjs"),B=require("./index-fc8a4372.cjs"),C=require("./_plugin-vue_export-helper-f246444f.cjs"),S={title:{type:String},stick:{type:String,default:"right"}},A={variant:{type:String,default:"primary"},label:{type:String},icon:{type:[Function,Object]}},$=["data-opened"],z={key:0,class:"text-sm text-secondary-content px-3 py-2 text-left"},x=e.defineComponent({__name:"OneDropdown",props:S,emits:["open","close"],setup(c,{emit:r}){const i=e.ref(!1),l=e.ref(null),a=r,n=c,s=()=>{i.value=!i.value,i.value?a("open"):a("close")};e.provide("OneDropdown",{onToggle:s});const o=e.computed(()=>{const t=l.value!=null&&l.value.offsetLeft<270;return l.value!=null&&l.value.offsetTop+270>window.innerHeight?"up"+(t?"-right":"-left"):"down"+(t?"-right":"-left")}),u=e.computed(()=>{const t=["absolute z-10 w-fit rounded-md bg-white","py-1 shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none","overflow-auto max-h-[540px] min-w-[150px] max-w-[540px]"];return o.value.startsWith("up")?t.push("bottom-1 mb-10"):o.value.startsWith("down")&&t.push("top-1 mt-10"),n.stick==="right"?t.push("right-0"):n.stick==="left"&&t.push("left-0"),t});return(t,p)=>(e.openBlock(),e.createElementBlock("div",{class:"relative inline-block",ref_key:"menuRef",ref:l,"data-opened":i.value},[e.renderSlot(t.$slots,"button",e.normalizeProps(e.guardReactiveProps({onToggle:s,isExpanded:i.value}))),i.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"fixed top-0 left-0 w-screen h-screen z-10",onClick:s})):e.createCommentVNode("",!0),e.createVNode(e.Transition,{"enter-active-class":"transition ease-out duration-100","enter-from-class":"transform opacity-0 scale-95","enter-to-class":"transform opacity-100 scale-100","leave-active-class":"transition ease-in duration-75","leave-from-class":"transform opacity-100 scale-100","leave-to-class":"transform opacity-0 scale-95"},{default:e.withCtx(()=>[i.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["menu",u.value]),role:"menu","aria-orientation":"vertical",tabindex:"-1"},[t.title?(e.openBlock(),e.createElementBlock("div",z,e.toDisplayString(t.title),1)):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"menu",e.normalizeProps(e.guardReactiveProps({onToggle:s})))],2)):e.createCommentVNode("",!0)]),_:3})],8,$))}}),k=e.defineComponent({__name:"OneDropdownItem",props:A,emits:["click"],setup(c,{emit:r}){const i=r,l=c,a=e.inject("OneDropdown"),n=()=>{a!==void 0&&a.onToggle(),i("click")},s=e.computed(()=>{const o=[];return l.variant==="secondary"?o.push("text-secondary-content hover:bg-secondary-body-hover"):l.variant==="danger"?o.push("text-danger-content hover:bg-danger-10"):l.variant==="warning"?o.push("text-warning-content hover:bg-warning-10"):l.variant==="info"?o.push("text-info-content hover:bg-info-10"):o.push("hover:bg-secondary-body-hover"),o});return(o,u)=>(e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(["px-3 py-1.5 flex items-center space-x-3 w-full whitespace-nowrap",s.value]),onClick:e.withModifiers(n,["prevent"])},[o.icon?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.icon),{key:0,class:"w-4 h-4"})):e.createCommentVNode("",!0),e.createElementVNode("span",null,e.toDisplayString(o.label),1)],2))}});function D(c,r){return e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.8",stroke:"currentColor","aria-hidden":"true"},[e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15m3 0l3-3m0 0l-3-3m3 3H9"})])}const O={user:{type:Object,required:!0},menu:{type:Array,default:()=>[]},iconSize:{type:String,default:"34"},app:{type:Object},accountLabel:{type:String,default:"Account"},logoutLabel:{type:String,default:"Logout"},versionLabel:{type:String,default:""},onAccount:{type:Function},onLogout:{type:Function}},_={workspace:{type:Object,required:!0},workspaces:{type:Array},apps:{type:Array,required:!0},iconSize:{type:String,default:"24"},appsTitle:{type:String,default:"Ваші додатки"},changeLabel:{type:String,default:"Керувати робочими просторами"},onChange:{type:Function},onApp:{type:Function}},L=["onClick"],F={class:"flex flex-col items-center pt-5 pb-2 h-full"},j={class:"flex flex-col px-10 py-1 mt-2 text-center"},M={class:"self-center text-base font-medium tracking-wide text-black"},P={class:"mt-1 text-xs leading-5 text-blue-500 font-light"},q={class:"text-left w-full mt-5 px-3"},I=e.createElementVNode("div",{class:"space-y-2 text-center",style:{width:"240px"}},null,-1),T={class:"-mb-2 flex-shrink-0 mt-auto pt-6 text-[8px] leading-3 text-gray-400"},H=e.defineComponent({__name:"OneUserMenu",props:O,setup(c){const r=c,i=e.computed(()=>{var n;return(n=r.menu)==null?void 0:n.map(s=>{let o={label:s.label};s.icon!=null&&(o={...o,icon:s.icon});const u=typeof s.click=="function"?s.click:()=>{};return{key:s.label,args:o,click:u}})}),l=()=>{typeof r.onAccount=="function"&&r.onAccount()},a=()=>{typeof r.onLogout=="function"&&r.onLogout()};return(n,s)=>(e.openBlock(),e.createBlock(x,{stick:"right"},{button:e.withCtx(({onToggle:o,isExpanded:u})=>{var t,p;return[e.createElementVNode("button",{onClick:o,class:e.normalizeClass(["p-1 rounded-full hover:bg-secondary-10",[u?"bg-secondary-25":""]])},[e.createVNode(f.OneAvatar,{text:((t=n.user)==null?void 0:t.name)||"",size:n.iconSize,src:(p=n.user)==null?void 0:p.photo_url,rounded:!0},null,8,["text","size","src"])],10,L)]}),menu:e.withCtx(()=>{var o,u,t,p,h;return[e.createElementVNode("div",F,[e.createVNode(f.OneAvatar,{text:((o=n.user)==null?void 0:o.name)||"",size:80,src:(u=n.user)==null?void 0:u.photo_url,rounded:!0,class:"mx-auto"},null,8,["text","src"]),e.createElementVNode("div",j,[e.createElementVNode("div",M,e.toDisplayString((t=n.user)==null?void 0:t.name),1),e.createElementVNode("div",P,e.toDisplayString((p=n.user)==null?void 0:p.email),1)]),typeof r.onAccount=="function"?(e.openBlock(),e.createElementBlock("a",{key:0,onClick:l,class:"cursor-pointer justify-center px-8 py-2 mt-3 text-xs font-semibold tracking-wide leading-5 text-gray-600 border border-solid bg-neutral-100 border-slate-200 rounded-[50px] hover:bg-neutral-200"},e.toDisplayString(n.accountLabel),1)):e.createCommentVNode("",!0),e.createElementVNode("div",q,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,m=>(e.openBlock(),e.createBlock(k,e.mergeProps({key:m.key,ref_for:!0},m.args,{onClick:m.click}),null,16,["onClick"]))),128)),typeof n.onLogout=="function"?(e.openBlock(),e.createBlock(k,{key:0,icon:e.unref(D),label:n.logoutLabel,class:"rounded py-3",onClick:a},null,8,["icon","label"])):e.createCommentVNode("",!0)]),I,e.createElementVNode("div",T,e.toDisplayString((h=n.app)==null?void 0:h.version),1)])]}),_:1}))}});function b(c,r){return e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.8",stroke:"currentColor","aria-hidden":"true"},[e.createElementVNode("rect",{width:"2.94",height:"2.94",x:"17.16",y:"3.9",fill:"currentColor","stroke-width":"1.8",rx:"1.1"}),e.createElementVNode("rect",{width:"2.94",height:"2.94",x:"10.53",y:"3.9",fill:"currentColor","stroke-width":"1.8",rx:"1.1"}),e.createElementVNode("rect",{width:"2.94",height:"2.94",x:"3.9",y:"3.9",fill:"currentColor","stroke-width":"1.8",rx:"1.1"}),e.createElementVNode("rect",{width:"2.94",height:"2.94",x:"17.16",y:"10.53",fill:"currentColor","stroke-width":"1.8",rx:"1.1"}),e.createElementVNode("rect",{width:"2.94",height:"2.94",x:"10.53",y:"10.53",fill:"currentColor","stroke-width":"1.8",rx:"1.1"}),e.createElementVNode("rect",{width:"2.94",height:"2.94",x:"3.9",y:"10.53",fill:"currentColor","stroke-width":"1.8",rx:"1.1"}),e.createElementVNode("rect",{width:"2.94",height:"2.94",x:"17.16",y:"17.16",fill:"currentColor","stroke-width":"1.8",rx:"1.1"}),e.createElementVNode("rect",{width:"2.94",height:"2.94",x:"10.53",y:"17.16",fill:"currentColor","stroke-width":"1.8",rx:"1.1"}),e.createElementVNode("rect",{width:"2.94",height:"2.94",x:"3.9",y:"17.16",fill:"currentColor","stroke-width":"1.8",rx:"1.1"})])}function R(c,r){return e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.8",stroke:"currentColor","aria-hidden":"true"},[e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M19.5 8.25l-7.5 7.5-7.5-7.5"})])}function W(c,r){return e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.8",stroke:"currentColor","aria-hidden":"true"},[e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M4.5 15.75l7.5-7.5 7.5 7.5"})])}function E(c,r){return e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.8",stroke:"currentColor","aria-hidden":"true"},[e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M8.25 4.5l7.5 7.5-7.5 7.5"})])}const U=c=>(e.pushScopeId("data-v-4936d4e4"),c=c(),e.popScopeId(),c),X=["data-opened"],G={key:1,class:"absolute top-0 right-0 h-screen overflow-y-auto max-w-96 bg-white px-3 z-10"},J={class:"flex justify-between items-center pt-3 mb-3"},K={class:"font-semibold text-xl px-3"},Q={class:"grid"},Y={class:"rounded-lg m-3 border"},Z={class:"space-x-2 flex items-center px-3 py-2",style:{width:"300px"}},ee={class:"flex justify-between relative"},te={class:"flex items-center justify-between w-full text-left text-sm font-semibold"},oe={key:0},ne={class:"text-xs font-semibold"},re=U(()=>e.createElementVNode("hr",null,null,-1)),le={class:"px-3 py-2"},se={class:"text-secondary-content text-left pb-1 text-xs uppercase"},ce={class:"overflow-auto max-h-full"},ae={key:0,class:"space-y-2"},ie=["onClick"],de={class:"flex"},ue={class:"border border-secondary-stroke rounded-2xl w-14 h-14 md:w-14 md:h-14 flex items-center justify-center"},pe={class:"pl-2"},me={class:"text-sm mt-1 font-semibold"},he={class:"text9 mt-1"},fe={key:1,class:"mt-2 w-full bg-[#FAFAFA] hover:bg-secondary-10 p-2 rounded-lg mb-5 text-xs hidden"},ke=e.defineComponent({__name:"OneBrowserMenu",props:_,emits:["open","close"],setup(c,{emit:r}){const i=r,l=c,a=e.ref(!1),n=()=>{a.value=!a.value,a.value?i("open"):i("close")},s=e.ref(!1);e.computed(()=>s.value?W:R);const o=()=>{typeof l.onChange=="function"&&l.onChange()},u=t=>{typeof l.onApp=="function"&&l.onApp(t)};return(t,p)=>{var h,m,g,v,y,w;return e.openBlock(),e.createElementBlock("div",{"data-opened":a.value},[e.createElementVNode("button",{onClick:n,class:e.normalizeClass(["p-1 w-[44px] h-[44px] rounded-md hover:bg-secondary-10",{"bg-secondary-10":a.value}])},[e.createVNode(e.unref(b),{class:"text-secondary-base w-full p-1 hover:text-blue-600 m-auto"})],2),a.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"fixed top-0 left-0 w-screen h-screen z-10 bg-black/10",onClick:n})):e.createCommentVNode("",!0),a.value?(e.openBlock(),e.createElementBlock("div",G,[e.createElementVNode("div",J,[e.createElementVNode("div",K,e.toDisplayString((h=t.workspace)==null?void 0:h.title),1),e.createVNode(e.unref(N.render),{class:"w-6 cursor-pointer",onClick:n})]),e.createElementVNode("div",Q,[e.createElementVNode("div",Y,[e.createElementVNode("div",Z,[e.createElementVNode("div",ee,[e.createVNode(f.OneAvatar,{text:((m=t.workspace)==null?void 0:m.name)||"",src:(g=t.workspace)==null?void 0:g.photo_url,size:44,rounded:!1,class:"mx-auto"},null,8,["text","src"])]),e.createElementVNode("div",te,e.toDisplayString((v=t.workspace)==null?void 0:v.name),1)]),s.value?(e.openBlock(),e.createElementBlock("div",oe,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.workspaces,d=>(e.openBlock(),e.createElementBlock("div",{key:d.name,class:"flex items-center space-x-3 border-t px-5 py-2 hover:bg-secondary-10"},[e.createVNode(f.OneAvatar,{text:d.name,src:d.photo_url,size:30,rounded:!1},null,8,["text","src"]),e.createElementVNode("span",ne,e.toDisplayString(d.name),1)]))),128))])):e.createCommentVNode("",!0),re,e.createElementVNode("div",{onClick:o,class:"text-center py-2 cursor-pointer",style:{"font-size":"10px"}},e.toDisplayString((y=t.workspace)==null?void 0:y.changeLabel),1)])]),e.createElementVNode("div",le,[e.createElementVNode("div",se,e.toDisplayString((w=t.workspace)==null?void 0:w.appsLabel),1),e.createElementVNode("div",ce,[t.apps&&t.apps.length?(e.openBlock(),e.createElementBlock("div",ae,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.apps,d=>(e.openBlock(),e.createElementBlock("div",{key:d.id,onClick:V=>u(d),class:"flex justify-between items-center rounded-lg hover:bg-secondary-10 p-2 bg-[#FAFAFA] cursor-pointer"},[e.createElementVNode("div",de,[e.createElementVNode("div",ue,[e.createVNode(f.OneAvatar,{text:d.name,src:d.photo_url,size:44,rounded:!1},null,8,["text","src"])]),e.createElementVNode("div",pe,[e.createElementVNode("p",me,e.toDisplayString(d.name),1),e.createElementVNode("p",he,e.toDisplayString(d==null?void 0:d.short),1)])]),e.createElementVNode("div",null,[e.createVNode(B._sfc_main,{variant:"touch",icon:e.unref(E),onClick:V=>u(d)},null,8,["icon","onClick"])])],8,ie))),128))])):e.createCommentVNode("",!0),t.apps&&t.apps.length?(e.openBlock(),e.createElementBlock("button",fe,e.toDisplayString("Дивитися всі"))):e.createCommentVNode("",!0)])])])):e.createCommentVNode("",!0)],8,X)}}});const ge=C._export_sfc(ke,[["__scopeId","data-v-4936d4e4"]]);exports.OneBrowserMenu=ge;exports._sfc_main=x;exports._sfc_main$1=k;exports._sfc_main$2=H;exports.browserMenuProps=_;exports.render=E;exports.render$1=b;
@@ -1,5 +1,5 @@
1
1
  import type { ExtractPropTypes, FunctionalComponent, Component } from "vue";
2
- export type ButtonVariantType = 'primary' | 'secondary' | 'warning' | 'danger' | 'info' | 'touch' | 'link' | 'none';
2
+ export type ButtonVariantType = 'primary' | 'secondary' | 'warning' | 'danger' | 'info' | 'touch' | 'link' | 'none' | 'mini';
3
3
  export type ButtonSizeType = 'sm' | 'md' | 'lg';
4
4
  export type ButtonIconType = FunctionalComponent | Component;
5
5
  export declare const buttonProps: {
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index-e804f148.cjs");require("vue");require("../_plugin-vue_export-helper-f246444f.cjs");exports.OneButton=e._sfc_main;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index-fc8a4372.cjs");require("vue");require("../_plugin-vue_export-helper-f246444f.cjs");exports.OneButton=e._sfc_main;
@@ -1,4 +1,4 @@
1
- import { _ as p } from "../index-72d69e4e.js";
1
+ import { _ as p } from "../index-0e0f4e2a.js";
2
2
  import "vue";
3
3
  import "../_plugin-vue_export-helper-dad06003.js";
4
4
  export {
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("../OneBrowserMenu-6892534f.cjs"),e=require("vue"),f=require("../_plugin-vue_export-helper-f246444f.cjs"),p=require("../common/index.cjs");require("../XMarkIcon-f94baa4c.cjs");require("../index-e804f148.cjs");const g={},v={class:"border-t border-secondary-stroke my-1"};function k(a,o){return e.openBlock(),e.createElementBlock("div",v)}const x=f._export_sfc(g,[["render",k]]),b=["onClick"],V={class:"grid"},w={class:"font-semibold px-3"},E={class:"rounded-lg m-3 border"},N={class:"space-x-2 flex items-center px-3 py-2",style:{width:"300px"}},B={class:"flex-shrink-0"},A={class:"w-full text-left"},C={class:"flex-shrink-0"},D=e.createElementVNode("hr",null,null,-1),O=e.createElementVNode("div",{class:"text-center py-2",style:{"font-size":"10px"}},"Керувати робочими просторами",-1),S={class:"px-3 py-2"},M={class:"text-secondary-content text-left pb-1 text-sm uppercase"},$={key:0,class:"space-y-2"},z=["onClick"],F={class:"pl-2"},q={class:"text-sm mt-1"},G={class:"text-xs mt-1"},u=3,L=e.defineComponent({__name:"OneBrowserMenuGrid",props:n.browserMenuProps,setup(a){const o=a,m=()=>{typeof o.onChange=="function"&&o.onChange()},r=e.ref(!1),_=e.computed(()=>o.apps?r.value?o.apps:o.apps.slice(0,u):[]),h=()=>{r.value=!r.value},y=t=>{typeof o.onApp=="function"&&o.onApp(t)};return(t,P)=>(e.openBlock(),e.createBlock(n._sfc_main,{stick:"right"},{button:e.withCtx(({onToggle:c,isExpanded:l})=>[e.createElementVNode("button",{onClick:c,class:e.normalizeClass(["p-1 rounded-md hover:bg-secondary-10",[l?"bg-secondary-25":""]])},[e.createVNode(e.unref(n.render$1),{class:"text-secondary-base",style:e.normalizeStyle(`width: ${t.iconSize}px; height: ${t.iconSize}px`)},null,8,["style"])],10,b)]),menu:e.withCtx(()=>{var c,l,i,d;return[e.createElementVNode("div",V,[e.createElementVNode("div",w,e.toDisplayString((c=t.workspace)==null?void 0:c.title),1),e.createElementVNode("div",E,[e.createElementVNode("div",N,[e.createElementVNode("div",B,[e.createVNode(p.OneAvatar,{text:((l=t.workspace)==null?void 0:l.name)||"",src:(i=t.workspace)==null?void 0:i.photo_url,size:44,rounded:!1,class:"mx-auto"},null,8,["text","src"])]),e.createElementVNode("div",A,e.toDisplayString((d=t.workspace)==null?void 0:d.name),1),e.createElementVNode("div",C,[e.createElementVNode("button",{class:"text-sm border border-secondary-stroke rounded px-2 py-0.5 text-secondary-content hover:text-primary-content",onClick:m},e.toDisplayString(t.changeLabel),1)])]),D,O])]),e.createElementVNode("div",S,[e.createElementVNode("div",M,e.toDisplayString(t.appsTitle),1),e.createElementVNode("div",null,[t.apps&&t.apps.length?(e.openBlock(),e.createElementBlock("div",$,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(_.value,s=>(e.openBlock(),e.createElementBlock("div",{key:s.id,onClick:T=>y(s),class:"flex items-center rounded-lg hover:bg-secondary-10 border p-2 bg-[#FAFAFA] cursor-pointer"},[e.createVNode(p.OneAvatar,{text:s.name,src:s.photo_url,size:44,rounded:!1},null,8,["text","src"]),e.createElementVNode("div",F,[e.createElementVNode("p",q,e.toDisplayString(s.name),1),e.createElementVNode("p",G,e.toDisplayString(s.short),1)])],8,z))),128))])):e.createCommentVNode("",!0),t.apps&&t.apps.length>u?(e.openBlock(),e.createElementBlock("button",{key:1,onClick:h,class:"mt-2 w-full bg-[#FAFAFA] hover:bg-secondary-10 p-2 rounded-lg mb-5 text-xs"},e.toDisplayString(r.value?"Приховати":"Дивитися всі"),1)):e.createCommentVNode("",!0)])])]}),_:1}))}});exports.OneBrowserMenu=n.OneBrowserMenu;exports.OneDropdown=n._sfc_main;exports.OneDropdownItem=n._sfc_main$1;exports.OneUserMenu=n._sfc_main$2;exports.OneBrowserMenuGrid=L;exports.OneDropdownDivider=x;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("../OneBrowserMenu-7ee9545f.cjs"),e=require("vue"),f=require("../_plugin-vue_export-helper-f246444f.cjs"),p=require("../common/index.cjs");require("../XMarkIcon-f94baa4c.cjs");require("../index-fc8a4372.cjs");const g={},v={class:"border-t border-secondary-stroke my-1"};function k(a,o){return e.openBlock(),e.createElementBlock("div",v)}const x=f._export_sfc(g,[["render",k]]),b=["onClick"],V={class:"grid"},w={class:"font-semibold px-3"},E={class:"rounded-lg m-3 border"},N={class:"space-x-2 flex items-center px-3 py-2",style:{width:"300px"}},B={class:"flex-shrink-0"},A={class:"w-full text-left"},C={class:"flex-shrink-0"},D=e.createElementVNode("hr",null,null,-1),O=e.createElementVNode("div",{class:"text-center py-2",style:{"font-size":"10px"}},"Керувати робочими просторами",-1),S={class:"px-3 py-2"},M={class:"text-secondary-content text-left pb-1 text-sm uppercase"},$={key:0,class:"space-y-2"},z=["onClick"],F={class:"pl-2"},q={class:"text-sm mt-1"},G={class:"text-xs mt-1"},u=3,L=e.defineComponent({__name:"OneBrowserMenuGrid",props:n.browserMenuProps,setup(a){const o=a,m=()=>{typeof o.onChange=="function"&&o.onChange()},r=e.ref(!1),_=e.computed(()=>o.apps?r.value?o.apps:o.apps.slice(0,u):[]),h=()=>{r.value=!r.value},y=t=>{typeof o.onApp=="function"&&o.onApp(t)};return(t,P)=>(e.openBlock(),e.createBlock(n._sfc_main,{stick:"right"},{button:e.withCtx(({onToggle:c,isExpanded:l})=>[e.createElementVNode("button",{onClick:c,class:e.normalizeClass(["p-1 rounded-md hover:bg-secondary-10",[l?"bg-secondary-25":""]])},[e.createVNode(e.unref(n.render$1),{class:"text-secondary-base",style:e.normalizeStyle(`width: ${t.iconSize}px; height: ${t.iconSize}px`)},null,8,["style"])],10,b)]),menu:e.withCtx(()=>{var c,l,i,d;return[e.createElementVNode("div",V,[e.createElementVNode("div",w,e.toDisplayString((c=t.workspace)==null?void 0:c.title),1),e.createElementVNode("div",E,[e.createElementVNode("div",N,[e.createElementVNode("div",B,[e.createVNode(p.OneAvatar,{text:((l=t.workspace)==null?void 0:l.name)||"",src:(i=t.workspace)==null?void 0:i.photo_url,size:44,rounded:!1,class:"mx-auto"},null,8,["text","src"])]),e.createElementVNode("div",A,e.toDisplayString((d=t.workspace)==null?void 0:d.name),1),e.createElementVNode("div",C,[e.createElementVNode("button",{class:"text-sm border border-secondary-stroke rounded px-2 py-0.5 text-secondary-content hover:text-primary-content",onClick:m},e.toDisplayString(t.changeLabel),1)])]),D,O])]),e.createElementVNode("div",S,[e.createElementVNode("div",M,e.toDisplayString(t.appsTitle),1),e.createElementVNode("div",null,[t.apps&&t.apps.length?(e.openBlock(),e.createElementBlock("div",$,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(_.value,s=>(e.openBlock(),e.createElementBlock("div",{key:s.id,onClick:T=>y(s),class:"flex items-center rounded-lg hover:bg-secondary-10 border p-2 bg-[#FAFAFA] cursor-pointer"},[e.createVNode(p.OneAvatar,{text:s.name,src:s.photo_url,size:44,rounded:!1},null,8,["text","src"]),e.createElementVNode("div",F,[e.createElementVNode("p",q,e.toDisplayString(s.name),1),e.createElementVNode("p",G,e.toDisplayString(s.short),1)])],8,z))),128))])):e.createCommentVNode("",!0),t.apps&&t.apps.length>u?(e.openBlock(),e.createElementBlock("button",{key:1,onClick:h,class:"mt-2 w-full bg-[#FAFAFA] hover:bg-secondary-10 p-2 rounded-lg mb-5 text-xs"},e.toDisplayString(r.value?"Приховати":"Дивитися всі"),1)):e.createCommentVNode("",!0)])])]}),_:1}))}});exports.OneBrowserMenu=n.OneBrowserMenu;exports.OneDropdown=n._sfc_main;exports.OneDropdownItem=n._sfc_main$1;exports.OneUserMenu=n._sfc_main$2;exports.OneBrowserMenuGrid=L;exports.OneDropdownDivider=x;
@@ -1,10 +1,10 @@
1
- import { c as k, _ as w, d as A } from "../OneBrowserMenu-bf4ecf47.js";
2
- import { O as me, a as _e, b as he } from "../OneBrowserMenu-bf4ecf47.js";
1
+ import { c as k, _ as w, d as A } from "../OneBrowserMenu-225e675e.js";
2
+ import { O as me, a as _e, b as he } from "../OneBrowserMenu-225e675e.js";
3
3
  import { openBlock as r, createElementBlock as c, defineComponent as C, ref as O, computed as z, createBlock as F, withCtx as _, createElementVNode as e, normalizeClass as $, createVNode as d, unref as B, normalizeStyle as D, toDisplayString as o, Fragment as M, renderList as S, createCommentVNode as h } from "vue";
4
4
  import { _ as V } from "../_plugin-vue_export-helper-dad06003.js";
5
5
  import { OneAvatar as f } from "../common/index.js";
6
6
  import "../XMarkIcon-51ef0691.js";
7
- import "../index-72d69e4e.js";
7
+ import "../index-0e0f4e2a.js";
8
8
  const N = {}, E = { class: "border-t border-secondary-stroke my-1" };
9
9
  function G(p, t) {
10
10
  return r(), c("div", E);