@n8n/chat 0.64.0 → 0.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chat.bundle.es.js +853 -825
- package/dist/chat.bundle.umd.js +15 -16
- package/dist/chat.es.js +852 -824
- package/dist/chat.umd.js +13 -14
- package/dist/style.css +2 -2
- package/package.json +3 -3
package/dist/chat.bundle.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Package version @n8n/chat@0.
|
|
1
|
+
/*! Package version @n8n/chat@0.66.0 */
|
|
2
2
|
var __create = Object.create, __defProp$1 = Object.defineProperty, __getOwnPropDesc = Object.getOwnPropertyDescriptor, __getOwnPropNames = Object.getOwnPropertyNames, __getProtoOf = Object.getPrototypeOf, __hasOwnProp$1 = Object.prototype.hasOwnProperty, __esmMin = (e, t) => () => (e && (t = e(e = 0)), t), __commonJSMin = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports), __export = (e) => {
|
|
3
3
|
let n = {};
|
|
4
4
|
for (var r in e) __defProp$1(n, r, {
|
|
@@ -3858,14 +3858,18 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
3858
3858
|
begin: F,
|
|
3859
3859
|
relevance: 0
|
|
3860
3860
|
}, f9 = {
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3861
|
+
begin: /(?=\/[^/\n]*\/)/,
|
|
3862
|
+
contains: [{
|
|
3863
|
+
scope: "regexp",
|
|
3864
|
+
begin: /\//,
|
|
3865
|
+
end: /\/[gimuy]*/,
|
|
3866
|
+
illegal: /\n/,
|
|
3867
|
+
contains: [R, {
|
|
3868
|
+
begin: /\[/,
|
|
3869
|
+
end: /\]/,
|
|
3870
|
+
relevance: 0,
|
|
3871
|
+
contains: [R]
|
|
3872
|
+
}]
|
|
3869
3873
|
}]
|
|
3870
3874
|
}, p9 = {
|
|
3871
3875
|
scope: "title",
|
|
@@ -3880,15 +3884,29 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
3880
3884
|
relevance: 0
|
|
3881
3885
|
}, g9 = /* @__PURE__ */ Object.freeze({
|
|
3882
3886
|
__proto__: null,
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3887
|
+
MATCH_NOTHING_RE: A,
|
|
3888
|
+
IDENT_RE: j,
|
|
3889
|
+
UNDERSCORE_IDENT_RE: M,
|
|
3890
|
+
NUMBER_RE: N,
|
|
3891
|
+
C_NUMBER_RE: P,
|
|
3886
3892
|
BINARY_NUMBER_RE: F,
|
|
3893
|
+
RE_STARTERS_RE: I,
|
|
3894
|
+
SHEBANG: L,
|
|
3895
|
+
BACKSLASH_ESCAPE: R,
|
|
3896
|
+
APOS_STRING_MODE: z,
|
|
3897
|
+
QUOTE_STRING_MODE: B,
|
|
3898
|
+
PHRASAL_WORDS_MODE: V,
|
|
3887
3899
|
COMMENT: H,
|
|
3888
|
-
C_BLOCK_COMMENT_MODE: W,
|
|
3889
3900
|
C_LINE_COMMENT_MODE: U,
|
|
3901
|
+
C_BLOCK_COMMENT_MODE: W,
|
|
3902
|
+
HASH_COMMENT_MODE: G,
|
|
3903
|
+
NUMBER_MODE: K,
|
|
3890
3904
|
C_NUMBER_MODE: J,
|
|
3891
|
-
|
|
3905
|
+
BINARY_NUMBER_MODE: Y,
|
|
3906
|
+
REGEXP_MODE: f9,
|
|
3907
|
+
TITLE_MODE: p9,
|
|
3908
|
+
UNDERSCORE_TITLE_MODE: m9,
|
|
3909
|
+
METHOD_GUARD: h9,
|
|
3892
3910
|
END_SAME_AS_BEGIN: function(e) {
|
|
3893
3911
|
return Object.assign(e, {
|
|
3894
3912
|
"on:begin": (e, t) => {
|
|
@@ -3898,21 +3916,7 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
3898
3916
|
t.data._beginMatch !== e[1] && t.ignoreMatch();
|
|
3899
3917
|
}
|
|
3900
3918
|
});
|
|
3901
|
-
}
|
|
3902
|
-
HASH_COMMENT_MODE: G,
|
|
3903
|
-
IDENT_RE: j,
|
|
3904
|
-
MATCH_NOTHING_RE: A,
|
|
3905
|
-
METHOD_GUARD: h9,
|
|
3906
|
-
NUMBER_MODE: K,
|
|
3907
|
-
NUMBER_RE: N,
|
|
3908
|
-
PHRASAL_WORDS_MODE: V,
|
|
3909
|
-
QUOTE_STRING_MODE: B,
|
|
3910
|
-
REGEXP_MODE: f9,
|
|
3911
|
-
RE_STARTERS_RE: I,
|
|
3912
|
-
SHEBANG: L,
|
|
3913
|
-
TITLE_MODE: p9,
|
|
3914
|
-
UNDERSCORE_IDENT_RE: M,
|
|
3915
|
-
UNDERSCORE_TITLE_MODE: m9
|
|
3919
|
+
}
|
|
3916
3920
|
});
|
|
3917
3921
|
function X(e, t) {
|
|
3918
3922
|
e.input[e.index - 1] === "." && t.ignoreMatch();
|
|
@@ -4097,7 +4101,7 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
4097
4101
|
return o(e, { variants: null }, t);
|
|
4098
4102
|
})), e.cachedVariants ? e.cachedVariants : L9(e) ? o(e, { starts: e.starts ? o(e.starts) : null }) : Object.isFrozen(e) ? o(e) : e;
|
|
4099
4103
|
}
|
|
4100
|
-
var z9 = "11.
|
|
4104
|
+
var z9 = "11.8.0", B9 = class extends Error {
|
|
4101
4105
|
constructor(e, t) {
|
|
4102
4106
|
super(e), this.name = "HTMLInjectionError", this.html = t;
|
|
4103
4107
|
}
|
|
@@ -4124,10 +4128,10 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
4124
4128
|
t += e.parentNode ? e.parentNode.className : "";
|
|
4125
4129
|
let n = u.languageDetectRe.exec(t);
|
|
4126
4130
|
if (n) {
|
|
4127
|
-
let t =
|
|
4131
|
+
let t = B(n[1]);
|
|
4128
4132
|
return t || (k9(c.replace("{}", n[1])), k9("Falling back to no-highlight mode for this block.", e)), t ? n[1] : "no-highlight";
|
|
4129
4133
|
}
|
|
4130
|
-
return t.split(/\s+/).find((e) => d(e) ||
|
|
4134
|
+
return t.split(/\s+/).find((e) => d(e) || B(e));
|
|
4131
4135
|
}
|
|
4132
4136
|
function _(e, t, n) {
|
|
4133
4137
|
let r = "", i = "";
|
|
@@ -4136,9 +4140,9 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
4136
4140
|
code: r,
|
|
4137
4141
|
language: i
|
|
4138
4142
|
};
|
|
4139
|
-
|
|
4143
|
+
K("before:highlight", o);
|
|
4140
4144
|
let s = o.result ? o.result : w(o.language, o.code, n);
|
|
4141
|
-
return s.code = o.code,
|
|
4145
|
+
return s.code = o.code, K("after:highlight", s), s;
|
|
4142
4146
|
}
|
|
4143
4147
|
function w(e, n, i, o) {
|
|
4144
4148
|
let l = Object.create(null);
|
|
@@ -4147,14 +4151,14 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
4147
4151
|
}
|
|
4148
4152
|
function f() {
|
|
4149
4153
|
if (!I.keywords) {
|
|
4150
|
-
R.addText(
|
|
4154
|
+
R.addText(z);
|
|
4151
4155
|
return;
|
|
4152
4156
|
}
|
|
4153
4157
|
let e = 0;
|
|
4154
4158
|
I.keywordPatternRe.lastIndex = 0;
|
|
4155
|
-
let t = I.keywordPatternRe.exec(
|
|
4159
|
+
let t = I.keywordPatternRe.exec(z), n = "";
|
|
4156
4160
|
for (; t;) {
|
|
4157
|
-
n +=
|
|
4161
|
+
n += z.substring(e, t.index);
|
|
4158
4162
|
let r = N.case_insensitive ? t[0].toLowerCase() : t[0], i = d(I, r);
|
|
4159
4163
|
if (i) {
|
|
4160
4164
|
let [e, o] = i;
|
|
@@ -4164,24 +4168,24 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
4164
4168
|
y(t[0], n);
|
|
4165
4169
|
}
|
|
4166
4170
|
} else n += t[0];
|
|
4167
|
-
e = I.keywordPatternRe.lastIndex, t = I.keywordPatternRe.exec(
|
|
4171
|
+
e = I.keywordPatternRe.lastIndex, t = I.keywordPatternRe.exec(z);
|
|
4168
4172
|
}
|
|
4169
|
-
n +=
|
|
4173
|
+
n += z.substring(e), R.addText(n);
|
|
4170
4174
|
}
|
|
4171
4175
|
function g() {
|
|
4172
|
-
if (
|
|
4176
|
+
if (z === "") return;
|
|
4173
4177
|
let e = null;
|
|
4174
4178
|
if (typeof I.subLanguage == "string") {
|
|
4175
4179
|
if (!t[I.subLanguage]) {
|
|
4176
|
-
R.addText(
|
|
4180
|
+
R.addText(z);
|
|
4177
4181
|
return;
|
|
4178
4182
|
}
|
|
4179
|
-
e = w(I.subLanguage,
|
|
4180
|
-
} else e = O(
|
|
4183
|
+
e = w(I.subLanguage, z, !0, L[I.subLanguage]), L[I.subLanguage] = e._top;
|
|
4184
|
+
} else e = O(z, I.subLanguage.length ? I.subLanguage : null);
|
|
4181
4185
|
I.relevance > 0 && (V += e.relevance), R.__addSublanguage(e._emitter, e.language);
|
|
4182
4186
|
}
|
|
4183
4187
|
function _() {
|
|
4184
|
-
I.subLanguage == null ? f() : g(),
|
|
4188
|
+
I.subLanguage == null ? f() : g(), z = "";
|
|
4185
4189
|
}
|
|
4186
4190
|
function y(e, t) {
|
|
4187
4191
|
e !== "" && (R.startScope(t), R.addText(e), R.endScope());
|
|
@@ -4194,11 +4198,11 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
4194
4198
|
continue;
|
|
4195
4199
|
}
|
|
4196
4200
|
let r = N.classNameAliases[e[n]] || e[n], i = t[n];
|
|
4197
|
-
r ? y(i, r) : (
|
|
4201
|
+
r ? y(i, r) : (z = i, f(), z = ""), n++;
|
|
4198
4202
|
}
|
|
4199
4203
|
}
|
|
4200
4204
|
function S(e, t) {
|
|
4201
|
-
return e.scope && typeof e.scope == "string" && R.openNode(N.classNameAliases[e.scope] || e.scope), e.beginScope && (e.beginScope._wrap ? (y(
|
|
4205
|
+
return e.scope && typeof e.scope == "string" && R.openNode(N.classNameAliases[e.scope] || e.scope), e.beginScope && (e.beginScope._wrap ? (y(z, N.classNameAliases[e.beginScope._wrap] || e.beginScope._wrap), z = "") : e.beginScope._multi && (x(e.beginScope, t), z = "")), I = Object.create(e, { parent: { value: I } }), I;
|
|
4202
4206
|
}
|
|
4203
4207
|
function C(e, t, n) {
|
|
4204
4208
|
let i = D(e.endRe, n);
|
|
@@ -4215,18 +4219,18 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
4215
4219
|
if (e.endsWithParent) return C(e.parent, t, n);
|
|
4216
4220
|
}
|
|
4217
4221
|
function T(e) {
|
|
4218
|
-
return I.matcher.regexIndex === 0 ? (
|
|
4222
|
+
return I.matcher.regexIndex === 0 ? (z += e[0], 1) : (W = !0, 0);
|
|
4219
4223
|
}
|
|
4220
4224
|
function E(e) {
|
|
4221
4225
|
let t = e[0], n = e.rule, i = new r(n), o = [n.__beforeBegin, n["on:begin"]];
|
|
4222
4226
|
for (let n of o) if (n && (n(e, i), i.isMatchIgnored)) return T(t);
|
|
4223
|
-
return n.skip ?
|
|
4227
|
+
return n.skip ? z += t : (n.excludeBegin && (z += t), _(), !n.returnBegin && !n.excludeBegin && (z = t)), S(n, e), n.returnBegin ? 0 : t.length;
|
|
4224
4228
|
}
|
|
4225
4229
|
function k(e) {
|
|
4226
4230
|
let t = e[0], r = n.substring(e.index), i = C(I, e, r);
|
|
4227
4231
|
if (!i) return U9;
|
|
4228
4232
|
let o = I;
|
|
4229
|
-
I.endScope && I.endScope._wrap ? (_(), y(t, I.endScope._wrap)) : I.endScope && I.endScope._multi ? (_(), x(I.endScope, e)) : o.skip ?
|
|
4233
|
+
I.endScope && I.endScope._wrap ? (_(), y(t, I.endScope._wrap)) : I.endScope && I.endScope._multi ? (_(), x(I.endScope, e)) : o.skip ? z += t : (o.returnEnd || o.excludeEnd || (z += t), _(), o.excludeEnd && (z = t));
|
|
4230
4234
|
do
|
|
4231
4235
|
I.scope && R.closeNode(), !I.skip && !I.subLanguage && (V += I.relevance), I = I.parent;
|
|
4232
4236
|
while (I !== i.parent);
|
|
@@ -4240,9 +4244,9 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
4240
4244
|
let j = {};
|
|
4241
4245
|
function M(t, r) {
|
|
4242
4246
|
let o = r && r[0];
|
|
4243
|
-
if (
|
|
4247
|
+
if (z += t, o == null) return _(), 0;
|
|
4244
4248
|
if (j.type === "begin" && r.type === "end" && j.index === r.index && o === "") {
|
|
4245
|
-
if (
|
|
4249
|
+
if (z += n.slice(r.index, r.index + 1), !s) {
|
|
4246
4250
|
let t = /* @__PURE__ */ Error(`0 width match regex (${e})`);
|
|
4247
4251
|
throw t.languageName = e, t.badRule = j.rule, t;
|
|
4248
4252
|
}
|
|
@@ -4256,15 +4260,15 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
4256
4260
|
let e = k(r);
|
|
4257
4261
|
if (e !== U9) return e;
|
|
4258
4262
|
}
|
|
4259
|
-
if (r.type === "illegal" && o === "") return
|
|
4263
|
+
if (r.type === "illegal" && o === "") return 1;
|
|
4260
4264
|
if (U > 1e5 && U > r.index * 3) throw /* @__PURE__ */ Error("potential infinite loop, way more iterations than matches");
|
|
4261
|
-
return
|
|
4265
|
+
return z += o, o.length;
|
|
4262
4266
|
}
|
|
4263
|
-
let N =
|
|
4267
|
+
let N = B(e);
|
|
4264
4268
|
if (!N) throw O9(c.replace("{}", e)), Error("Unknown language: \"" + e + "\"");
|
|
4265
4269
|
let P = I9(N), F = "", I = o || P, L = {}, R = new u.__emitter(u);
|
|
4266
4270
|
A();
|
|
4267
|
-
let
|
|
4271
|
+
let z = "", V = 0, H = 0, U = 0, W = !1;
|
|
4268
4272
|
try {
|
|
4269
4273
|
if (N.__emitTokens) N.__emitTokens(n, R);
|
|
4270
4274
|
else {
|
|
@@ -4324,13 +4328,13 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
4324
4328
|
}
|
|
4325
4329
|
function O(e, n) {
|
|
4326
4330
|
n = n || u.languages || Object.keys(t);
|
|
4327
|
-
let r = E(e), i = n.filter(
|
|
4331
|
+
let r = E(e), i = n.filter(B).filter(H).map((t) => w(t, e, !1));
|
|
4328
4332
|
i.unshift(r);
|
|
4329
4333
|
let [o, s] = i.sort((e, t) => {
|
|
4330
4334
|
if (e.relevance !== t.relevance) return t.relevance - e.relevance;
|
|
4331
4335
|
if (e.language && t.language) {
|
|
4332
|
-
if (
|
|
4333
|
-
if (
|
|
4336
|
+
if (B(e.language).supersetOf === t.language) return 1;
|
|
4337
|
+
if (B(t.language).supersetOf === e.language) return -1;
|
|
4334
4338
|
}
|
|
4335
4339
|
return 0;
|
|
4336
4340
|
}), c = o;
|
|
@@ -4343,27 +4347,23 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
4343
4347
|
function A(e) {
|
|
4344
4348
|
let t = null, n = f(e);
|
|
4345
4349
|
if (d(n)) return;
|
|
4346
|
-
if (
|
|
4350
|
+
if (K("before:highlightElement", {
|
|
4347
4351
|
el: e,
|
|
4348
4352
|
language: n
|
|
4349
|
-
}), e.
|
|
4350
|
-
console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.", e);
|
|
4351
|
-
return;
|
|
4352
|
-
}
|
|
4353
|
-
if (e.children.length > 0 && (u.ignoreUnescapedHTML || (console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."), console.warn("https://github.com/highlightjs/highlight.js/wiki/security"), console.warn("The element with unescaped HTML:"), console.warn(e)), u.throwUnescapedHTML)) throw new B9("One of your code blocks includes unescaped HTML.", e.innerHTML);
|
|
4353
|
+
}), e.children.length > 0 && (u.ignoreUnescapedHTML || (console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."), console.warn("https://github.com/highlightjs/highlight.js/wiki/security"), console.warn("The element with unescaped HTML:"), console.warn(e)), u.throwUnescapedHTML)) throw new B9("One of your code blocks includes unescaped HTML.", e.innerHTML);
|
|
4354
4354
|
t = e;
|
|
4355
4355
|
let r = t.textContent, i = n ? _(r, {
|
|
4356
4356
|
language: n,
|
|
4357
4357
|
ignoreIllegals: !0
|
|
4358
4358
|
}) : O(r);
|
|
4359
|
-
e.innerHTML = i.value,
|
|
4359
|
+
e.innerHTML = i.value, k(e, n, i.language), e.result = {
|
|
4360
4360
|
language: i.language,
|
|
4361
4361
|
re: i.relevance,
|
|
4362
4362
|
relevance: i.relevance
|
|
4363
4363
|
}, i.secondBest && (e.secondBest = {
|
|
4364
4364
|
language: i.secondBest.language,
|
|
4365
4365
|
relevance: i.secondBest.relevance
|
|
4366
|
-
}),
|
|
4366
|
+
}), K("after:highlightElement", {
|
|
4367
4367
|
el: e,
|
|
4368
4368
|
result: i,
|
|
4369
4369
|
text: r
|
|
@@ -4380,16 +4380,17 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
4380
4380
|
}
|
|
4381
4381
|
let P = !1;
|
|
4382
4382
|
function F() {
|
|
4383
|
-
function e() {
|
|
4384
|
-
F();
|
|
4385
|
-
}
|
|
4386
4383
|
if (document.readyState === "loading") {
|
|
4387
|
-
P
|
|
4384
|
+
P = !0;
|
|
4388
4385
|
return;
|
|
4389
4386
|
}
|
|
4390
4387
|
document.querySelectorAll(u.cssSelector).forEach(A);
|
|
4391
4388
|
}
|
|
4392
|
-
function I(
|
|
4389
|
+
function I() {
|
|
4390
|
+
P && F();
|
|
4391
|
+
}
|
|
4392
|
+
typeof window < "u" && window.addEventListener && window.addEventListener("DOMContentLoaded", I, !1);
|
|
4393
|
+
function L(n, r) {
|
|
4393
4394
|
let i = null;
|
|
4394
4395
|
try {
|
|
4395
4396
|
i = r(e);
|
|
@@ -4398,48 +4399,48 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
4398
4399
|
else throw e;
|
|
4399
4400
|
i = l;
|
|
4400
4401
|
}
|
|
4401
|
-
i.name ||= n, t[n] = i, i.rawDefinition = r.bind(null, e), i.aliases &&
|
|
4402
|
+
i.name ||= n, t[n] = i, i.rawDefinition = r.bind(null, e), i.aliases && V(i.aliases, { languageName: n });
|
|
4402
4403
|
}
|
|
4403
|
-
function
|
|
4404
|
+
function R(e) {
|
|
4404
4405
|
delete t[e];
|
|
4405
4406
|
for (let t of Object.keys(i)) i[t] === e && delete i[t];
|
|
4406
4407
|
}
|
|
4407
|
-
function
|
|
4408
|
+
function z() {
|
|
4408
4409
|
return Object.keys(t);
|
|
4409
4410
|
}
|
|
4410
|
-
function
|
|
4411
|
+
function B(e) {
|
|
4411
4412
|
return e = (e || "").toLowerCase(), t[e] || t[i[e]];
|
|
4412
4413
|
}
|
|
4413
|
-
function
|
|
4414
|
+
function V(e, { languageName: t }) {
|
|
4414
4415
|
typeof e == "string" && (e = [e]), e.forEach((e) => {
|
|
4415
4416
|
i[e.toLowerCase()] = t;
|
|
4416
4417
|
});
|
|
4417
4418
|
}
|
|
4418
|
-
function
|
|
4419
|
-
let t =
|
|
4419
|
+
function H(e) {
|
|
4420
|
+
let t = B(e);
|
|
4420
4421
|
return t && !t.disableAutodetect;
|
|
4421
4422
|
}
|
|
4422
|
-
function
|
|
4423
|
+
function U(e) {
|
|
4423
4424
|
e["before:highlightBlock"] && !e["before:highlightElement"] && (e["before:highlightElement"] = (t) => {
|
|
4424
4425
|
e["before:highlightBlock"](Object.assign({ block: t.el }, t));
|
|
4425
4426
|
}), e["after:highlightBlock"] && !e["after:highlightElement"] && (e["after:highlightElement"] = (t) => {
|
|
4426
4427
|
e["after:highlightBlock"](Object.assign({ block: t.el }, t));
|
|
4427
4428
|
});
|
|
4428
4429
|
}
|
|
4429
|
-
function U(e) {
|
|
4430
|
-
H(e), o.push(e);
|
|
4431
|
-
}
|
|
4432
4430
|
function W(e) {
|
|
4431
|
+
U(e), o.push(e);
|
|
4432
|
+
}
|
|
4433
|
+
function G(e) {
|
|
4433
4434
|
let t = o.indexOf(e);
|
|
4434
4435
|
t !== -1 && o.splice(t, 1);
|
|
4435
4436
|
}
|
|
4436
|
-
function
|
|
4437
|
+
function K(e, t) {
|
|
4437
4438
|
let n = e;
|
|
4438
4439
|
o.forEach(function(e) {
|
|
4439
4440
|
e[n] && e[n](t);
|
|
4440
4441
|
});
|
|
4441
4442
|
}
|
|
4442
|
-
function
|
|
4443
|
+
function J(e) {
|
|
4443
4444
|
return A9("10.7.0", "highlightBlock will be removed entirely in v12.0"), A9("10.7.0", "Please use highlightElement now."), A(e);
|
|
4444
4445
|
}
|
|
4445
4446
|
for (let t in Object.assign(e, {
|
|
@@ -4447,19 +4448,19 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
4447
4448
|
highlightAuto: O,
|
|
4448
4449
|
highlightAll: F,
|
|
4449
4450
|
highlightElement: A,
|
|
4450
|
-
highlightBlock:
|
|
4451
|
+
highlightBlock: J,
|
|
4451
4452
|
configure: j,
|
|
4452
4453
|
initHighlighting: M,
|
|
4453
4454
|
initHighlightingOnLoad: N,
|
|
4454
|
-
registerLanguage:
|
|
4455
|
-
unregisterLanguage:
|
|
4456
|
-
listLanguages:
|
|
4457
|
-
getLanguage:
|
|
4458
|
-
registerAliases:
|
|
4459
|
-
autoDetection:
|
|
4455
|
+
registerLanguage: L,
|
|
4456
|
+
unregisterLanguage: R,
|
|
4457
|
+
listLanguages: z,
|
|
4458
|
+
getLanguage: B,
|
|
4459
|
+
registerAliases: V,
|
|
4460
|
+
autoDetection: H,
|
|
4460
4461
|
inherit: H9,
|
|
4461
|
-
addPlugin:
|
|
4462
|
-
removePlugin:
|
|
4462
|
+
addPlugin: W,
|
|
4463
|
+
removePlugin: G
|
|
4463
4464
|
}), e.debugMode = function() {
|
|
4464
4465
|
s = !1;
|
|
4465
4466
|
}, e.safeMode = function() {
|
|
@@ -4474,7 +4475,7 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
|
|
|
4474
4475
|
return Object.assign(e, g9), e;
|
|
4475
4476
|
}, K9 = G9({});
|
|
4476
4477
|
K9.newInstance = () => G9({}), t.exports = K9, K9.HighlightJS = K9, K9.default = K9;
|
|
4477
|
-
})))())).default, IDENT_RE$1 = "[A-Za-z$_][0-9A-Za-z$_]*", KEYWORDS$1 = /* @__PURE__ */ "as.in.of.if.for.while.finally.var.new.function.do.return.void.else.break.catch.instanceof.with.throw.case.default.try.switch.continue.typeof.delete.let.yield.const.class.debugger.async.await.static.import.from.export.extends
|
|
4478
|
+
})))())).default, IDENT_RE$1 = "[A-Za-z$_][0-9A-Za-z$_]*", KEYWORDS$1 = /* @__PURE__ */ "as.in.of.if.for.while.finally.var.new.function.do.return.void.else.break.catch.instanceof.with.throw.case.default.try.switch.continue.typeof.delete.let.yield.const.class.debugger.async.await.static.import.from.export.extends".split("."), LITERALS$1 = [
|
|
4478
4479
|
"true",
|
|
4479
4480
|
"false",
|
|
4480
4481
|
"null",
|
|
@@ -4572,7 +4573,7 @@ function javascript(e) {
|
|
|
4572
4573
|
keywords: c,
|
|
4573
4574
|
contains: []
|
|
4574
4575
|
}, _ = {
|
|
4575
|
-
begin: "
|
|
4576
|
+
begin: "html`",
|
|
4576
4577
|
end: "",
|
|
4577
4578
|
starts: {
|
|
4578
4579
|
end: "`",
|
|
@@ -4581,7 +4582,7 @@ function javascript(e) {
|
|
|
4581
4582
|
subLanguage: "xml"
|
|
4582
4583
|
}
|
|
4583
4584
|
}, y = {
|
|
4584
|
-
begin: "
|
|
4585
|
+
begin: "css`",
|
|
4585
4586
|
end: "",
|
|
4586
4587
|
starts: {
|
|
4587
4588
|
end: "`",
|
|
@@ -4590,7 +4591,7 @@ function javascript(e) {
|
|
|
4590
4591
|
subLanguage: "css"
|
|
4591
4592
|
}
|
|
4592
4593
|
}, x = {
|
|
4593
|
-
begin: "
|
|
4594
|
+
begin: "gql`",
|
|
4594
4595
|
end: "",
|
|
4595
4596
|
starts: {
|
|
4596
4597
|
end: "`",
|
|
@@ -4657,13 +4658,13 @@ function javascript(e) {
|
|
|
4657
4658
|
contains: ["self"].concat(w)
|
|
4658
4659
|
});
|
|
4659
4660
|
let T = [].concat(C, g.contains), E = T.concat([{
|
|
4660
|
-
begin:
|
|
4661
|
+
begin: /\(/,
|
|
4661
4662
|
end: /\)/,
|
|
4662
4663
|
keywords: c,
|
|
4663
4664
|
contains: ["self"].concat(T)
|
|
4664
4665
|
}]), D = {
|
|
4665
4666
|
className: "params",
|
|
4666
|
-
begin:
|
|
4667
|
+
begin: /\(/,
|
|
4667
4668
|
end: /\)/,
|
|
4668
4669
|
excludeBegin: !0,
|
|
4669
4670
|
excludeEnd: !0,
|
|
@@ -4732,7 +4733,7 @@ function javascript(e) {
|
|
|
4732
4733
|
...BUILT_IN_GLOBALS$1,
|
|
4733
4734
|
"super",
|
|
4734
4735
|
"import"
|
|
4735
|
-
]
|
|
4736
|
+
]), r, t.lookahead(/\(/)),
|
|
4736
4737
|
className: "title.function",
|
|
4737
4738
|
relevance: 0
|
|
4738
4739
|
}, F = {
|
|
@@ -4803,8 +4804,8 @@ function javascript(e) {
|
|
|
4803
4804
|
f,
|
|
4804
4805
|
k,
|
|
4805
4806
|
{
|
|
4806
|
-
|
|
4807
|
-
|
|
4807
|
+
className: "attr",
|
|
4808
|
+
begin: r + t.lookahead(":"),
|
|
4808
4809
|
relevance: 0
|
|
4809
4810
|
},
|
|
4810
4811
|
R,
|
|
@@ -4833,7 +4834,7 @@ function javascript(e) {
|
|
|
4833
4834
|
skip: !0
|
|
4834
4835
|
},
|
|
4835
4836
|
{
|
|
4836
|
-
begin:
|
|
4837
|
+
begin: /\(/,
|
|
4837
4838
|
end: /\)/,
|
|
4838
4839
|
excludeBegin: !0,
|
|
4839
4840
|
excludeEnd: !0,
|
|
@@ -5070,27 +5071,27 @@ function xml(e) {
|
|
|
5070
5071
|
]
|
|
5071
5072
|
};
|
|
5072
5073
|
}
|
|
5073
|
-
var _hoisted_1$
|
|
5074
|
+
var _hoisted_1$225 = {
|
|
5074
5075
|
viewBox: "0 0 24 24",
|
|
5075
5076
|
width: "1.2em",
|
|
5076
5077
|
height: "1.2em"
|
|
5077
5078
|
};
|
|
5078
|
-
function render$
|
|
5079
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5079
|
+
function render$198(e, t) {
|
|
5080
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$225, t[0] ||= [createBaseVNode("path", {
|
|
5080
5081
|
fill: "currentColor",
|
|
5081
5082
|
d: "M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z"
|
|
5082
5083
|
}, null, -1)]);
|
|
5083
5084
|
}
|
|
5084
5085
|
var close_default = {
|
|
5085
5086
|
name: "mdi-close",
|
|
5086
|
-
render: render$
|
|
5087
|
+
render: render$198
|
|
5087
5088
|
}, __plugin_vue_export_helper_default = (e, t) => {
|
|
5088
5089
|
let n = e.__vccOpts || e;
|
|
5089
5090
|
for (let [e, r] of t) n[e] = r;
|
|
5090
5091
|
return n;
|
|
5091
|
-
}, _sfc_main$11 = {}, _hoisted_1$
|
|
5092
|
+
}, _sfc_main$11 = {}, _hoisted_1$224 = { class: "chat-button" };
|
|
5092
5093
|
function _sfc_render$11(e, t) {
|
|
5093
|
-
return openBlock(), createElementBlock("button", _hoisted_1$
|
|
5094
|
+
return openBlock(), createElementBlock("button", _hoisted_1$224, [renderSlot(e.$slots, "default")]);
|
|
5094
5095
|
}
|
|
5095
5096
|
var Button_default$1 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$11, [["render", _sfc_render$11]]);
|
|
5096
5097
|
function useChat() {
|
|
@@ -5113,24 +5114,24 @@ function useI18n() {
|
|
|
5113
5114
|
te: r
|
|
5114
5115
|
};
|
|
5115
5116
|
}
|
|
5116
|
-
var _hoisted_1$
|
|
5117
|
+
var _hoisted_1$223 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
|
|
5117
5118
|
__name: "GetStarted",
|
|
5118
5119
|
setup(e) {
|
|
5119
5120
|
let { t } = useI18n();
|
|
5120
|
-
return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$
|
|
5121
|
+
return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$223, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
|
|
5121
5122
|
default: withCtx(() => [createTextVNode(toDisplayString(unref(t)("getStarted")), 1)]),
|
|
5122
5123
|
_: 1
|
|
5123
5124
|
})]));
|
|
5124
5125
|
}
|
|
5125
|
-
}), _sfc_main$10 = {}, _hoisted_1$
|
|
5126
|
+
}), _sfc_main$10 = {}, _hoisted_1$222 = { class: "chat-powered-by" };
|
|
5126
5127
|
function _sfc_render$10(e, t) {
|
|
5127
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5128
|
+
return openBlock(), createElementBlock("div", _hoisted_1$222, t[0] ||= [createTextVNode(" Powered by "), createBaseVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]);
|
|
5128
5129
|
}
|
|
5129
|
-
var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$10, [["render", _sfc_render$10]]), _hoisted_1$
|
|
5130
|
+
var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$10, [["render", _sfc_render$10]]), _hoisted_1$221 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
|
|
5130
5131
|
__name: "GetStartedFooter",
|
|
5131
5132
|
setup(e) {
|
|
5132
5133
|
let { t, te: n } = useI18n();
|
|
5133
|
-
return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$
|
|
5134
|
+
return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$221, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
|
|
5134
5135
|
}
|
|
5135
5136
|
});
|
|
5136
5137
|
function tryOnScopeDispose$1(e) {
|
|
@@ -5183,119 +5184,119 @@ function useFileDialog(e = {}) {
|
|
|
5183
5184
|
onChange: r
|
|
5184
5185
|
};
|
|
5185
5186
|
}
|
|
5186
|
-
var _hoisted_1$
|
|
5187
|
+
var _hoisted_1$220 = {
|
|
5187
5188
|
viewBox: "0 0 24 24",
|
|
5188
5189
|
width: "1.2em",
|
|
5189
5190
|
height: "1.2em"
|
|
5190
5191
|
};
|
|
5191
|
-
function render$
|
|
5192
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5192
|
+
function render$197(e, t) {
|
|
5193
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$220, t[0] ||= [createBaseVNode("path", {
|
|
5193
5194
|
fill: "currentColor",
|
|
5194
5195
|
d: "M16.5 6v11.5a4 4 0 0 1-4 4a4 4 0 0 1-4-4V5A2.5 2.5 0 0 1 11 2.5A2.5 2.5 0 0 1 13.5 5v10.5a1 1 0 0 1-1 1a1 1 0 0 1-1-1V6H10v9.5a2.5 2.5 0 0 0 2.5 2.5a2.5 2.5 0 0 0 2.5-2.5V5a4 4 0 0 0-4-4a4 4 0 0 0-4 4v12.5a5.5 5.5 0 0 0 5.5 5.5a5.5 5.5 0 0 0 5.5-5.5V6z"
|
|
5195
5196
|
}, null, -1)]);
|
|
5196
5197
|
}
|
|
5197
5198
|
var paperclip_default$1 = {
|
|
5198
5199
|
name: "mdi-paperclip",
|
|
5199
|
-
render: render$
|
|
5200
|
-
}, _hoisted_1$
|
|
5200
|
+
render: render$197
|
|
5201
|
+
}, _hoisted_1$219 = {
|
|
5201
5202
|
viewBox: "0 0 24 24",
|
|
5202
5203
|
width: "1.2em",
|
|
5203
5204
|
height: "1.2em"
|
|
5204
5205
|
};
|
|
5205
|
-
function render$
|
|
5206
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5206
|
+
function render$196(e, t) {
|
|
5207
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$219, t[0] ||= [createBaseVNode("path", {
|
|
5207
5208
|
fill: "currentColor",
|
|
5208
5209
|
d: "m2 21l21-9L2 3v7l15 2l-15 2z"
|
|
5209
5210
|
}, null, -1)]);
|
|
5210
5211
|
}
|
|
5211
5212
|
var send_default$1 = {
|
|
5212
5213
|
name: "mdi-send",
|
|
5213
|
-
render: render$
|
|
5214
|
-
}, _hoisted_1$
|
|
5214
|
+
render: render$196
|
|
5215
|
+
}, _hoisted_1$218 = {
|
|
5215
5216
|
viewBox: "0 0 24 24",
|
|
5216
5217
|
width: "1.2em",
|
|
5217
5218
|
height: "1.2em"
|
|
5218
5219
|
};
|
|
5219
|
-
function render$
|
|
5220
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5220
|
+
function render$195(e, t) {
|
|
5221
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$218, t[0] ||= [createBaseVNode("path", {
|
|
5221
5222
|
fill: "currentColor",
|
|
5222
5223
|
d: "M20 6.91L17.09 4L12 9.09L6.91 4L4 6.91L9.09 12L4 17.09L6.91 20L12 14.91L17.09 20L20 17.09L14.91 12z"
|
|
5223
5224
|
}, null, -1)]);
|
|
5224
5225
|
}
|
|
5225
5226
|
var closeThick_default = {
|
|
5226
5227
|
name: "mdi-closeThick",
|
|
5227
|
-
render: render$
|
|
5228
|
-
}, _hoisted_1$
|
|
5228
|
+
render: render$195
|
|
5229
|
+
}, _hoisted_1$217 = {
|
|
5229
5230
|
viewBox: "0 0 24 24",
|
|
5230
5231
|
width: "1.2em",
|
|
5231
5232
|
height: "1.2em"
|
|
5232
5233
|
};
|
|
5233
|
-
function render$
|
|
5234
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5234
|
+
function render$194(e, t) {
|
|
5235
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$217, t[0] ||= [createBaseVNode("path", {
|
|
5235
5236
|
fill: "currentColor",
|
|
5236
5237
|
d: "M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m0 18h12v-8l-4 4l-2-2zM8 9a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2"
|
|
5237
5238
|
}, null, -1)]);
|
|
5238
5239
|
}
|
|
5239
5240
|
var fileImage_default = {
|
|
5240
5241
|
name: "mdi-fileImage",
|
|
5241
|
-
render: render$
|
|
5242
|
-
}, _hoisted_1$
|
|
5242
|
+
render: render$194
|
|
5243
|
+
}, _hoisted_1$216 = {
|
|
5243
5244
|
viewBox: "0 0 24 24",
|
|
5244
5245
|
width: "1.2em",
|
|
5245
5246
|
height: "1.2em"
|
|
5246
5247
|
};
|
|
5247
|
-
function render$
|
|
5248
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5248
|
+
function render$193(e, t) {
|
|
5249
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$216, t[0] ||= [createBaseVNode("path", {
|
|
5249
5250
|
fill: "currentColor",
|
|
5250
5251
|
d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm-1 11h-2v5a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2c.4 0 .7.1 1 .3V11h3zm0-4V3.5L18.5 9z"
|
|
5251
5252
|
}, null, -1)]);
|
|
5252
5253
|
}
|
|
5253
5254
|
var fileMusic_default = {
|
|
5254
5255
|
name: "mdi-fileMusic",
|
|
5255
|
-
render: render$
|
|
5256
|
-
}, _hoisted_1$
|
|
5256
|
+
render: render$193
|
|
5257
|
+
}, _hoisted_1$215 = {
|
|
5257
5258
|
viewBox: "0 0 24 24",
|
|
5258
5259
|
width: "1.2em",
|
|
5259
5260
|
height: "1.2em"
|
|
5260
5261
|
};
|
|
5261
|
-
function render$
|
|
5262
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5262
|
+
function render$192(e, t) {
|
|
5263
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$215, t[0] ||= [createBaseVNode("path", {
|
|
5263
5264
|
fill: "currentColor",
|
|
5264
5265
|
d: "M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m9 16v-2H6v2zm3-4v-2H6v2z"
|
|
5265
5266
|
}, null, -1)]);
|
|
5266
5267
|
}
|
|
5267
5268
|
var fileText_default = {
|
|
5268
5269
|
name: "mdi-fileText",
|
|
5269
|
-
render: render$
|
|
5270
|
-
}, _hoisted_1$
|
|
5270
|
+
render: render$192
|
|
5271
|
+
}, _hoisted_1$214 = {
|
|
5271
5272
|
viewBox: "0 0 24 24",
|
|
5272
5273
|
width: "1.2em",
|
|
5273
5274
|
height: "1.2em"
|
|
5274
5275
|
};
|
|
5275
|
-
function render$
|
|
5276
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5276
|
+
function render$191(e, t) {
|
|
5277
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$214, t[0] ||= [createBaseVNode("path", {
|
|
5277
5278
|
fill: "currentColor",
|
|
5278
5279
|
d: "M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m11 17v-6l-3 2.2V13H7v6h7v-2.2z"
|
|
5279
5280
|
}, null, -1)]);
|
|
5280
5281
|
}
|
|
5281
5282
|
var fileVideo_default = {
|
|
5282
5283
|
name: "mdi-fileVideo",
|
|
5283
|
-
render: render$
|
|
5284
|
-
}, _hoisted_1$
|
|
5284
|
+
render: render$191
|
|
5285
|
+
}, _hoisted_1$213 = {
|
|
5285
5286
|
viewBox: "0 0 24 24",
|
|
5286
5287
|
width: "1.2em",
|
|
5287
5288
|
height: "1.2em"
|
|
5288
5289
|
};
|
|
5289
|
-
function render$
|
|
5290
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5290
|
+
function render$190(e, t) {
|
|
5291
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$213, t[0] ||= [createBaseVNode("path", {
|
|
5291
5292
|
fill: "currentColor",
|
|
5292
5293
|
d: "M14 3v2h3.59l-9.83 9.83l1.41 1.41L19 6.41V10h2V3m-2 16H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2z"
|
|
5293
5294
|
}, null, -1)]);
|
|
5294
5295
|
}
|
|
5295
5296
|
var openInNew_default = {
|
|
5296
5297
|
name: "mdi-openInNew",
|
|
5297
|
-
render: render$
|
|
5298
|
-
}, _hoisted_1$
|
|
5298
|
+
render: render$190
|
|
5299
|
+
}, _hoisted_1$212 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
5299
5300
|
__name: "ChatFile",
|
|
5300
5301
|
props: {
|
|
5301
5302
|
file: {},
|
|
@@ -5321,7 +5322,7 @@ var openInNew_default = {
|
|
|
5321
5322
|
onClick: s
|
|
5322
5323
|
}, [
|
|
5323
5324
|
createVNode(unref(o)),
|
|
5324
|
-
createBaseVNode("p", _hoisted_1$
|
|
5325
|
+
createBaseVNode("p", _hoisted_1$212, toDisplayString(e.file.name), 1),
|
|
5325
5326
|
e.isRemovable ? (openBlock(), createElementBlock("span", {
|
|
5326
5327
|
key: 0,
|
|
5327
5328
|
class: "chat-file-delete",
|
|
@@ -5332,7 +5333,7 @@ var openInNew_default = {
|
|
|
5332
5333
|
})) : createCommentVNode("", !0)
|
|
5333
5334
|
]));
|
|
5334
5335
|
}
|
|
5335
|
-
}), [["__scopeId", "data-v-e0d57af7"]]), _hoisted_1$
|
|
5336
|
+
}), [["__scopeId", "data-v-e0d57af7"]]), _hoisted_1$211 = { class: "chat-inputs" }, _hoisted_2$16 = {
|
|
5336
5337
|
key: 0,
|
|
5337
5338
|
class: "chat-input-left-panel"
|
|
5338
5339
|
}, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
|
|
@@ -5472,7 +5473,7 @@ var openInNew_default = {
|
|
|
5472
5473
|
class: "chat-input",
|
|
5473
5474
|
style: normalizeStyle(T.value),
|
|
5474
5475
|
onKeydown: withModifiers(z, ["stop"])
|
|
5475
|
-
}, [createBaseVNode("div", _hoisted_1$
|
|
5476
|
+
}, [createBaseVNode("div", _hoisted_1$211, [
|
|
5476
5477
|
e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$16, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
|
|
5477
5478
|
withDirectives(createBaseVNode("textarea", {
|
|
5478
5479
|
ref_key: "chatTextArea",
|
|
@@ -5511,7 +5512,7 @@ var openInNew_default = {
|
|
|
5511
5512
|
onRemove: R
|
|
5512
5513
|
}, null, 8, ["file"]))), 128))])) : createCommentVNode("", !0)], 36));
|
|
5513
5514
|
}
|
|
5514
|
-
}), [["__scopeId", "data-v-66014261"]]), _hoisted_1$
|
|
5515
|
+
}), [["__scopeId", "data-v-66014261"]]), _hoisted_1$210 = { class: "chat-layout" }, _hoisted_2$15 = {
|
|
5515
5516
|
key: 0,
|
|
5516
5517
|
class: "chat-header"
|
|
5517
5518
|
}, _hoisted_3$5 = {
|
|
@@ -5529,7 +5530,7 @@ var openInNew_default = {
|
|
|
5529
5530
|
chatEventBus.on("scrollToBottom", n), window.addEventListener("resize", n);
|
|
5530
5531
|
}), onBeforeUnmount(() => {
|
|
5531
5532
|
chatEventBus.off("scrollToBottom", n), window.removeEventListener("resize", n);
|
|
5532
|
-
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$
|
|
5533
|
+
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$210, [
|
|
5533
5534
|
e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$15, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
|
|
5534
5535
|
e.$slots.default ? (openBlock(), createElementBlock("div", {
|
|
5535
5536
|
key: 1,
|
|
@@ -5540,13 +5541,13 @@ var openInNew_default = {
|
|
|
5540
5541
|
e.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_3$5, [renderSlot(e.$slots, "footer")])) : createCommentVNode("", !0)
|
|
5541
5542
|
]));
|
|
5542
5543
|
}
|
|
5543
|
-
}), binary_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e", bolt_filled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e", continue_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e", empty_output_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e", filled_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2010%2010'%20fill='currentColor'%20overflow='hidden'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0'%20y='0'%20width='10'%20height='10'%20rx='2'%20ry='2'/%3e%3c/svg%3e", grip_lines_vertical_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", mcp_default = "data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eModelContextProtocol%3c/title%3e%3cpath%20d='M15.688%202.343a2.588%202.588%200%2000-3.61%200l-9.626%209.44a.863.863%200%2001-1.203%200%20.823.823%200%20010-1.18l9.626-9.44a4.313%204.313%200%20016.016%200%204.116%204.116%200%20011.204%203.54%204.3%204.3%200%20013.609%201.18l.05.05a4.115%204.115%200%20010%205.9l-8.706%208.537a.274.274%200%20000%20.393l1.788%201.754a.823.823%200%20010%201.18.863.863%200%2001-1.203%200l-1.788-1.753a1.92%201.92%200%20010-2.754l8.706-8.538a2.47%202.47%200%20000-3.54l-.05-.049a2.588%202.588%200%2000-3.607-.003l-7.172%207.034-.002.002-.098.097a.863.863%200%2001-1.204%200%20.823.823%200%20010-1.18l7.273-7.133a2.47%202.47%200%2000-.003-3.537z'%3e%3c/path%3e%3cpath%20d='M14.485%204.703a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a4.115%204.115%200%20000%205.9%204.314%204.314%200%20006.016%200l7.12-6.982a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a2.588%202.588%200%2001-3.61%200%202.47%202.47%200%20010-3.54l7.12-6.982z'%3e%3c/path%3e%3c/svg%3e", node_dirty_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e", node_ellipsis_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e", node_execution_error_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e", node_pin_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e", node_play_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e", node_power_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e", node_success_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e", node_trash_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e", node_validation_error_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0506%202.38452C10.9161%200.882058%2013.0845%200.882058%2013.95%202.38452L23.3065%2018.6267C24.1706%2020.1267%2023.0883%2021.9997%2021.3572%2021.9998H2.6424C0.911559%2021.9994%20-0.170877%2020.1266%200.693176%2018.6267L10.0506%202.38452ZM11.9998%2015.9998C11.1715%2015.9999%2010.4999%2016.6715%2010.4998%2017.4998C10.4998%2018.3281%2011.1715%2018.9997%2011.9998%2018.9998C12.8282%2018.9998%2013.4998%2018.3282%2013.4998%2017.4998C13.4997%2016.6714%2012.8282%2015.9998%2011.9998%2015.9998ZM11.9998%207.49976C11.1715%207.49986%2010.4999%208.17148%2010.4998%208.99976V12.4998C10.4998%2013.3281%2011.1715%2013.9997%2011.9998%2013.9998C12.8282%2013.9998%2013.4998%2013.3282%2013.4998%2012.4998V8.99976C13.4997%208.17142%2012.8282%207.49976%2011.9998%207.49976Z'%20fill='currentColor'/%3e%3c/svg%3e", pop_out_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e", retry_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e", run_once_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e", schema_default = "data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e", spinner_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", status_canceled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e", status_completed_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e", status_error_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e", status_new_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e", status_unknown_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e", status_waiting_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e", status_warning_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e", text_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e", toolbox_default = "data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", triangle_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e", vector_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e", _hoisted_1$207 = {
|
|
5544
|
+
}), anthropic_default = "data:image/svg+xml,%3csvg%20version='1.1'%20id='Layer_1'%20xmlns:x='ns_extend;'%20xmlns:i='ns_ai;'%20xmlns:graph='ns_graphs;'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2092.2%2065'%20style='enable-background:new%200%200%2092.2%2065;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23181818;}%20%3c/style%3e%3cmetadata%3e%3csfw%20xmlns='ns_sfw;'%3e%3cslices%3e%3c/slices%3e%3csliceSourceBounds%20bottomLeftOrigin='true'%20height='65'%20width='92.2'%20x='-43.7'%20y='-98'%3e%3c/sliceSourceBounds%3e%3c/sfw%3e%3c/metadata%3e%3cpath%20class='st0'%20d='M66.5,0H52.4l25.7,65h14.1L66.5,0z%20M25.7,0L0,65h14.4l5.3-13.6h26.9L51.8,65h14.4L40.5,0C40.5,0,25.7,0,25.7,0z%20M24.3,39.3l8.8-22.8l8.8,22.8H24.3z'%3e%3c/path%3e%3c/svg%3e", binary_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e", bolt_filled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e", continue_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e", empty_output_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e", filled_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2010%2010'%20fill='currentColor'%20overflow='hidden'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0'%20y='0'%20width='10'%20height='10'%20rx='2'%20ry='2'/%3e%3c/svg%3e", grip_lines_vertical_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", lovable_default = "data:image/svg+xml,%3csvg%20width='121'%20height='122'%20viewBox='0%200%20121%20122'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_572_319'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='121'%20height='122'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M36.0687%200C55.9888%200%2072.1373%2016.1551%2072.1373%2036.0835V49.7975H84.141C104.061%2049.7975%20120.21%2065.9526%20120.21%2085.8809C120.21%20105.809%20104.061%20121.964%2084.141%20121.964H0V36.0835C0%2016.1551%2016.1485%200%2036.0687%200Z'%20fill='url(%23paint0_linear_572_319)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_572_319)'%3e%3cg%20filter='url(%23filter0_f_572_319)'%3e%3cellipse%20cx='52.7381'%20cy='65.1011'%20rx='81.3729'%20ry='81.1923'%20fill='%234B73FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_572_319)'%3e%3cellipse%20cx='61.6734'%20cy='20.547'%20rx='104.216'%20ry='81.1923'%20fill='%23FF66F4'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_572_319)'%3e%3cellipse%20cx='78.6659'%20cy='5.26802'%20rx='81.3729'%20ry='71.3042'%20fill='%23FF0105'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_572_319)'%3e%3cellipse%20cx='63.121'%20cy='20.5275'%20rx='48.9374'%20ry='48.8288'%20fill='%23FE7B02'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_572_319'%20x='-65.0219'%20y='-52.4784'%20width='235.52'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_572_319'%20x='-78.9301'%20y='-97.0324'%20width='281.208'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_572_319'%20x='-39.0942'%20y='-102.423'%20width='235.52'%20height='215.383'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_572_319'%20x='-22.2036'%20y='-64.6884'%20width='170.649'%20height='170.432'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_572_319'%20x1='40.4527'%20y1='21.4331'%20x2='76.9327'%20y2='121.971'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.025'%20stop-color='%23FF8E63'/%3e%3cstop%20offset='0.56'%20stop-color='%23FF7EB0'/%3e%3cstop%20offset='0.95'%20stop-color='%234B73FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", mcp_default = "data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eModelContextProtocol%3c/title%3e%3cpath%20d='M15.688%202.343a2.588%202.588%200%2000-3.61%200l-9.626%209.44a.863.863%200%2001-1.203%200%20.823.823%200%20010-1.18l9.626-9.44a4.313%204.313%200%20016.016%200%204.116%204.116%200%20011.204%203.54%204.3%204.3%200%20013.609%201.18l.05.05a4.115%204.115%200%20010%205.9l-8.706%208.537a.274.274%200%20000%20.393l1.788%201.754a.823.823%200%20010%201.18.863.863%200%2001-1.203%200l-1.788-1.753a1.92%201.92%200%20010-2.754l8.706-8.538a2.47%202.47%200%20000-3.54l-.05-.049a2.588%202.588%200%2000-3.607-.003l-7.172%207.034-.002.002-.098.097a.863.863%200%2001-1.204%200%20.823.823%200%20010-1.18l7.273-7.133a2.47%202.47%200%2000-.003-3.537z'%3e%3c/path%3e%3cpath%20d='M14.485%204.703a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a4.115%204.115%200%20000%205.9%204.314%204.314%200%20006.016%200l7.12-6.982a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a2.588%202.588%200%2001-3.61%200%202.47%202.47%200%20010-3.54l7.12-6.982z'%3e%3c/path%3e%3c/svg%3e", node_dirty_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e", node_ellipsis_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e", node_execution_error_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e", node_pin_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e", node_play_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e", node_power_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e", node_success_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e", node_trash_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e", node_validation_error_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0506%202.38452C10.9161%200.882058%2013.0845%200.882058%2013.95%202.38452L23.3065%2018.6267C24.1706%2020.1267%2023.0883%2021.9997%2021.3572%2021.9998H2.6424C0.911559%2021.9994%20-0.170877%2020.1266%200.693176%2018.6267L10.0506%202.38452ZM11.9998%2015.9998C11.1715%2015.9999%2010.4999%2016.6715%2010.4998%2017.4998C10.4998%2018.3281%2011.1715%2018.9997%2011.9998%2018.9998C12.8282%2018.9998%2013.4998%2018.3282%2013.4998%2017.4998C13.4997%2016.6714%2012.8282%2015.9998%2011.9998%2015.9998ZM11.9998%207.49976C11.1715%207.49986%2010.4999%208.17148%2010.4998%208.99976V12.4998C10.4998%2013.3281%2011.1715%2013.9997%2011.9998%2013.9998C12.8282%2013.9998%2013.4998%2013.3282%2013.4998%2012.4998V8.99976C13.4997%208.17142%2012.8282%207.49976%2011.9998%207.49976Z'%20fill='currentColor'/%3e%3c/svg%3e", pop_out_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e", retry_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e", run_once_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e", schema_default = "data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e", spinner_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", status_canceled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e", status_completed_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e", status_error_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e", status_new_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e", status_unknown_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e", status_waiting_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e", status_warning_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e", text_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e", toolbox_default = "data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", triangle_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e", vector_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e", _hoisted_1$209 = {
|
|
5544
5545
|
viewBox: "0 0 24 24",
|
|
5545
5546
|
width: "1.2em",
|
|
5546
5547
|
height: "1.2em"
|
|
5547
5548
|
};
|
|
5548
|
-
function render$
|
|
5549
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5549
|
+
function render$189(e, t) {
|
|
5550
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$209, t[0] ||= [createBaseVNode("path", {
|
|
5550
5551
|
fill: "none",
|
|
5551
5552
|
stroke: "currentColor",
|
|
5552
5553
|
"stroke-linecap": "round",
|
|
@@ -5557,14 +5558,14 @@ function render$187(e, t) {
|
|
|
5557
5558
|
}
|
|
5558
5559
|
var align_right_default = {
|
|
5559
5560
|
name: "lucide-align-right",
|
|
5560
|
-
render: render$
|
|
5561
|
-
}, _hoisted_1$
|
|
5561
|
+
render: render$189
|
|
5562
|
+
}, _hoisted_1$208 = {
|
|
5562
5563
|
viewBox: "0 0 24 24",
|
|
5563
5564
|
width: "1.2em",
|
|
5564
5565
|
height: "1.2em"
|
|
5565
5566
|
};
|
|
5566
|
-
function render$
|
|
5567
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5567
|
+
function render$188(e, t) {
|
|
5568
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$208, t[0] ||= [createBaseVNode("g", {
|
|
5568
5569
|
fill: "none",
|
|
5569
5570
|
stroke: "currentColor",
|
|
5570
5571
|
"stroke-linecap": "round",
|
|
@@ -5580,14 +5581,14 @@ function render$186(e, t) {
|
|
|
5580
5581
|
}
|
|
5581
5582
|
var archive_default = {
|
|
5582
5583
|
name: "lucide-archive",
|
|
5583
|
-
render: render$
|
|
5584
|
-
}, _hoisted_1$
|
|
5584
|
+
render: render$188
|
|
5585
|
+
}, _hoisted_1$207 = {
|
|
5585
5586
|
viewBox: "0 0 24 24",
|
|
5586
5587
|
width: "1.2em",
|
|
5587
5588
|
height: "1.2em"
|
|
5588
5589
|
};
|
|
5589
|
-
function render$
|
|
5590
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5590
|
+
function render$187(e, t) {
|
|
5591
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$207, t[0] ||= [createBaseVNode("g", {
|
|
5591
5592
|
fill: "none",
|
|
5592
5593
|
stroke: "currentColor",
|
|
5593
5594
|
"stroke-linecap": "round",
|
|
@@ -5603,14 +5604,14 @@ function render$185(e, t) {
|
|
|
5603
5604
|
}
|
|
5604
5605
|
var archive_restore_default = {
|
|
5605
5606
|
name: "lucide-archive-restore",
|
|
5606
|
-
render: render$
|
|
5607
|
-
}, _hoisted_1$
|
|
5607
|
+
render: render$187
|
|
5608
|
+
}, _hoisted_1$206 = {
|
|
5608
5609
|
viewBox: "0 0 24 24",
|
|
5609
5610
|
width: "1.2em",
|
|
5610
5611
|
height: "1.2em"
|
|
5611
5612
|
};
|
|
5612
|
-
function render$
|
|
5613
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5613
|
+
function render$186(e, t) {
|
|
5614
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$206, t[0] ||= [createBaseVNode("path", {
|
|
5614
5615
|
fill: "none",
|
|
5615
5616
|
stroke: "currentColor",
|
|
5616
5617
|
"stroke-linecap": "round",
|
|
@@ -5621,14 +5622,14 @@ function render$184(e, t) {
|
|
|
5621
5622
|
}
|
|
5622
5623
|
var arrow_down_default$1 = {
|
|
5623
5624
|
name: "lucide-arrow-down",
|
|
5624
|
-
render: render$
|
|
5625
|
-
}, _hoisted_1$
|
|
5625
|
+
render: render$186
|
|
5626
|
+
}, _hoisted_1$205 = {
|
|
5626
5627
|
viewBox: "0 0 24 24",
|
|
5627
5628
|
width: "1.2em",
|
|
5628
5629
|
height: "1.2em"
|
|
5629
5630
|
};
|
|
5630
|
-
function render$
|
|
5631
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5631
|
+
function render$185(e, t) {
|
|
5632
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$205, t[0] ||= [createBaseVNode("path", {
|
|
5632
5633
|
fill: "none",
|
|
5633
5634
|
stroke: "currentColor",
|
|
5634
5635
|
"stroke-linecap": "round",
|
|
@@ -5639,14 +5640,14 @@ function render$183(e, t) {
|
|
|
5639
5640
|
}
|
|
5640
5641
|
var arrow_left_default$1 = {
|
|
5641
5642
|
name: "lucide-arrow-left",
|
|
5642
|
-
render: render$
|
|
5643
|
-
}, _hoisted_1$
|
|
5643
|
+
render: render$185
|
|
5644
|
+
}, _hoisted_1$204 = {
|
|
5644
5645
|
viewBox: "0 0 24 24",
|
|
5645
5646
|
width: "1.2em",
|
|
5646
5647
|
height: "1.2em"
|
|
5647
5648
|
};
|
|
5648
|
-
function render$
|
|
5649
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5649
|
+
function render$184(e, t) {
|
|
5650
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$204, t[0] ||= [createBaseVNode("path", {
|
|
5650
5651
|
fill: "none",
|
|
5651
5652
|
stroke: "currentColor",
|
|
5652
5653
|
"stroke-linecap": "round",
|
|
@@ -5657,14 +5658,14 @@ function render$182(e, t) {
|
|
|
5657
5658
|
}
|
|
5658
5659
|
var arrow_left_right_default = {
|
|
5659
5660
|
name: "lucide-arrow-left-right",
|
|
5660
|
-
render: render$
|
|
5661
|
-
}, _hoisted_1$
|
|
5661
|
+
render: render$184
|
|
5662
|
+
}, _hoisted_1$203 = {
|
|
5662
5663
|
viewBox: "0 0 24 24",
|
|
5663
5664
|
width: "1.2em",
|
|
5664
5665
|
height: "1.2em"
|
|
5665
5666
|
};
|
|
5666
|
-
function render$
|
|
5667
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5667
|
+
function render$183(e, t) {
|
|
5668
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$203, t[0] ||= [createBaseVNode("path", {
|
|
5668
5669
|
fill: "none",
|
|
5669
5670
|
stroke: "currentColor",
|
|
5670
5671
|
"stroke-linecap": "round",
|
|
@@ -5675,14 +5676,14 @@ function render$181(e, t) {
|
|
|
5675
5676
|
}
|
|
5676
5677
|
var arrow_right_default$1 = {
|
|
5677
5678
|
name: "lucide-arrow-right",
|
|
5678
|
-
render: render$
|
|
5679
|
-
}, _hoisted_1$
|
|
5679
|
+
render: render$183
|
|
5680
|
+
}, _hoisted_1$202 = {
|
|
5680
5681
|
viewBox: "0 0 24 24",
|
|
5681
5682
|
width: "1.2em",
|
|
5682
5683
|
height: "1.2em"
|
|
5683
5684
|
};
|
|
5684
|
-
function render$
|
|
5685
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5685
|
+
function render$182(e, t) {
|
|
5686
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$202, t[0] ||= [createBaseVNode("path", {
|
|
5686
5687
|
fill: "none",
|
|
5687
5688
|
stroke: "currentColor",
|
|
5688
5689
|
"stroke-linecap": "round",
|
|
@@ -5693,14 +5694,14 @@ function render$180(e, t) {
|
|
|
5693
5694
|
}
|
|
5694
5695
|
var arrow_right_from_line_default = {
|
|
5695
5696
|
name: "lucide-arrow-right-from-line",
|
|
5696
|
-
render: render$
|
|
5697
|
-
}, _hoisted_1$
|
|
5697
|
+
render: render$182
|
|
5698
|
+
}, _hoisted_1$201 = {
|
|
5698
5699
|
viewBox: "0 0 24 24",
|
|
5699
5700
|
width: "1.2em",
|
|
5700
5701
|
height: "1.2em"
|
|
5701
5702
|
};
|
|
5702
|
-
function render$
|
|
5703
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5703
|
+
function render$181(e, t) {
|
|
5704
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$201, t[0] ||= [createBaseVNode("path", {
|
|
5704
5705
|
fill: "none",
|
|
5705
5706
|
stroke: "currentColor",
|
|
5706
5707
|
"stroke-linecap": "round",
|
|
@@ -5711,14 +5712,14 @@ function render$179(e, t) {
|
|
|
5711
5712
|
}
|
|
5712
5713
|
var arrow_right_to_line_default = {
|
|
5713
5714
|
name: "lucide-arrow-right-to-line",
|
|
5714
|
-
render: render$
|
|
5715
|
-
}, _hoisted_1$
|
|
5715
|
+
render: render$181
|
|
5716
|
+
}, _hoisted_1$200 = {
|
|
5716
5717
|
viewBox: "0 0 24 24",
|
|
5717
5718
|
width: "1.2em",
|
|
5718
5719
|
height: "1.2em"
|
|
5719
5720
|
};
|
|
5720
|
-
function render$
|
|
5721
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5721
|
+
function render$180(e, t) {
|
|
5722
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$200, t[0] ||= [createBaseVNode("path", {
|
|
5722
5723
|
fill: "none",
|
|
5723
5724
|
stroke: "currentColor",
|
|
5724
5725
|
"stroke-linecap": "round",
|
|
@@ -5729,14 +5730,14 @@ function render$178(e, t) {
|
|
|
5729
5730
|
}
|
|
5730
5731
|
var arrow_up_default = {
|
|
5731
5732
|
name: "lucide-arrow-up",
|
|
5732
|
-
render: render$
|
|
5733
|
-
}, _hoisted_1$
|
|
5733
|
+
render: render$180
|
|
5734
|
+
}, _hoisted_1$199 = {
|
|
5734
5735
|
viewBox: "0 0 24 24",
|
|
5735
5736
|
width: "1.2em",
|
|
5736
5737
|
height: "1.2em"
|
|
5737
5738
|
};
|
|
5738
|
-
function render$
|
|
5739
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5739
|
+
function render$179(e, t) {
|
|
5740
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$199, t[0] ||= [createBaseVNode("g", {
|
|
5740
5741
|
fill: "none",
|
|
5741
5742
|
stroke: "currentColor",
|
|
5742
5743
|
"stroke-linecap": "round",
|
|
@@ -5750,14 +5751,14 @@ function render$177(e, t) {
|
|
|
5750
5751
|
}
|
|
5751
5752
|
var at_sign_default = {
|
|
5752
5753
|
name: "lucide-at-sign",
|
|
5753
|
-
render: render$
|
|
5754
|
-
}, _hoisted_1$
|
|
5754
|
+
render: render$179
|
|
5755
|
+
}, _hoisted_1$198 = {
|
|
5755
5756
|
viewBox: "0 0 24 24",
|
|
5756
5757
|
width: "1.2em",
|
|
5757
5758
|
height: "1.2em"
|
|
5758
5759
|
};
|
|
5759
|
-
function render$
|
|
5760
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5760
|
+
function render$178(e, t) {
|
|
5761
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$198, t[0] ||= [createBaseVNode("g", {
|
|
5761
5762
|
fill: "none",
|
|
5762
5763
|
stroke: "currentColor",
|
|
5763
5764
|
"stroke-linecap": "round",
|
|
@@ -5771,14 +5772,14 @@ function render$176(e, t) {
|
|
|
5771
5772
|
}
|
|
5772
5773
|
var ban_default = {
|
|
5773
5774
|
name: "lucide-ban",
|
|
5774
|
-
render: render$
|
|
5775
|
-
}, _hoisted_1$
|
|
5775
|
+
render: render$178
|
|
5776
|
+
}, _hoisted_1$197 = {
|
|
5776
5777
|
viewBox: "0 0 24 24",
|
|
5777
5778
|
width: "1.2em",
|
|
5778
5779
|
height: "1.2em"
|
|
5779
5780
|
};
|
|
5780
|
-
function render$
|
|
5781
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5781
|
+
function render$177(e, t) {
|
|
5782
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$197, t[0] ||= [createBaseVNode("path", {
|
|
5782
5783
|
fill: "none",
|
|
5783
5784
|
stroke: "currentColor",
|
|
5784
5785
|
"stroke-linecap": "round",
|
|
@@ -5789,14 +5790,14 @@ function render$175(e, t) {
|
|
|
5789
5790
|
}
|
|
5790
5791
|
var bell_default = {
|
|
5791
5792
|
name: "lucide-bell",
|
|
5792
|
-
render: render$
|
|
5793
|
-
}, _hoisted_1$
|
|
5793
|
+
render: render$177
|
|
5794
|
+
}, _hoisted_1$196 = {
|
|
5794
5795
|
viewBox: "0 0 24 24",
|
|
5795
5796
|
width: "1.2em",
|
|
5796
5797
|
height: "1.2em"
|
|
5797
5798
|
};
|
|
5798
|
-
function render$
|
|
5799
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5799
|
+
function render$176(e, t) {
|
|
5800
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$196, t[0] ||= [createBaseVNode("path", {
|
|
5800
5801
|
fill: "none",
|
|
5801
5802
|
stroke: "currentColor",
|
|
5802
5803
|
"stroke-linecap": "round",
|
|
@@ -5807,14 +5808,14 @@ function render$174(e, t) {
|
|
|
5807
5808
|
}
|
|
5808
5809
|
var book_default = {
|
|
5809
5810
|
name: "lucide-book",
|
|
5810
|
-
render: render$
|
|
5811
|
-
}, _hoisted_1$
|
|
5811
|
+
render: render$176
|
|
5812
|
+
}, _hoisted_1$195 = {
|
|
5812
5813
|
viewBox: "0 0 24 24",
|
|
5813
5814
|
width: "1.2em",
|
|
5814
5815
|
height: "1.2em"
|
|
5815
5816
|
};
|
|
5816
|
-
function render$
|
|
5817
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5817
|
+
function render$175(e, t) {
|
|
5818
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$195, t[0] ||= [createBaseVNode("path", {
|
|
5818
5819
|
fill: "none",
|
|
5819
5820
|
stroke: "currentColor",
|
|
5820
5821
|
"stroke-linecap": "round",
|
|
@@ -5825,14 +5826,14 @@ function render$173(e, t) {
|
|
|
5825
5826
|
}
|
|
5826
5827
|
var book_open_default = {
|
|
5827
5828
|
name: "lucide-book-open",
|
|
5828
|
-
render: render$
|
|
5829
|
-
}, _hoisted_1$
|
|
5829
|
+
render: render$175
|
|
5830
|
+
}, _hoisted_1$194 = {
|
|
5830
5831
|
viewBox: "0 0 24 24",
|
|
5831
5832
|
width: "1.2em",
|
|
5832
5833
|
height: "1.2em"
|
|
5833
5834
|
};
|
|
5834
|
-
function render$
|
|
5835
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5835
|
+
function render$174(e, t) {
|
|
5836
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$194, t[0] ||= [createBaseVNode("g", {
|
|
5836
5837
|
fill: "none",
|
|
5837
5838
|
stroke: "currentColor",
|
|
5838
5839
|
"stroke-linecap": "round",
|
|
@@ -5852,14 +5853,14 @@ function render$172(e, t) {
|
|
|
5852
5853
|
}
|
|
5853
5854
|
var bot_default = {
|
|
5854
5855
|
name: "lucide-bot",
|
|
5855
|
-
render: render$
|
|
5856
|
-
}, _hoisted_1$
|
|
5856
|
+
render: render$174
|
|
5857
|
+
}, _hoisted_1$193 = {
|
|
5857
5858
|
viewBox: "0 0 24 24",
|
|
5858
5859
|
width: "1.2em",
|
|
5859
5860
|
height: "1.2em"
|
|
5860
5861
|
};
|
|
5861
|
-
function render$
|
|
5862
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5862
|
+
function render$173(e, t) {
|
|
5863
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$193, t[0] ||= [createBaseVNode("g", {
|
|
5863
5864
|
fill: "none",
|
|
5864
5865
|
stroke: "currentColor",
|
|
5865
5866
|
"stroke-linecap": "round",
|
|
@@ -5869,14 +5870,14 @@ function render$171(e, t) {
|
|
|
5869
5870
|
}
|
|
5870
5871
|
var box_default = {
|
|
5871
5872
|
name: "lucide-box",
|
|
5872
|
-
render: render$
|
|
5873
|
-
}, _hoisted_1$
|
|
5873
|
+
render: render$173
|
|
5874
|
+
}, _hoisted_1$192 = {
|
|
5874
5875
|
viewBox: "0 0 24 24",
|
|
5875
5876
|
width: "1.2em",
|
|
5876
5877
|
height: "1.2em"
|
|
5877
5878
|
};
|
|
5878
|
-
function render$
|
|
5879
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5879
|
+
function render$172(e, t) {
|
|
5880
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$192, t[0] ||= [createBaseVNode("path", {
|
|
5880
5881
|
fill: "none",
|
|
5881
5882
|
stroke: "currentColor",
|
|
5882
5883
|
"stroke-linecap": "round",
|
|
@@ -5887,14 +5888,14 @@ function render$170(e, t) {
|
|
|
5887
5888
|
}
|
|
5888
5889
|
var braces_default = {
|
|
5889
5890
|
name: "lucide-braces",
|
|
5890
|
-
render: render$
|
|
5891
|
-
}, _hoisted_1$
|
|
5891
|
+
render: render$172
|
|
5892
|
+
}, _hoisted_1$191 = {
|
|
5892
5893
|
viewBox: "0 0 24 24",
|
|
5893
5894
|
width: "1.2em",
|
|
5894
5895
|
height: "1.2em"
|
|
5895
5896
|
};
|
|
5896
|
-
function render$
|
|
5897
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5897
|
+
function render$171(e, t) {
|
|
5898
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$191, t[0] ||= [createBaseVNode("g", {
|
|
5898
5899
|
fill: "none",
|
|
5899
5900
|
stroke: "currentColor",
|
|
5900
5901
|
"stroke-linecap": "round",
|
|
@@ -5908,14 +5909,14 @@ function render$169(e, t) {
|
|
|
5908
5909
|
}
|
|
5909
5910
|
var brain_default = {
|
|
5910
5911
|
name: "lucide-brain",
|
|
5911
|
-
render: render$
|
|
5912
|
-
}, _hoisted_1$
|
|
5912
|
+
render: render$171
|
|
5913
|
+
}, _hoisted_1$190 = {
|
|
5913
5914
|
viewBox: "0 0 24 24",
|
|
5914
5915
|
width: "1.2em",
|
|
5915
5916
|
height: "1.2em"
|
|
5916
5917
|
};
|
|
5917
|
-
function render$
|
|
5918
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5918
|
+
function render$170(e, t) {
|
|
5919
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$190, t[0] ||= [createBaseVNode("g", {
|
|
5919
5920
|
fill: "none",
|
|
5920
5921
|
stroke: "currentColor",
|
|
5921
5922
|
"stroke-linecap": "round",
|
|
@@ -5929,14 +5930,14 @@ function render$168(e, t) {
|
|
|
5929
5930
|
}
|
|
5930
5931
|
var bug_default = {
|
|
5931
5932
|
name: "lucide-bug",
|
|
5932
|
-
render: render$
|
|
5933
|
-
}, _hoisted_1$
|
|
5933
|
+
render: render$170
|
|
5934
|
+
}, _hoisted_1$189 = {
|
|
5934
5935
|
viewBox: "0 0 24 24",
|
|
5935
5936
|
width: "1.2em",
|
|
5936
5937
|
height: "1.2em"
|
|
5937
5938
|
};
|
|
5938
|
-
function render$
|
|
5939
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5939
|
+
function render$169(e, t) {
|
|
5940
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$189, t[0] ||= [createBaseVNode("g", {
|
|
5940
5941
|
fill: "none",
|
|
5941
5942
|
stroke: "currentColor",
|
|
5942
5943
|
"stroke-linecap": "round",
|
|
@@ -5952,15 +5953,15 @@ function render$167(e, t) {
|
|
|
5952
5953
|
}
|
|
5953
5954
|
var calculator_default = {
|
|
5954
5955
|
name: "lucide-calculator",
|
|
5955
|
-
render: render$
|
|
5956
|
-
}, _hoisted_1$
|
|
5956
|
+
render: render$169
|
|
5957
|
+
}, _hoisted_1$188 = {
|
|
5957
5958
|
viewBox: "0 0 24 24",
|
|
5958
5959
|
width: "1.2em",
|
|
5959
5960
|
height: "1.2em"
|
|
5960
5961
|
};
|
|
5961
|
-
function render$
|
|
5962
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5963
|
-
fill: "none",
|
|
5962
|
+
function render$168(e, t) {
|
|
5963
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$188, t[0] ||= [createBaseVNode("g", {
|
|
5964
|
+
fill: "none",
|
|
5964
5965
|
stroke: "currentColor",
|
|
5965
5966
|
"stroke-linecap": "round",
|
|
5966
5967
|
"stroke-linejoin": "round",
|
|
@@ -5979,14 +5980,14 @@ function render$166(e, t) {
|
|
|
5979
5980
|
}
|
|
5980
5981
|
var calendar_default = {
|
|
5981
5982
|
name: "lucide-calendar",
|
|
5982
|
-
render: render$
|
|
5983
|
-
}, _hoisted_1$
|
|
5983
|
+
render: render$168
|
|
5984
|
+
}, _hoisted_1$187 = {
|
|
5984
5985
|
viewBox: "0 0 24 24",
|
|
5985
5986
|
width: "1.2em",
|
|
5986
5987
|
height: "1.2em"
|
|
5987
5988
|
};
|
|
5988
|
-
function render$
|
|
5989
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5989
|
+
function render$167(e, t) {
|
|
5990
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$187, t[0] ||= [createBaseVNode("path", {
|
|
5990
5991
|
fill: "none",
|
|
5991
5992
|
stroke: "currentColor",
|
|
5992
5993
|
"stroke-linecap": "round",
|
|
@@ -5997,14 +5998,14 @@ function render$165(e, t) {
|
|
|
5997
5998
|
}
|
|
5998
5999
|
var case_upper_default = {
|
|
5999
6000
|
name: "lucide-case-upper",
|
|
6000
|
-
render: render$
|
|
6001
|
-
}, _hoisted_1$
|
|
6001
|
+
render: render$167
|
|
6002
|
+
}, _hoisted_1$186 = {
|
|
6002
6003
|
viewBox: "0 0 24 24",
|
|
6003
6004
|
width: "1.2em",
|
|
6004
6005
|
height: "1.2em"
|
|
6005
6006
|
};
|
|
6006
|
-
function render$
|
|
6007
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6007
|
+
function render$166(e, t) {
|
|
6008
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$186, t[0] ||= [createBaseVNode("path", {
|
|
6008
6009
|
fill: "none",
|
|
6009
6010
|
stroke: "currentColor",
|
|
6010
6011
|
"stroke-linecap": "round",
|
|
@@ -6015,14 +6016,14 @@ function render$164(e, t) {
|
|
|
6015
6016
|
}
|
|
6016
6017
|
var chart_column_decreasing_default = {
|
|
6017
6018
|
name: "lucide-chart-column-decreasing",
|
|
6018
|
-
render: render$
|
|
6019
|
-
}, _hoisted_1$
|
|
6019
|
+
render: render$166
|
|
6020
|
+
}, _hoisted_1$185 = {
|
|
6020
6021
|
viewBox: "0 0 24 24",
|
|
6021
6022
|
width: "1.2em",
|
|
6022
6023
|
height: "1.2em"
|
|
6023
6024
|
};
|
|
6024
|
-
function render$
|
|
6025
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6025
|
+
function render$165(e, t) {
|
|
6026
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$185, t[0] ||= [createBaseVNode("path", {
|
|
6026
6027
|
fill: "none",
|
|
6027
6028
|
stroke: "currentColor",
|
|
6028
6029
|
"stroke-linecap": "round",
|
|
@@ -6033,14 +6034,14 @@ function render$163(e, t) {
|
|
|
6033
6034
|
}
|
|
6034
6035
|
var check_default = {
|
|
6035
6036
|
name: "lucide-check",
|
|
6036
|
-
render: render$
|
|
6037
|
-
}, _hoisted_1$
|
|
6037
|
+
render: render$165
|
|
6038
|
+
}, _hoisted_1$184 = {
|
|
6038
6039
|
viewBox: "0 0 24 24",
|
|
6039
6040
|
width: "1.2em",
|
|
6040
6041
|
height: "1.2em"
|
|
6041
6042
|
};
|
|
6042
|
-
function render$
|
|
6043
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6043
|
+
function render$164(e, t) {
|
|
6044
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$184, t[0] ||= [createBaseVNode("path", {
|
|
6044
6045
|
fill: "none",
|
|
6045
6046
|
stroke: "currentColor",
|
|
6046
6047
|
"stroke-linecap": "round",
|
|
@@ -6051,14 +6052,14 @@ function render$162(e, t) {
|
|
|
6051
6052
|
}
|
|
6052
6053
|
var check_check_default = {
|
|
6053
6054
|
name: "lucide-check-check",
|
|
6054
|
-
render: render$
|
|
6055
|
-
}, _hoisted_1$
|
|
6055
|
+
render: render$164
|
|
6056
|
+
}, _hoisted_1$183 = {
|
|
6056
6057
|
viewBox: "0 0 24 24",
|
|
6057
6058
|
width: "1.2em",
|
|
6058
6059
|
height: "1.2em"
|
|
6059
6060
|
};
|
|
6060
|
-
function render$
|
|
6061
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6061
|
+
function render$163(e, t) {
|
|
6062
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$183, t[0] ||= [createBaseVNode("path", {
|
|
6062
6063
|
fill: "none",
|
|
6063
6064
|
stroke: "currentColor",
|
|
6064
6065
|
"stroke-linecap": "round",
|
|
@@ -6069,14 +6070,14 @@ function render$161(e, t) {
|
|
|
6069
6070
|
}
|
|
6070
6071
|
var chevron_down_default$1 = {
|
|
6071
6072
|
name: "lucide-chevron-down",
|
|
6072
|
-
render: render$
|
|
6073
|
-
}, _hoisted_1$
|
|
6073
|
+
render: render$163
|
|
6074
|
+
}, _hoisted_1$182 = {
|
|
6074
6075
|
viewBox: "0 0 24 24",
|
|
6075
6076
|
width: "1.2em",
|
|
6076
6077
|
height: "1.2em"
|
|
6077
6078
|
};
|
|
6078
|
-
function render$
|
|
6079
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6079
|
+
function render$162(e, t) {
|
|
6080
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$182, t[0] ||= [createBaseVNode("path", {
|
|
6080
6081
|
fill: "none",
|
|
6081
6082
|
stroke: "currentColor",
|
|
6082
6083
|
"stroke-linecap": "round",
|
|
@@ -6087,14 +6088,14 @@ function render$160(e, t) {
|
|
|
6087
6088
|
}
|
|
6088
6089
|
var chevron_left_default = {
|
|
6089
6090
|
name: "lucide-chevron-left",
|
|
6090
|
-
render: render$
|
|
6091
|
-
}, _hoisted_1$
|
|
6091
|
+
render: render$162
|
|
6092
|
+
}, _hoisted_1$181 = {
|
|
6092
6093
|
viewBox: "0 0 24 24",
|
|
6093
6094
|
width: "1.2em",
|
|
6094
6095
|
height: "1.2em"
|
|
6095
6096
|
};
|
|
6096
|
-
function render$
|
|
6097
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6097
|
+
function render$161(e, t) {
|
|
6098
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$181, t[0] ||= [createBaseVNode("path", {
|
|
6098
6099
|
fill: "none",
|
|
6099
6100
|
stroke: "currentColor",
|
|
6100
6101
|
"stroke-linecap": "round",
|
|
@@ -6105,14 +6106,14 @@ function render$159(e, t) {
|
|
|
6105
6106
|
}
|
|
6106
6107
|
var chevron_right_default = {
|
|
6107
6108
|
name: "lucide-chevron-right",
|
|
6108
|
-
render: render$
|
|
6109
|
-
}, _hoisted_1$
|
|
6109
|
+
render: render$161
|
|
6110
|
+
}, _hoisted_1$180 = {
|
|
6110
6111
|
viewBox: "0 0 24 24",
|
|
6111
6112
|
width: "1.2em",
|
|
6112
6113
|
height: "1.2em"
|
|
6113
6114
|
};
|
|
6114
|
-
function render$
|
|
6115
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6115
|
+
function render$160(e, t) {
|
|
6116
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$180, t[0] ||= [createBaseVNode("path", {
|
|
6116
6117
|
fill: "none",
|
|
6117
6118
|
stroke: "currentColor",
|
|
6118
6119
|
"stroke-linecap": "round",
|
|
@@ -6123,14 +6124,14 @@ function render$158(e, t) {
|
|
|
6123
6124
|
}
|
|
6124
6125
|
var chevron_up_default = {
|
|
6125
6126
|
name: "lucide-chevron-up",
|
|
6126
|
-
render: render$
|
|
6127
|
-
}, _hoisted_1$
|
|
6127
|
+
render: render$160
|
|
6128
|
+
}, _hoisted_1$179 = {
|
|
6128
6129
|
viewBox: "0 0 24 24",
|
|
6129
6130
|
width: "1.2em",
|
|
6130
6131
|
height: "1.2em"
|
|
6131
6132
|
};
|
|
6132
|
-
function render$
|
|
6133
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6133
|
+
function render$159(e, t) {
|
|
6134
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$179, t[0] ||= [createBaseVNode("path", {
|
|
6134
6135
|
fill: "none",
|
|
6135
6136
|
stroke: "currentColor",
|
|
6136
6137
|
"stroke-linecap": "round",
|
|
@@ -6141,14 +6142,14 @@ function render$157(e, t) {
|
|
|
6141
6142
|
}
|
|
6142
6143
|
var chevrons_down_up_default = {
|
|
6143
6144
|
name: "lucide-chevrons-down-up",
|
|
6144
|
-
render: render$
|
|
6145
|
-
}, _hoisted_1$
|
|
6145
|
+
render: render$159
|
|
6146
|
+
}, _hoisted_1$178 = {
|
|
6146
6147
|
viewBox: "0 0 24 24",
|
|
6147
6148
|
width: "1.2em",
|
|
6148
6149
|
height: "1.2em"
|
|
6149
6150
|
};
|
|
6150
|
-
function render$
|
|
6151
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6151
|
+
function render$158(e, t) {
|
|
6152
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$178, t[0] ||= [createBaseVNode("path", {
|
|
6152
6153
|
fill: "none",
|
|
6153
6154
|
stroke: "currentColor",
|
|
6154
6155
|
"stroke-linecap": "round",
|
|
@@ -6159,14 +6160,14 @@ function render$156(e, t) {
|
|
|
6159
6160
|
}
|
|
6160
6161
|
var chevrons_left_default = {
|
|
6161
6162
|
name: "lucide-chevrons-left",
|
|
6162
|
-
render: render$
|
|
6163
|
-
}, _hoisted_1$
|
|
6163
|
+
render: render$158
|
|
6164
|
+
}, _hoisted_1$177 = {
|
|
6164
6165
|
viewBox: "0 0 24 24",
|
|
6165
6166
|
width: "1.2em",
|
|
6166
6167
|
height: "1.2em"
|
|
6167
6168
|
};
|
|
6168
|
-
function render$
|
|
6169
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6169
|
+
function render$157(e, t) {
|
|
6170
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$177, t[0] ||= [createBaseVNode("path", {
|
|
6170
6171
|
fill: "none",
|
|
6171
6172
|
stroke: "currentColor",
|
|
6172
6173
|
"stroke-linecap": "round",
|
|
@@ -6177,14 +6178,14 @@ function render$155(e, t) {
|
|
|
6177
6178
|
}
|
|
6178
6179
|
var chevrons_up_down_default = {
|
|
6179
6180
|
name: "lucide-chevrons-up-down",
|
|
6180
|
-
render: render$
|
|
6181
|
-
}, _hoisted_1$
|
|
6181
|
+
render: render$157
|
|
6182
|
+
}, _hoisted_1$176 = {
|
|
6182
6183
|
viewBox: "0 0 24 24",
|
|
6183
6184
|
width: "1.2em",
|
|
6184
6185
|
height: "1.2em"
|
|
6185
6186
|
};
|
|
6186
|
-
function render$
|
|
6187
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6187
|
+
function render$156(e, t) {
|
|
6188
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$176, t[0] ||= [createBaseVNode("circle", {
|
|
6188
6189
|
cx: "12",
|
|
6189
6190
|
cy: "12",
|
|
6190
6191
|
r: "10",
|
|
@@ -6197,14 +6198,14 @@ function render$154(e, t) {
|
|
|
6197
6198
|
}
|
|
6198
6199
|
var circle_default = {
|
|
6199
6200
|
name: "lucide-circle",
|
|
6200
|
-
render: render$
|
|
6201
|
-
}, _hoisted_1$
|
|
6201
|
+
render: render$156
|
|
6202
|
+
}, _hoisted_1$175 = {
|
|
6202
6203
|
viewBox: "0 0 24 24",
|
|
6203
6204
|
width: "1.2em",
|
|
6204
6205
|
height: "1.2em"
|
|
6205
6206
|
};
|
|
6206
|
-
function render$
|
|
6207
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6207
|
+
function render$155(e, t) {
|
|
6208
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$175, t[0] ||= [createBaseVNode("g", {
|
|
6208
6209
|
fill: "none",
|
|
6209
6210
|
stroke: "currentColor",
|
|
6210
6211
|
"stroke-linecap": "round",
|
|
@@ -6218,14 +6219,14 @@ function render$153(e, t) {
|
|
|
6218
6219
|
}
|
|
6219
6220
|
var circle_alert_default = {
|
|
6220
6221
|
name: "lucide-circle-alert",
|
|
6221
|
-
render: render$
|
|
6222
|
-
}, _hoisted_1$
|
|
6222
|
+
render: render$155
|
|
6223
|
+
}, _hoisted_1$174 = {
|
|
6223
6224
|
viewBox: "0 0 24 24",
|
|
6224
6225
|
width: "1.2em",
|
|
6225
6226
|
height: "1.2em"
|
|
6226
6227
|
};
|
|
6227
|
-
function render$
|
|
6228
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6228
|
+
function render$154(e, t) {
|
|
6229
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$174, t[0] ||= [createBaseVNode("g", {
|
|
6229
6230
|
fill: "none",
|
|
6230
6231
|
stroke: "currentColor",
|
|
6231
6232
|
"stroke-linecap": "round",
|
|
@@ -6239,14 +6240,14 @@ function render$152(e, t) {
|
|
|
6239
6240
|
}
|
|
6240
6241
|
var circle_check_default$1 = {
|
|
6241
6242
|
name: "lucide-circle-check",
|
|
6242
|
-
render: render$
|
|
6243
|
-
}, _hoisted_1$
|
|
6243
|
+
render: render$154
|
|
6244
|
+
}, _hoisted_1$173 = {
|
|
6244
6245
|
viewBox: "0 0 24 24",
|
|
6245
6246
|
width: "1.2em",
|
|
6246
6247
|
height: "1.2em"
|
|
6247
6248
|
};
|
|
6248
|
-
function render$
|
|
6249
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6249
|
+
function render$153(e, t) {
|
|
6250
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$173, t[0] ||= [createBaseVNode("g", {
|
|
6250
6251
|
fill: "none",
|
|
6251
6252
|
stroke: "currentColor",
|
|
6252
6253
|
"stroke-linecap": "round",
|
|
@@ -6264,14 +6265,14 @@ function render$151(e, t) {
|
|
|
6264
6265
|
}
|
|
6265
6266
|
var circle_dot_default = {
|
|
6266
6267
|
name: "lucide-circle-dot",
|
|
6267
|
-
render: render$
|
|
6268
|
-
}, _hoisted_1$
|
|
6268
|
+
render: render$153
|
|
6269
|
+
}, _hoisted_1$172 = {
|
|
6269
6270
|
viewBox: "0 0 24 24",
|
|
6270
6271
|
width: "1.2em",
|
|
6271
6272
|
height: "1.2em"
|
|
6272
6273
|
};
|
|
6273
|
-
function render$
|
|
6274
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6274
|
+
function render$152(e, t) {
|
|
6275
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$172, t[0] ||= [createBaseVNode("g", {
|
|
6275
6276
|
fill: "none",
|
|
6276
6277
|
stroke: "currentColor",
|
|
6277
6278
|
"stroke-linecap": "round",
|
|
@@ -6285,14 +6286,14 @@ function render$150(e, t) {
|
|
|
6285
6286
|
}
|
|
6286
6287
|
var circle_help_default = {
|
|
6287
6288
|
name: "lucide-circle-help",
|
|
6288
|
-
render: render$
|
|
6289
|
-
}, _hoisted_1$
|
|
6289
|
+
render: render$152
|
|
6290
|
+
}, _hoisted_1$171 = {
|
|
6290
6291
|
viewBox: "0 0 24 24",
|
|
6291
6292
|
width: "1.2em",
|
|
6292
6293
|
height: "1.2em"
|
|
6293
6294
|
};
|
|
6294
|
-
function render$
|
|
6295
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6295
|
+
function render$151(e, t) {
|
|
6296
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$171, t[0] ||= [createBaseVNode("g", {
|
|
6296
6297
|
fill: "none",
|
|
6297
6298
|
stroke: "currentColor",
|
|
6298
6299
|
"stroke-linecap": "round",
|
|
@@ -6306,14 +6307,14 @@ function render$149(e, t) {
|
|
|
6306
6307
|
}
|
|
6307
6308
|
var circle_minus_default = {
|
|
6308
6309
|
name: "lucide-circle-minus",
|
|
6309
|
-
render: render$
|
|
6310
|
-
}, _hoisted_1$
|
|
6310
|
+
render: render$151
|
|
6311
|
+
}, _hoisted_1$170 = {
|
|
6311
6312
|
viewBox: "0 0 24 24",
|
|
6312
6313
|
width: "1.2em",
|
|
6313
6314
|
height: "1.2em"
|
|
6314
6315
|
};
|
|
6315
|
-
function render$
|
|
6316
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6316
|
+
function render$150(e, t) {
|
|
6317
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$170, t[0] ||= [createBaseVNode("g", {
|
|
6317
6318
|
fill: "none",
|
|
6318
6319
|
stroke: "currentColor",
|
|
6319
6320
|
"stroke-linecap": "round",
|
|
@@ -6327,14 +6328,14 @@ function render$148(e, t) {
|
|
|
6327
6328
|
}
|
|
6328
6329
|
var circle_pause_default = {
|
|
6329
6330
|
name: "lucide-circle-pause",
|
|
6330
|
-
render: render$
|
|
6331
|
-
}, _hoisted_1$
|
|
6331
|
+
render: render$150
|
|
6332
|
+
}, _hoisted_1$169 = {
|
|
6332
6333
|
viewBox: "0 0 24 24",
|
|
6333
6334
|
width: "1.2em",
|
|
6334
6335
|
height: "1.2em"
|
|
6335
6336
|
};
|
|
6336
|
-
function render$
|
|
6337
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6337
|
+
function render$149(e, t) {
|
|
6338
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$169, t[0] ||= [createBaseVNode("g", {
|
|
6338
6339
|
fill: "none",
|
|
6339
6340
|
stroke: "currentColor",
|
|
6340
6341
|
"stroke-linecap": "round",
|
|
@@ -6348,14 +6349,14 @@ function render$147(e, t) {
|
|
|
6348
6349
|
}
|
|
6349
6350
|
var circle_play_default = {
|
|
6350
6351
|
name: "lucide-circle-play",
|
|
6351
|
-
render: render$
|
|
6352
|
-
}, _hoisted_1$
|
|
6352
|
+
render: render$149
|
|
6353
|
+
}, _hoisted_1$168 = {
|
|
6353
6354
|
viewBox: "0 0 24 24",
|
|
6354
6355
|
width: "1.2em",
|
|
6355
6356
|
height: "1.2em"
|
|
6356
6357
|
};
|
|
6357
|
-
function render$
|
|
6358
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6358
|
+
function render$148(e, t) {
|
|
6359
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$168, t[0] ||= [createBaseVNode("g", {
|
|
6359
6360
|
fill: "none",
|
|
6360
6361
|
stroke: "currentColor",
|
|
6361
6362
|
"stroke-linecap": "round",
|
|
@@ -6369,14 +6370,14 @@ function render$146(e, t) {
|
|
|
6369
6370
|
}
|
|
6370
6371
|
var circle_plus_default = {
|
|
6371
6372
|
name: "lucide-circle-plus",
|
|
6372
|
-
render: render$
|
|
6373
|
-
}, _hoisted_1$
|
|
6373
|
+
render: render$148
|
|
6374
|
+
}, _hoisted_1$167 = {
|
|
6374
6375
|
viewBox: "0 0 24 24",
|
|
6375
6376
|
width: "1.2em",
|
|
6376
6377
|
height: "1.2em"
|
|
6377
6378
|
};
|
|
6378
|
-
function render$
|
|
6379
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6379
|
+
function render$147(e, t) {
|
|
6380
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$167, t[0] ||= [createBaseVNode("g", {
|
|
6380
6381
|
fill: "none",
|
|
6381
6382
|
stroke: "currentColor",
|
|
6382
6383
|
"stroke-linecap": "round",
|
|
@@ -6398,14 +6399,14 @@ function render$145(e, t) {
|
|
|
6398
6399
|
}
|
|
6399
6400
|
var circle_user_round_default = {
|
|
6400
6401
|
name: "lucide-circle-user-round",
|
|
6401
|
-
render: render$
|
|
6402
|
-
}, _hoisted_1$
|
|
6402
|
+
render: render$147
|
|
6403
|
+
}, _hoisted_1$166 = {
|
|
6403
6404
|
viewBox: "0 0 24 24",
|
|
6404
6405
|
width: "1.2em",
|
|
6405
6406
|
height: "1.2em"
|
|
6406
6407
|
};
|
|
6407
|
-
function render$
|
|
6408
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6408
|
+
function render$146(e, t) {
|
|
6409
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$166, t[0] ||= [createBaseVNode("g", {
|
|
6409
6410
|
fill: "none",
|
|
6410
6411
|
stroke: "currentColor",
|
|
6411
6412
|
"stroke-linecap": "round",
|
|
@@ -6419,14 +6420,14 @@ function render$144(e, t) {
|
|
|
6419
6420
|
}
|
|
6420
6421
|
var circle_x_default = {
|
|
6421
6422
|
name: "lucide-circle-x",
|
|
6422
|
-
render: render$
|
|
6423
|
-
}, _hoisted_1$
|
|
6423
|
+
render: render$146
|
|
6424
|
+
}, _hoisted_1$165 = {
|
|
6424
6425
|
viewBox: "0 0 24 24",
|
|
6425
6426
|
width: "1.2em",
|
|
6426
6427
|
height: "1.2em"
|
|
6427
6428
|
};
|
|
6428
|
-
function render$
|
|
6429
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6429
|
+
function render$145(e, t) {
|
|
6430
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$165, t[0] ||= [createBaseVNode("g", {
|
|
6430
6431
|
fill: "none",
|
|
6431
6432
|
stroke: "currentColor",
|
|
6432
6433
|
"stroke-linecap": "round",
|
|
@@ -6443,14 +6444,14 @@ function render$143(e, t) {
|
|
|
6443
6444
|
}
|
|
6444
6445
|
var clipboard_default = {
|
|
6445
6446
|
name: "lucide-clipboard",
|
|
6446
|
-
render: render$
|
|
6447
|
-
}, _hoisted_1$
|
|
6447
|
+
render: render$145
|
|
6448
|
+
}, _hoisted_1$164 = {
|
|
6448
6449
|
viewBox: "0 0 24 24",
|
|
6449
6450
|
width: "1.2em",
|
|
6450
6451
|
height: "1.2em"
|
|
6451
6452
|
};
|
|
6452
|
-
function render$
|
|
6453
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6453
|
+
function render$144(e, t) {
|
|
6454
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$164, t[0] ||= [createBaseVNode("g", {
|
|
6454
6455
|
fill: "none",
|
|
6455
6456
|
stroke: "currentColor",
|
|
6456
6457
|
"stroke-linecap": "round",
|
|
@@ -6471,14 +6472,14 @@ function render$142(e, t) {
|
|
|
6471
6472
|
}
|
|
6472
6473
|
var clipboard_check_default = {
|
|
6473
6474
|
name: "lucide-clipboard-check",
|
|
6474
|
-
render: render$
|
|
6475
|
-
}, _hoisted_1$
|
|
6475
|
+
render: render$144
|
|
6476
|
+
}, _hoisted_1$163 = {
|
|
6476
6477
|
viewBox: "0 0 24 24",
|
|
6477
6478
|
width: "1.2em",
|
|
6478
6479
|
height: "1.2em"
|
|
6479
6480
|
};
|
|
6480
|
-
function render$
|
|
6481
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6481
|
+
function render$143(e, t) {
|
|
6482
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$163, t[0] ||= [createBaseVNode("g", {
|
|
6482
6483
|
fill: "none",
|
|
6483
6484
|
stroke: "currentColor",
|
|
6484
6485
|
"stroke-linecap": "round",
|
|
@@ -6495,14 +6496,14 @@ function render$141(e, t) {
|
|
|
6495
6496
|
}
|
|
6496
6497
|
var clipboard_list_default = {
|
|
6497
6498
|
name: "lucide-clipboard-list",
|
|
6498
|
-
render: render$
|
|
6499
|
-
}, _hoisted_1$
|
|
6499
|
+
render: render$143
|
|
6500
|
+
}, _hoisted_1$162 = {
|
|
6500
6501
|
viewBox: "0 0 24 24",
|
|
6501
6502
|
width: "1.2em",
|
|
6502
6503
|
height: "1.2em"
|
|
6503
6504
|
};
|
|
6504
|
-
function render$
|
|
6505
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6505
|
+
function render$142(e, t) {
|
|
6506
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$162, t[0] ||= [createBaseVNode("g", {
|
|
6506
6507
|
fill: "none",
|
|
6507
6508
|
stroke: "currentColor",
|
|
6508
6509
|
"stroke-linecap": "round",
|
|
@@ -6516,14 +6517,14 @@ function render$140(e, t) {
|
|
|
6516
6517
|
}
|
|
6517
6518
|
var clock_default = {
|
|
6518
6519
|
name: "lucide-clock",
|
|
6519
|
-
render: render$
|
|
6520
|
-
}, _hoisted_1$
|
|
6520
|
+
render: render$142
|
|
6521
|
+
}, _hoisted_1$161 = {
|
|
6521
6522
|
viewBox: "0 0 24 24",
|
|
6522
6523
|
width: "1.2em",
|
|
6523
6524
|
height: "1.2em"
|
|
6524
6525
|
};
|
|
6525
|
-
function render$
|
|
6526
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6526
|
+
function render$141(e, t) {
|
|
6527
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$161, t[0] ||= [createBaseVNode("path", {
|
|
6527
6528
|
fill: "none",
|
|
6528
6529
|
stroke: "currentColor",
|
|
6529
6530
|
"stroke-linecap": "round",
|
|
@@ -6534,14 +6535,14 @@ function render$139(e, t) {
|
|
|
6534
6535
|
}
|
|
6535
6536
|
var cloud_default = {
|
|
6536
6537
|
name: "lucide-cloud",
|
|
6537
|
-
render: render$
|
|
6538
|
-
}, _hoisted_1$
|
|
6538
|
+
render: render$141
|
|
6539
|
+
}, _hoisted_1$160 = {
|
|
6539
6540
|
viewBox: "0 0 24 24",
|
|
6540
6541
|
width: "1.2em",
|
|
6541
6542
|
height: "1.2em"
|
|
6542
6543
|
};
|
|
6543
|
-
function render$
|
|
6544
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6544
|
+
function render$140(e, t) {
|
|
6545
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$160, t[0] ||= [createBaseVNode("g", {
|
|
6545
6546
|
fill: "none",
|
|
6546
6547
|
stroke: "currentColor",
|
|
6547
6548
|
"stroke-linecap": "round",
|
|
@@ -6551,14 +6552,14 @@ function render$138(e, t) {
|
|
|
6551
6552
|
}
|
|
6552
6553
|
var cloud_download_default = {
|
|
6553
6554
|
name: "lucide-cloud-download",
|
|
6554
|
-
render: render$
|
|
6555
|
-
}, _hoisted_1$
|
|
6555
|
+
render: render$140
|
|
6556
|
+
}, _hoisted_1$159 = {
|
|
6556
6557
|
viewBox: "0 0 24 24",
|
|
6557
6558
|
width: "1.2em",
|
|
6558
6559
|
height: "1.2em"
|
|
6559
6560
|
};
|
|
6560
|
-
function render$
|
|
6561
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6561
|
+
function render$139(e, t) {
|
|
6562
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$159, t[0] ||= [createBaseVNode("path", {
|
|
6562
6563
|
fill: "none",
|
|
6563
6564
|
stroke: "currentColor",
|
|
6564
6565
|
"stroke-linecap": "round",
|
|
@@ -6569,14 +6570,14 @@ function render$137(e, t) {
|
|
|
6569
6570
|
}
|
|
6570
6571
|
var code_default = {
|
|
6571
6572
|
name: "lucide-code",
|
|
6572
|
-
render: render$
|
|
6573
|
-
}, _hoisted_1$
|
|
6573
|
+
render: render$139
|
|
6574
|
+
}, _hoisted_1$158 = {
|
|
6574
6575
|
viewBox: "0 0 24 24",
|
|
6575
6576
|
width: "1.2em",
|
|
6576
6577
|
height: "1.2em"
|
|
6577
6578
|
};
|
|
6578
|
-
function render$
|
|
6579
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6579
|
+
function render$138(e, t) {
|
|
6580
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$158, t[0] ||= [createBaseVNode("g", {
|
|
6580
6581
|
fill: "none",
|
|
6581
6582
|
stroke: "currentColor",
|
|
6582
6583
|
"stroke-linecap": "round",
|
|
@@ -6586,14 +6587,14 @@ function render$136(e, t) {
|
|
|
6586
6587
|
}
|
|
6587
6588
|
var cog_default = {
|
|
6588
6589
|
name: "lucide-cog",
|
|
6589
|
-
render: render$
|
|
6590
|
-
}, _hoisted_1$
|
|
6590
|
+
render: render$138
|
|
6591
|
+
}, _hoisted_1$157 = {
|
|
6591
6592
|
viewBox: "0 0 24 24",
|
|
6592
6593
|
width: "1.2em",
|
|
6593
6594
|
height: "1.2em"
|
|
6594
6595
|
};
|
|
6595
|
-
function render$
|
|
6596
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6596
|
+
function render$137(e, t) {
|
|
6597
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$157, t[0] ||= [createBaseVNode("g", {
|
|
6597
6598
|
fill: "none",
|
|
6598
6599
|
stroke: "currentColor",
|
|
6599
6600
|
"stroke-linecap": "round",
|
|
@@ -6607,14 +6608,14 @@ function render$135(e, t) {
|
|
|
6607
6608
|
}
|
|
6608
6609
|
var columns_3_cog_default = {
|
|
6609
6610
|
name: "lucide-columns-3-cog",
|
|
6610
|
-
render: render$
|
|
6611
|
-
}, _hoisted_1$
|
|
6611
|
+
render: render$137
|
|
6612
|
+
}, _hoisted_1$156 = {
|
|
6612
6613
|
viewBox: "0 0 24 24",
|
|
6613
6614
|
width: "1.2em",
|
|
6614
6615
|
height: "1.2em"
|
|
6615
6616
|
};
|
|
6616
|
-
function render$
|
|
6617
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6617
|
+
function render$136(e, t) {
|
|
6618
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$156, t[0] ||= [createBaseVNode("g", {
|
|
6618
6619
|
fill: "none",
|
|
6619
6620
|
stroke: "currentColor",
|
|
6620
6621
|
"stroke-linecap": "round",
|
|
@@ -6628,14 +6629,14 @@ function render$134(e, t) {
|
|
|
6628
6629
|
}
|
|
6629
6630
|
var contrast_default = {
|
|
6630
6631
|
name: "lucide-contrast",
|
|
6631
|
-
render: render$
|
|
6632
|
-
}, _hoisted_1$
|
|
6632
|
+
render: render$136
|
|
6633
|
+
}, _hoisted_1$155 = {
|
|
6633
6634
|
viewBox: "0 0 24 24",
|
|
6634
6635
|
width: "1.2em",
|
|
6635
6636
|
height: "1.2em"
|
|
6636
6637
|
};
|
|
6637
|
-
function render$
|
|
6638
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6638
|
+
function render$135(e, t) {
|
|
6639
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$155, t[0] ||= [createBaseVNode("g", {
|
|
6639
6640
|
fill: "none",
|
|
6640
6641
|
stroke: "currentColor",
|
|
6641
6642
|
"stroke-linecap": "round",
|
|
@@ -6652,14 +6653,14 @@ function render$133(e, t) {
|
|
|
6652
6653
|
}
|
|
6653
6654
|
var copy_default = {
|
|
6654
6655
|
name: "lucide-copy",
|
|
6655
|
-
render: render$
|
|
6656
|
-
}, _hoisted_1$
|
|
6656
|
+
render: render$135
|
|
6657
|
+
}, _hoisted_1$154 = {
|
|
6657
6658
|
viewBox: "0 0 24 24",
|
|
6658
6659
|
width: "1.2em",
|
|
6659
6660
|
height: "1.2em"
|
|
6660
6661
|
};
|
|
6661
|
-
function render$
|
|
6662
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6662
|
+
function render$134(e, t) {
|
|
6663
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$154, t[0] ||= [createBaseVNode("g", {
|
|
6663
6664
|
fill: "none",
|
|
6664
6665
|
stroke: "currentColor",
|
|
6665
6666
|
"stroke-linecap": "round",
|
|
@@ -6673,14 +6674,14 @@ function render$132(e, t) {
|
|
|
6673
6674
|
}
|
|
6674
6675
|
var crosshair_default = {
|
|
6675
6676
|
name: "lucide-crosshair",
|
|
6676
|
-
render: render$
|
|
6677
|
-
}, _hoisted_1$
|
|
6677
|
+
render: render$134
|
|
6678
|
+
}, _hoisted_1$153 = {
|
|
6678
6679
|
viewBox: "0 0 24 24",
|
|
6679
6680
|
width: "1.2em",
|
|
6680
6681
|
height: "1.2em"
|
|
6681
6682
|
};
|
|
6682
|
-
function render$
|
|
6683
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6683
|
+
function render$133(e, t) {
|
|
6684
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$153, t[0] ||= [createBaseVNode("g", {
|
|
6684
6685
|
fill: "none",
|
|
6685
6686
|
stroke: "currentColor",
|
|
6686
6687
|
"stroke-linecap": "round",
|
|
@@ -6699,14 +6700,14 @@ function render$131(e, t) {
|
|
|
6699
6700
|
}
|
|
6700
6701
|
var database_default = {
|
|
6701
6702
|
name: "lucide-database",
|
|
6702
|
-
render: render$
|
|
6703
|
-
}, _hoisted_1$
|
|
6703
|
+
render: render$133
|
|
6704
|
+
}, _hoisted_1$152 = {
|
|
6704
6705
|
viewBox: "0 0 24 24",
|
|
6705
6706
|
width: "1.2em",
|
|
6706
6707
|
height: "1.2em"
|
|
6707
6708
|
};
|
|
6708
|
-
function render$
|
|
6709
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6709
|
+
function render$132(e, t) {
|
|
6710
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$152, t[0] ||= [createBaseVNode("path", {
|
|
6710
6711
|
fill: "none",
|
|
6711
6712
|
stroke: "currentColor",
|
|
6712
6713
|
"stroke-linecap": "round",
|
|
@@ -6717,14 +6718,14 @@ function render$130(e, t) {
|
|
|
6717
6718
|
}
|
|
6718
6719
|
var door_open_default = {
|
|
6719
6720
|
name: "lucide-door-open",
|
|
6720
|
-
render: render$
|
|
6721
|
-
}, _hoisted_1$
|
|
6721
|
+
render: render$132
|
|
6722
|
+
}, _hoisted_1$151 = {
|
|
6722
6723
|
viewBox: "0 0 24 24",
|
|
6723
6724
|
width: "1.2em",
|
|
6724
6725
|
height: "1.2em"
|
|
6725
6726
|
};
|
|
6726
|
-
function render$
|
|
6727
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6727
|
+
function render$131(e, t) {
|
|
6728
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$151, t[0] ||= [createBaseVNode("circle", {
|
|
6728
6729
|
cx: "12.1",
|
|
6729
6730
|
cy: "12.1",
|
|
6730
6731
|
r: "1",
|
|
@@ -6737,14 +6738,14 @@ function render$129(e, t) {
|
|
|
6737
6738
|
}
|
|
6738
6739
|
var dot_default = {
|
|
6739
6740
|
name: "lucide-dot",
|
|
6740
|
-
render: render$
|
|
6741
|
-
}, _hoisted_1$
|
|
6741
|
+
render: render$131
|
|
6742
|
+
}, _hoisted_1$150 = {
|
|
6742
6743
|
viewBox: "0 0 24 24",
|
|
6743
6744
|
width: "1.2em",
|
|
6744
6745
|
height: "1.2em"
|
|
6745
6746
|
};
|
|
6746
|
-
function render$
|
|
6747
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6747
|
+
function render$130(e, t) {
|
|
6748
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$150, t[0] ||= [createBaseVNode("g", {
|
|
6748
6749
|
fill: "none",
|
|
6749
6750
|
stroke: "currentColor",
|
|
6750
6751
|
"stroke-linecap": "round",
|
|
@@ -6758,14 +6759,14 @@ function render$128(e, t) {
|
|
|
6758
6759
|
}
|
|
6759
6760
|
var earth_default = {
|
|
6760
6761
|
name: "lucide-earth",
|
|
6761
|
-
render: render$
|
|
6762
|
-
}, _hoisted_1$
|
|
6762
|
+
render: render$130
|
|
6763
|
+
}, _hoisted_1$149 = {
|
|
6763
6764
|
viewBox: "0 0 24 24",
|
|
6764
6765
|
width: "1.2em",
|
|
6765
6766
|
height: "1.2em"
|
|
6766
6767
|
};
|
|
6767
|
-
function render$
|
|
6768
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6768
|
+
function render$129(e, t) {
|
|
6769
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$149, t[0] ||= [createBaseVNode("g", {
|
|
6769
6770
|
fill: "none",
|
|
6770
6771
|
stroke: "currentColor",
|
|
6771
6772
|
"stroke-linecap": "round",
|
|
@@ -6791,14 +6792,14 @@ function render$127(e, t) {
|
|
|
6791
6792
|
}
|
|
6792
6793
|
var ellipsis_default = {
|
|
6793
6794
|
name: "lucide-ellipsis",
|
|
6794
|
-
render: render$
|
|
6795
|
-
}, _hoisted_1$
|
|
6795
|
+
render: render$129
|
|
6796
|
+
}, _hoisted_1$148 = {
|
|
6796
6797
|
viewBox: "0 0 24 24",
|
|
6797
6798
|
width: "1.2em",
|
|
6798
6799
|
height: "1.2em"
|
|
6799
6800
|
};
|
|
6800
|
-
function render$
|
|
6801
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6801
|
+
function render$128(e, t) {
|
|
6802
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$148, t[0] ||= [createBaseVNode("g", {
|
|
6802
6803
|
fill: "none",
|
|
6803
6804
|
stroke: "currentColor",
|
|
6804
6805
|
"stroke-linecap": "round",
|
|
@@ -6824,14 +6825,14 @@ function render$126(e, t) {
|
|
|
6824
6825
|
}
|
|
6825
6826
|
var ellipsis_vertical_default = {
|
|
6826
6827
|
name: "lucide-ellipsis-vertical",
|
|
6827
|
-
render: render$
|
|
6828
|
-
}, _hoisted_1$
|
|
6828
|
+
render: render$128
|
|
6829
|
+
}, _hoisted_1$147 = {
|
|
6829
6830
|
viewBox: "0 0 24 24",
|
|
6830
6831
|
width: "1.2em",
|
|
6831
6832
|
height: "1.2em"
|
|
6832
6833
|
};
|
|
6833
|
-
function render$
|
|
6834
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6834
|
+
function render$127(e, t) {
|
|
6835
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$147, t[0] ||= [createBaseVNode("path", {
|
|
6835
6836
|
fill: "none",
|
|
6836
6837
|
stroke: "currentColor",
|
|
6837
6838
|
"stroke-linecap": "round",
|
|
@@ -6842,14 +6843,14 @@ function render$125(e, t) {
|
|
|
6842
6843
|
}
|
|
6843
6844
|
var equal_default = {
|
|
6844
6845
|
name: "lucide-equal",
|
|
6845
|
-
render: render$
|
|
6846
|
-
}, _hoisted_1$
|
|
6846
|
+
render: render$127
|
|
6847
|
+
}, _hoisted_1$146 = {
|
|
6847
6848
|
viewBox: "0 0 24 24",
|
|
6848
6849
|
width: "1.2em",
|
|
6849
6850
|
height: "1.2em"
|
|
6850
6851
|
};
|
|
6851
|
-
function render$
|
|
6852
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6852
|
+
function render$126(e, t) {
|
|
6853
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$146, t[0] ||= [createBaseVNode("path", {
|
|
6853
6854
|
fill: "none",
|
|
6854
6855
|
stroke: "currentColor",
|
|
6855
6856
|
"stroke-linecap": "round",
|
|
@@ -6860,14 +6861,14 @@ function render$124(e, t) {
|
|
|
6860
6861
|
}
|
|
6861
6862
|
var expand_default = {
|
|
6862
6863
|
name: "lucide-expand",
|
|
6863
|
-
render: render$
|
|
6864
|
-
}, _hoisted_1$
|
|
6864
|
+
render: render$126
|
|
6865
|
+
}, _hoisted_1$145 = {
|
|
6865
6866
|
viewBox: "0 0 24 24",
|
|
6866
6867
|
width: "1.2em",
|
|
6867
6868
|
height: "1.2em"
|
|
6868
6869
|
};
|
|
6869
|
-
function render$
|
|
6870
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6870
|
+
function render$125(e, t) {
|
|
6871
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$145, t[0] ||= [createBaseVNode("path", {
|
|
6871
6872
|
fill: "none",
|
|
6872
6873
|
stroke: "currentColor",
|
|
6873
6874
|
"stroke-linecap": "round",
|
|
@@ -6878,14 +6879,14 @@ function render$123(e, t) {
|
|
|
6878
6879
|
}
|
|
6879
6880
|
var external_link_default = {
|
|
6880
6881
|
name: "lucide-external-link",
|
|
6881
|
-
render: render$
|
|
6882
|
-
}, _hoisted_1$
|
|
6882
|
+
render: render$125
|
|
6883
|
+
}, _hoisted_1$144 = {
|
|
6883
6884
|
viewBox: "0 0 24 24",
|
|
6884
6885
|
width: "1.2em",
|
|
6885
6886
|
height: "1.2em"
|
|
6886
6887
|
};
|
|
6887
|
-
function render$
|
|
6888
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6888
|
+
function render$124(e, t) {
|
|
6889
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$144, t[0] ||= [createBaseVNode("g", {
|
|
6889
6890
|
fill: "none",
|
|
6890
6891
|
stroke: "currentColor",
|
|
6891
6892
|
"stroke-linecap": "round",
|
|
@@ -6899,14 +6900,14 @@ function render$122(e, t) {
|
|
|
6899
6900
|
}
|
|
6900
6901
|
var eye_default = {
|
|
6901
6902
|
name: "lucide-eye",
|
|
6902
|
-
render: render$
|
|
6903
|
-
}, _hoisted_1$
|
|
6903
|
+
render: render$124
|
|
6904
|
+
}, _hoisted_1$143 = {
|
|
6904
6905
|
viewBox: "0 0 24 24",
|
|
6905
6906
|
width: "1.2em",
|
|
6906
6907
|
height: "1.2em"
|
|
6907
6908
|
};
|
|
6908
|
-
function render$
|
|
6909
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6909
|
+
function render$123(e, t) {
|
|
6910
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$143, t[0] ||= [createBaseVNode("g", {
|
|
6910
6911
|
fill: "none",
|
|
6911
6912
|
stroke: "currentColor",
|
|
6912
6913
|
"stroke-linecap": "round",
|
|
@@ -6916,14 +6917,14 @@ function render$121(e, t) {
|
|
|
6916
6917
|
}
|
|
6917
6918
|
var eye_off_default = {
|
|
6918
6919
|
name: "lucide-eye-off",
|
|
6919
|
-
render: render$
|
|
6920
|
-
}, _hoisted_1$
|
|
6920
|
+
render: render$123
|
|
6921
|
+
}, _hoisted_1$142 = {
|
|
6921
6922
|
viewBox: "0 0 24 24",
|
|
6922
6923
|
width: "1.2em",
|
|
6923
6924
|
height: "1.2em"
|
|
6924
6925
|
};
|
|
6925
|
-
function render$
|
|
6926
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6926
|
+
function render$122(e, t) {
|
|
6927
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$142, t[0] ||= [createBaseVNode("g", {
|
|
6927
6928
|
fill: "none",
|
|
6928
6929
|
stroke: "currentColor",
|
|
6929
6930
|
"stroke-linecap": "round",
|
|
@@ -6933,14 +6934,14 @@ function render$120(e, t) {
|
|
|
6933
6934
|
}
|
|
6934
6935
|
var file_default = {
|
|
6935
6936
|
name: "lucide-file",
|
|
6936
|
-
render: render$
|
|
6937
|
-
}, _hoisted_1$
|
|
6937
|
+
render: render$122
|
|
6938
|
+
}, _hoisted_1$141 = {
|
|
6938
6939
|
viewBox: "0 0 24 24",
|
|
6939
6940
|
width: "1.2em",
|
|
6940
6941
|
height: "1.2em"
|
|
6941
6942
|
};
|
|
6942
|
-
function render$
|
|
6943
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6943
|
+
function render$121(e, t) {
|
|
6944
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$141, t[0] ||= [createBaseVNode("g", {
|
|
6944
6945
|
fill: "none",
|
|
6945
6946
|
stroke: "currentColor",
|
|
6946
6947
|
"stroke-linecap": "round",
|
|
@@ -6958,14 +6959,14 @@ function render$119(e, t) {
|
|
|
6958
6959
|
}
|
|
6959
6960
|
var file_archive_default = {
|
|
6960
6961
|
name: "lucide-file-archive",
|
|
6961
|
-
render: render$
|
|
6962
|
-
}, _hoisted_1$
|
|
6962
|
+
render: render$121
|
|
6963
|
+
}, _hoisted_1$140 = {
|
|
6963
6964
|
viewBox: "0 0 24 24",
|
|
6964
6965
|
width: "1.2em",
|
|
6965
6966
|
height: "1.2em"
|
|
6966
6967
|
};
|
|
6967
|
-
function render$
|
|
6968
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6968
|
+
function render$120(e, t) {
|
|
6969
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$140, t[0] ||= [createBaseVNode("g", {
|
|
6969
6970
|
fill: "none",
|
|
6970
6971
|
stroke: "currentColor",
|
|
6971
6972
|
"stroke-linecap": "round",
|
|
@@ -6975,14 +6976,14 @@ function render$118(e, t) {
|
|
|
6975
6976
|
}
|
|
6976
6977
|
var file_code_default = {
|
|
6977
6978
|
name: "lucide-file-code",
|
|
6978
|
-
render: render$
|
|
6979
|
-
}, _hoisted_1$
|
|
6979
|
+
render: render$120
|
|
6980
|
+
}, _hoisted_1$139 = {
|
|
6980
6981
|
viewBox: "0 0 24 24",
|
|
6981
6982
|
width: "1.2em",
|
|
6982
6983
|
height: "1.2em"
|
|
6983
6984
|
};
|
|
6984
|
-
function render$
|
|
6985
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6985
|
+
function render$119(e, t) {
|
|
6986
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$139, t[0] ||= [createBaseVNode("path", {
|
|
6986
6987
|
fill: "none",
|
|
6987
6988
|
stroke: "currentColor",
|
|
6988
6989
|
"stroke-linecap": "round",
|
|
@@ -6993,14 +6994,14 @@ function render$117(e, t) {
|
|
|
6993
6994
|
}
|
|
6994
6995
|
var file_diff_default = {
|
|
6995
6996
|
name: "lucide-file-diff",
|
|
6996
|
-
render: render$
|
|
6997
|
-
}, _hoisted_1$
|
|
6997
|
+
render: render$119
|
|
6998
|
+
}, _hoisted_1$138 = {
|
|
6998
6999
|
viewBox: "0 0 24 24",
|
|
6999
7000
|
width: "1.2em",
|
|
7000
7001
|
height: "1.2em"
|
|
7001
7002
|
};
|
|
7002
|
-
function render$
|
|
7003
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7003
|
+
function render$118(e, t) {
|
|
7004
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$138, t[0] ||= [createBaseVNode("g", {
|
|
7004
7005
|
fill: "none",
|
|
7005
7006
|
stroke: "currentColor",
|
|
7006
7007
|
"stroke-linecap": "round",
|
|
@@ -7010,14 +7011,14 @@ function render$116(e, t) {
|
|
|
7010
7011
|
}
|
|
7011
7012
|
var file_down_default = {
|
|
7012
7013
|
name: "lucide-file-down",
|
|
7013
|
-
render: render$
|
|
7014
|
-
}, _hoisted_1$
|
|
7014
|
+
render: render$118
|
|
7015
|
+
}, _hoisted_1$137 = {
|
|
7015
7016
|
viewBox: "0 0 24 24",
|
|
7016
7017
|
width: "1.2em",
|
|
7017
7018
|
height: "1.2em"
|
|
7018
7019
|
};
|
|
7019
|
-
function render$
|
|
7020
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7020
|
+
function render$117(e, t) {
|
|
7021
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$137, t[0] ||= [createBaseVNode("g", {
|
|
7021
7022
|
fill: "none",
|
|
7022
7023
|
stroke: "currentColor",
|
|
7023
7024
|
"stroke-linecap": "round",
|
|
@@ -7027,14 +7028,14 @@ function render$115(e, t) {
|
|
|
7027
7028
|
}
|
|
7028
7029
|
var file_input_default = {
|
|
7029
7030
|
name: "lucide-file-input",
|
|
7030
|
-
render: render$
|
|
7031
|
-
}, _hoisted_1$
|
|
7031
|
+
render: render$117
|
|
7032
|
+
}, _hoisted_1$136 = {
|
|
7032
7033
|
viewBox: "0 0 24 24",
|
|
7033
7034
|
width: "1.2em",
|
|
7034
7035
|
height: "1.2em"
|
|
7035
7036
|
};
|
|
7036
|
-
function render$
|
|
7037
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7037
|
+
function render$116(e, t) {
|
|
7038
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$136, t[0] ||= [createBaseVNode("g", {
|
|
7038
7039
|
fill: "none",
|
|
7039
7040
|
stroke: "currentColor",
|
|
7040
7041
|
"stroke-linecap": "round",
|
|
@@ -7048,14 +7049,14 @@ function render$114(e, t) {
|
|
|
7048
7049
|
}
|
|
7049
7050
|
var file_output_default = {
|
|
7050
7051
|
name: "lucide-file-output",
|
|
7051
|
-
render: render$
|
|
7052
|
-
}, _hoisted_1$
|
|
7052
|
+
render: render$116
|
|
7053
|
+
}, _hoisted_1$135 = {
|
|
7053
7054
|
viewBox: "0 0 24 24",
|
|
7054
7055
|
width: "1.2em",
|
|
7055
7056
|
height: "1.2em"
|
|
7056
7057
|
};
|
|
7057
|
-
function render$
|
|
7058
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7058
|
+
function render$115(e, t) {
|
|
7059
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$135, t[0] ||= [createBaseVNode("g", {
|
|
7059
7060
|
fill: "none",
|
|
7060
7061
|
stroke: "currentColor",
|
|
7061
7062
|
"stroke-linecap": "round",
|
|
@@ -7065,14 +7066,14 @@ function render$113(e, t) {
|
|
|
7065
7066
|
}
|
|
7066
7067
|
var file_text_default = {
|
|
7067
7068
|
name: "lucide-file-text",
|
|
7068
|
-
render: render$
|
|
7069
|
-
}, _hoisted_1$
|
|
7069
|
+
render: render$115
|
|
7070
|
+
}, _hoisted_1$134 = {
|
|
7070
7071
|
viewBox: "0 0 24 24",
|
|
7071
7072
|
width: "1.2em",
|
|
7072
7073
|
height: "1.2em"
|
|
7073
7074
|
};
|
|
7074
|
-
function render$
|
|
7075
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7075
|
+
function render$114(e, t) {
|
|
7076
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$134, t[0] ||= [createBaseVNode("g", {
|
|
7076
7077
|
fill: "none",
|
|
7077
7078
|
stroke: "currentColor",
|
|
7078
7079
|
"stroke-linecap": "round",
|
|
@@ -7086,14 +7087,14 @@ function render$112(e, t) {
|
|
|
7086
7087
|
}
|
|
7087
7088
|
var files_default = {
|
|
7088
7089
|
name: "lucide-files",
|
|
7089
|
-
render: render$
|
|
7090
|
-
}, _hoisted_1$
|
|
7090
|
+
render: render$114
|
|
7091
|
+
}, _hoisted_1$133 = {
|
|
7091
7092
|
viewBox: "0 0 24 24",
|
|
7092
7093
|
width: "1.2em",
|
|
7093
7094
|
height: "1.2em"
|
|
7094
7095
|
};
|
|
7095
|
-
function render$
|
|
7096
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7096
|
+
function render$113(e, t) {
|
|
7097
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$133, t[0] ||= [createBaseVNode("g", {
|
|
7097
7098
|
fill: "none",
|
|
7098
7099
|
stroke: "currentColor",
|
|
7099
7100
|
"stroke-linecap": "round",
|
|
@@ -7103,14 +7104,14 @@ function render$111(e, t) {
|
|
|
7103
7104
|
}
|
|
7104
7105
|
var fingerprint_default = {
|
|
7105
7106
|
name: "lucide-fingerprint",
|
|
7106
|
-
render: render$
|
|
7107
|
-
}, _hoisted_1$
|
|
7107
|
+
render: render$113
|
|
7108
|
+
}, _hoisted_1$132 = {
|
|
7108
7109
|
viewBox: "0 0 24 24",
|
|
7109
7110
|
width: "1.2em",
|
|
7110
7111
|
height: "1.2em"
|
|
7111
7112
|
};
|
|
7112
|
-
function render$
|
|
7113
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7113
|
+
function render$112(e, t) {
|
|
7114
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$132, t[0] ||= [createBaseVNode("path", {
|
|
7114
7115
|
fill: "none",
|
|
7115
7116
|
stroke: "currentColor",
|
|
7116
7117
|
"stroke-linecap": "round",
|
|
@@ -7121,14 +7122,14 @@ function render$110(e, t) {
|
|
|
7121
7122
|
}
|
|
7122
7123
|
var flask_conical_default = {
|
|
7123
7124
|
name: "lucide-flask-conical",
|
|
7124
|
-
render: render$
|
|
7125
|
-
}, _hoisted_1$
|
|
7125
|
+
render: render$112
|
|
7126
|
+
}, _hoisted_1$131 = {
|
|
7126
7127
|
viewBox: "0 0 24 24",
|
|
7127
7128
|
width: "1.2em",
|
|
7128
7129
|
height: "1.2em"
|
|
7129
7130
|
};
|
|
7130
|
-
function render$
|
|
7131
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7131
|
+
function render$111(e, t) {
|
|
7132
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$131, t[0] ||= [createBaseVNode("path", {
|
|
7132
7133
|
fill: "none",
|
|
7133
7134
|
stroke: "currentColor",
|
|
7134
7135
|
"stroke-linecap": "round",
|
|
@@ -7139,14 +7140,14 @@ function render$109(e, t) {
|
|
|
7139
7140
|
}
|
|
7140
7141
|
var folder_default = {
|
|
7141
7142
|
name: "lucide-folder",
|
|
7142
|
-
render: render$
|
|
7143
|
-
}, _hoisted_1$
|
|
7143
|
+
render: render$111
|
|
7144
|
+
}, _hoisted_1$130 = {
|
|
7144
7145
|
viewBox: "0 0 24 24",
|
|
7145
7146
|
width: "1.2em",
|
|
7146
7147
|
height: "1.2em"
|
|
7147
7148
|
};
|
|
7148
|
-
function render$
|
|
7149
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7149
|
+
function render$110(e, t) {
|
|
7150
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$130, t[0] ||= [createBaseVNode("path", {
|
|
7150
7151
|
fill: "none",
|
|
7151
7152
|
stroke: "currentColor",
|
|
7152
7153
|
"stroke-linecap": "round",
|
|
@@ -7157,14 +7158,14 @@ function render$108(e, t) {
|
|
|
7157
7158
|
}
|
|
7158
7159
|
var folder_open_default = {
|
|
7159
7160
|
name: "lucide-folder-open",
|
|
7160
|
-
render: render$
|
|
7161
|
-
}, _hoisted_1$
|
|
7161
|
+
render: render$110
|
|
7162
|
+
}, _hoisted_1$129 = {
|
|
7162
7163
|
viewBox: "0 0 24 24",
|
|
7163
7164
|
width: "1.2em",
|
|
7164
7165
|
height: "1.2em"
|
|
7165
7166
|
};
|
|
7166
|
-
function render$
|
|
7167
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7167
|
+
function render$109(e, t) {
|
|
7168
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$129, t[0] ||= [createBaseVNode("path", {
|
|
7168
7169
|
fill: "none",
|
|
7169
7170
|
stroke: "currentColor",
|
|
7170
7171
|
"stroke-linecap": "round",
|
|
@@ -7175,14 +7176,14 @@ function render$107(e, t) {
|
|
|
7175
7176
|
}
|
|
7176
7177
|
var folder_plus_default = {
|
|
7177
7178
|
name: "lucide-folder-plus",
|
|
7178
|
-
render: render$
|
|
7179
|
-
}, _hoisted_1$
|
|
7179
|
+
render: render$109
|
|
7180
|
+
}, _hoisted_1$128 = {
|
|
7180
7181
|
viewBox: "0 0 24 24",
|
|
7181
7182
|
width: "1.2em",
|
|
7182
7183
|
height: "1.2em"
|
|
7183
7184
|
};
|
|
7184
|
-
function render$
|
|
7185
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7185
|
+
function render$108(e, t) {
|
|
7186
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$128, t[0] ||= [createBaseVNode("path", {
|
|
7186
7187
|
fill: "none",
|
|
7187
7188
|
stroke: "currentColor",
|
|
7188
7189
|
"stroke-linecap": "round",
|
|
@@ -7193,14 +7194,14 @@ function render$106(e, t) {
|
|
|
7193
7194
|
}
|
|
7194
7195
|
var funnel_default = {
|
|
7195
7196
|
name: "lucide-funnel",
|
|
7196
|
-
render: render$
|
|
7197
|
-
}, _hoisted_1$
|
|
7197
|
+
render: render$108
|
|
7198
|
+
}, _hoisted_1$127 = {
|
|
7198
7199
|
viewBox: "0 0 24 24",
|
|
7199
7200
|
width: "1.2em",
|
|
7200
7201
|
height: "1.2em"
|
|
7201
7202
|
};
|
|
7202
|
-
function render$
|
|
7203
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7203
|
+
function render$107(e, t) {
|
|
7204
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$127, t[0] ||= [createBaseVNode("g", {
|
|
7204
7205
|
fill: "none",
|
|
7205
7206
|
stroke: "currentColor",
|
|
7206
7207
|
"stroke-linecap": "round",
|
|
@@ -7210,14 +7211,14 @@ function render$105(e, t) {
|
|
|
7210
7211
|
}
|
|
7211
7212
|
var gem_default = {
|
|
7212
7213
|
name: "lucide-gem",
|
|
7213
|
-
render: render$
|
|
7214
|
-
}, _hoisted_1$
|
|
7214
|
+
render: render$107
|
|
7215
|
+
}, _hoisted_1$126 = {
|
|
7215
7216
|
viewBox: "0 0 24 24",
|
|
7216
7217
|
width: "1.2em",
|
|
7217
7218
|
height: "1.2em"
|
|
7218
7219
|
};
|
|
7219
|
-
function render$
|
|
7220
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7220
|
+
function render$106(e, t) {
|
|
7221
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$126, t[0] ||= [createBaseVNode("g", {
|
|
7221
7222
|
fill: "none",
|
|
7222
7223
|
stroke: "currentColor",
|
|
7223
7224
|
"stroke-linecap": "round",
|
|
@@ -7233,25 +7234,25 @@ function render$104(e, t) {
|
|
|
7233
7234
|
}
|
|
7234
7235
|
var gift_default = {
|
|
7235
7236
|
name: "lucide-gift",
|
|
7236
|
-
render: render$
|
|
7237
|
-
}, _hoisted_1$
|
|
7237
|
+
render: render$106
|
|
7238
|
+
}, _hoisted_1$125 = {
|
|
7238
7239
|
viewBox: "0 0 24 24",
|
|
7239
7240
|
width: "1.2em",
|
|
7240
7241
|
height: "1.2em"
|
|
7241
7242
|
};
|
|
7242
|
-
function render$
|
|
7243
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7243
|
+
function render$105(e, t) {
|
|
7244
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$125, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 3v12\"></path><circle cx=\"18\" cy=\"6\" r=\"3\"></circle><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M18 9a9 9 0 0 1-9 9\"></path></g>", 1)]);
|
|
7244
7245
|
}
|
|
7245
7246
|
var git_branch_default = {
|
|
7246
7247
|
name: "lucide-git-branch",
|
|
7247
|
-
render: render$
|
|
7248
|
-
}, _hoisted_1$
|
|
7248
|
+
render: render$105
|
|
7249
|
+
}, _hoisted_1$124 = {
|
|
7249
7250
|
viewBox: "0 0 24 24",
|
|
7250
7251
|
width: "1.2em",
|
|
7251
7252
|
height: "1.2em"
|
|
7252
7253
|
};
|
|
7253
|
-
function render$
|
|
7254
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7254
|
+
function render$104(e, t) {
|
|
7255
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$124, t[0] ||= [createBaseVNode("g", {
|
|
7255
7256
|
fill: "none",
|
|
7256
7257
|
stroke: "currentColor",
|
|
7257
7258
|
"stroke-linecap": "round",
|
|
@@ -7265,14 +7266,14 @@ function render$102(e, t) {
|
|
|
7265
7266
|
}
|
|
7266
7267
|
var globe_default = {
|
|
7267
7268
|
name: "lucide-globe",
|
|
7268
|
-
render: render$
|
|
7269
|
-
}, _hoisted_1$
|
|
7269
|
+
render: render$104
|
|
7270
|
+
}, _hoisted_1$123 = {
|
|
7270
7271
|
viewBox: "0 0 24 24",
|
|
7271
7272
|
width: "1.2em",
|
|
7272
7273
|
height: "1.2em"
|
|
7273
7274
|
};
|
|
7274
|
-
function render$
|
|
7275
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7275
|
+
function render$103(e, t) {
|
|
7276
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$123, t[0] ||= [createBaseVNode("g", {
|
|
7276
7277
|
fill: "none",
|
|
7277
7278
|
stroke: "currentColor",
|
|
7278
7279
|
"stroke-linecap": "round",
|
|
@@ -7282,14 +7283,14 @@ function render$101(e, t) {
|
|
|
7282
7283
|
}
|
|
7283
7284
|
var graduation_cap_default = {
|
|
7284
7285
|
name: "lucide-graduation-cap",
|
|
7285
|
-
render: render$
|
|
7286
|
-
}, _hoisted_1$
|
|
7286
|
+
render: render$103
|
|
7287
|
+
}, _hoisted_1$122 = {
|
|
7287
7288
|
viewBox: "0 0 24 24",
|
|
7288
7289
|
width: "1.2em",
|
|
7289
7290
|
height: "1.2em"
|
|
7290
7291
|
};
|
|
7291
|
-
function render$
|
|
7292
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7292
|
+
function render$102(e, t) {
|
|
7293
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$122, t[0] ||= [createBaseVNode("g", {
|
|
7293
7294
|
fill: "none",
|
|
7294
7295
|
stroke: "currentColor",
|
|
7295
7296
|
"stroke-linecap": "round",
|
|
@@ -7305,36 +7306,36 @@ function render$100(e, t) {
|
|
|
7305
7306
|
}
|
|
7306
7307
|
var grid_2x2_default = {
|
|
7307
7308
|
name: "lucide-grid-2x2",
|
|
7308
|
-
render: render$
|
|
7309
|
-
}, _hoisted_1$
|
|
7309
|
+
render: render$102
|
|
7310
|
+
}, _hoisted_1$121 = {
|
|
7310
7311
|
viewBox: "0 0 24 24",
|
|
7311
7312
|
width: "1.2em",
|
|
7312
7313
|
height: "1.2em"
|
|
7313
7314
|
};
|
|
7314
|
-
function render$
|
|
7315
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7315
|
+
function render$101(e, t) {
|
|
7316
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$121, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"9\" cy=\"12\" r=\"1\"></circle><circle cx=\"9\" cy=\"5\" r=\"1\"></circle><circle cx=\"9\" cy=\"19\" r=\"1\"></circle><circle cx=\"15\" cy=\"12\" r=\"1\"></circle><circle cx=\"15\" cy=\"5\" r=\"1\"></circle><circle cx=\"15\" cy=\"19\" r=\"1\"></circle></g>", 1)]);
|
|
7316
7317
|
}
|
|
7317
7318
|
var grip_vertical_default = {
|
|
7318
7319
|
name: "lucide-grip-vertical",
|
|
7319
|
-
render: render$
|
|
7320
|
-
}, _hoisted_1$
|
|
7320
|
+
render: render$101
|
|
7321
|
+
}, _hoisted_1$120 = {
|
|
7321
7322
|
viewBox: "0 0 24 24",
|
|
7322
7323
|
width: "1.2em",
|
|
7323
7324
|
height: "1.2em"
|
|
7324
7325
|
};
|
|
7325
|
-
function render$
|
|
7326
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7326
|
+
function render$100(e, t) {
|
|
7327
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$120, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17\"></path><path d=\"m7 21l1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9M2 16l6 6\"></path><circle cx=\"16\" cy=\"9\" r=\"2.9\"></circle><circle cx=\"6\" cy=\"5\" r=\"3\"></circle></g>", 1)]);
|
|
7327
7328
|
}
|
|
7328
7329
|
var hand_coins_default = {
|
|
7329
7330
|
name: "lucide-hand-coins",
|
|
7330
|
-
render: render$
|
|
7331
|
-
}, _hoisted_1$
|
|
7331
|
+
render: render$100
|
|
7332
|
+
}, _hoisted_1$119 = {
|
|
7332
7333
|
viewBox: "0 0 24 24",
|
|
7333
7334
|
width: "1.2em",
|
|
7334
7335
|
height: "1.2em"
|
|
7335
7336
|
};
|
|
7336
|
-
function render$
|
|
7337
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7337
|
+
function render$99(e, t) {
|
|
7338
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$119, t[0] ||= [createBaseVNode("g", {
|
|
7338
7339
|
fill: "none",
|
|
7339
7340
|
stroke: "currentColor",
|
|
7340
7341
|
"stroke-linecap": "round",
|
|
@@ -7348,14 +7349,14 @@ function render$97(e, t) {
|
|
|
7348
7349
|
}
|
|
7349
7350
|
var handshake_default = {
|
|
7350
7351
|
name: "lucide-handshake",
|
|
7351
|
-
render: render$
|
|
7352
|
-
}, _hoisted_1$
|
|
7352
|
+
render: render$99
|
|
7353
|
+
}, _hoisted_1$118 = {
|
|
7353
7354
|
viewBox: "0 0 24 24",
|
|
7354
7355
|
width: "1.2em",
|
|
7355
7356
|
height: "1.2em"
|
|
7356
7357
|
};
|
|
7357
|
-
function render$
|
|
7358
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7358
|
+
function render$98(e, t) {
|
|
7359
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$118, t[0] ||= [createBaseVNode("path", {
|
|
7359
7360
|
fill: "none",
|
|
7360
7361
|
stroke: "currentColor",
|
|
7361
7362
|
"stroke-linecap": "round",
|
|
@@ -7366,14 +7367,14 @@ function render$96(e, t) {
|
|
|
7366
7367
|
}
|
|
7367
7368
|
var hard_drive_default = {
|
|
7368
7369
|
name: "lucide-hard-drive",
|
|
7369
|
-
render: render$
|
|
7370
|
-
}, _hoisted_1$
|
|
7370
|
+
render: render$98
|
|
7371
|
+
}, _hoisted_1$117 = {
|
|
7371
7372
|
viewBox: "0 0 24 24",
|
|
7372
7373
|
width: "1.2em",
|
|
7373
7374
|
height: "1.2em"
|
|
7374
7375
|
};
|
|
7375
|
-
function render$
|
|
7376
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7376
|
+
function render$97(e, t) {
|
|
7377
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$117, t[0] ||= [createBaseVNode("g", {
|
|
7377
7378
|
fill: "none",
|
|
7378
7379
|
stroke: "currentColor",
|
|
7379
7380
|
"stroke-linecap": "round",
|
|
@@ -7393,14 +7394,14 @@ function render$95(e, t) {
|
|
|
7393
7394
|
}
|
|
7394
7395
|
var hard_drive_download_default = {
|
|
7395
7396
|
name: "lucide-hard-drive-download",
|
|
7396
|
-
render: render$
|
|
7397
|
-
}, _hoisted_1$
|
|
7397
|
+
render: render$97
|
|
7398
|
+
}, _hoisted_1$116 = {
|
|
7398
7399
|
viewBox: "0 0 24 24",
|
|
7399
7400
|
width: "1.2em",
|
|
7400
7401
|
height: "1.2em"
|
|
7401
7402
|
};
|
|
7402
|
-
function render$
|
|
7403
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7403
|
+
function render$96(e, t) {
|
|
7404
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$116, t[0] ||= [createBaseVNode("path", {
|
|
7404
7405
|
fill: "none",
|
|
7405
7406
|
stroke: "currentColor",
|
|
7406
7407
|
"stroke-linecap": "round",
|
|
@@ -7411,14 +7412,14 @@ function render$94(e, t) {
|
|
|
7411
7412
|
}
|
|
7412
7413
|
var hash_default = {
|
|
7413
7414
|
name: "lucide-hash",
|
|
7414
|
-
render: render$
|
|
7415
|
-
}, _hoisted_1$
|
|
7415
|
+
render: render$96
|
|
7416
|
+
}, _hoisted_1$115 = {
|
|
7416
7417
|
viewBox: "0 0 24 24",
|
|
7417
7418
|
width: "1.2em",
|
|
7418
7419
|
height: "1.2em"
|
|
7419
7420
|
};
|
|
7420
|
-
function render$
|
|
7421
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7421
|
+
function render$95(e, t) {
|
|
7422
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$115, t[0] ||= [createBaseVNode("g", {
|
|
7422
7423
|
fill: "none",
|
|
7423
7424
|
stroke: "currentColor",
|
|
7424
7425
|
"stroke-linecap": "round",
|
|
@@ -7428,14 +7429,14 @@ function render$93(e, t) {
|
|
|
7428
7429
|
}
|
|
7429
7430
|
var history_default = {
|
|
7430
7431
|
name: "lucide-history",
|
|
7431
|
-
render: render$
|
|
7432
|
-
}, _hoisted_1$
|
|
7432
|
+
render: render$95
|
|
7433
|
+
}, _hoisted_1$114 = {
|
|
7433
7434
|
viewBox: "0 0 24 24",
|
|
7434
7435
|
width: "1.2em",
|
|
7435
7436
|
height: "1.2em"
|
|
7436
7437
|
};
|
|
7437
|
-
function render$
|
|
7438
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7438
|
+
function render$94(e, t) {
|
|
7439
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$114, t[0] ||= [createBaseVNode("path", {
|
|
7439
7440
|
fill: "none",
|
|
7440
7441
|
stroke: "currentColor",
|
|
7441
7442
|
"stroke-linecap": "round",
|
|
@@ -7446,14 +7447,14 @@ function render$92(e, t) {
|
|
|
7446
7447
|
}
|
|
7447
7448
|
var hourglass_default = {
|
|
7448
7449
|
name: "lucide-hourglass",
|
|
7449
|
-
render: render$
|
|
7450
|
-
}, _hoisted_1$
|
|
7450
|
+
render: render$94
|
|
7451
|
+
}, _hoisted_1$113 = {
|
|
7451
7452
|
viewBox: "0 0 24 24",
|
|
7452
7453
|
width: "1.2em",
|
|
7453
7454
|
height: "1.2em"
|
|
7454
7455
|
};
|
|
7455
|
-
function render$
|
|
7456
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7456
|
+
function render$93(e, t) {
|
|
7457
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$113, t[0] ||= [createBaseVNode("g", {
|
|
7457
7458
|
fill: "none",
|
|
7458
7459
|
stroke: "currentColor",
|
|
7459
7460
|
"stroke-linecap": "round",
|
|
@@ -7463,14 +7464,14 @@ function render$91(e, t) {
|
|
|
7463
7464
|
}
|
|
7464
7465
|
var house_default = {
|
|
7465
7466
|
name: "lucide-house",
|
|
7466
|
-
render: render$
|
|
7467
|
-
}, _hoisted_1$
|
|
7467
|
+
render: render$93
|
|
7468
|
+
}, _hoisted_1$112 = {
|
|
7468
7469
|
viewBox: "0 0 24 24",
|
|
7469
7470
|
width: "1.2em",
|
|
7470
7471
|
height: "1.2em"
|
|
7471
7472
|
};
|
|
7472
|
-
function render$
|
|
7473
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7473
|
+
function render$92(e, t) {
|
|
7474
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$112, t[0] ||= [createBaseVNode("g", {
|
|
7474
7475
|
fill: "none",
|
|
7475
7476
|
stroke: "currentColor",
|
|
7476
7477
|
"stroke-linecap": "round",
|
|
@@ -7495,14 +7496,14 @@ function render$90(e, t) {
|
|
|
7495
7496
|
}
|
|
7496
7497
|
var image_default = {
|
|
7497
7498
|
name: "lucide-image",
|
|
7498
|
-
render: render$
|
|
7499
|
-
}, _hoisted_1$
|
|
7499
|
+
render: render$92
|
|
7500
|
+
}, _hoisted_1$111 = {
|
|
7500
7501
|
viewBox: "0 0 24 24",
|
|
7501
7502
|
width: "1.2em",
|
|
7502
7503
|
height: "1.2em"
|
|
7503
7504
|
};
|
|
7504
|
-
function render$
|
|
7505
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7505
|
+
function render$91(e, t) {
|
|
7506
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$111, t[0] ||= [createBaseVNode("g", {
|
|
7506
7507
|
fill: "none",
|
|
7507
7508
|
stroke: "currentColor",
|
|
7508
7509
|
"stroke-linecap": "round",
|
|
@@ -7512,14 +7513,14 @@ function render$89(e, t) {
|
|
|
7512
7513
|
}
|
|
7513
7514
|
var inbox_default = {
|
|
7514
7515
|
name: "lucide-inbox",
|
|
7515
|
-
render: render$
|
|
7516
|
-
}, _hoisted_1$
|
|
7516
|
+
render: render$91
|
|
7517
|
+
}, _hoisted_1$110 = {
|
|
7517
7518
|
viewBox: "0 0 24 24",
|
|
7518
7519
|
width: "1.2em",
|
|
7519
7520
|
height: "1.2em"
|
|
7520
7521
|
};
|
|
7521
|
-
function render$
|
|
7522
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7522
|
+
function render$90(e, t) {
|
|
7523
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$110, t[0] ||= [createBaseVNode("g", {
|
|
7523
7524
|
fill: "none",
|
|
7524
7525
|
stroke: "currentColor",
|
|
7525
7526
|
"stroke-linecap": "round",
|
|
@@ -7533,14 +7534,14 @@ function render$88(e, t) {
|
|
|
7533
7534
|
}
|
|
7534
7535
|
var info_default = {
|
|
7535
7536
|
name: "lucide-info",
|
|
7536
|
-
render: render$
|
|
7537
|
-
}, _hoisted_1$
|
|
7537
|
+
render: render$90
|
|
7538
|
+
}, _hoisted_1$109 = {
|
|
7538
7539
|
viewBox: "0 0 24 24",
|
|
7539
7540
|
width: "1.2em",
|
|
7540
7541
|
height: "1.2em"
|
|
7541
7542
|
};
|
|
7542
|
-
function render$
|
|
7543
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7543
|
+
function render$89(e, t) {
|
|
7544
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$109, t[0] ||= [createBaseVNode("g", {
|
|
7544
7545
|
fill: "none",
|
|
7545
7546
|
stroke: "currentColor",
|
|
7546
7547
|
"stroke-linecap": "round",
|
|
@@ -7555,14 +7556,14 @@ function render$87(e, t) {
|
|
|
7555
7556
|
}
|
|
7556
7557
|
var key_round_default = {
|
|
7557
7558
|
name: "lucide-key-round",
|
|
7558
|
-
render: render$
|
|
7559
|
-
}, _hoisted_1$
|
|
7559
|
+
render: render$89
|
|
7560
|
+
}, _hoisted_1$108 = {
|
|
7560
7561
|
viewBox: "0 0 24 24",
|
|
7561
7562
|
width: "1.2em",
|
|
7562
7563
|
height: "1.2em"
|
|
7563
7564
|
};
|
|
7564
|
-
function render$
|
|
7565
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7565
|
+
function render$88(e, t) {
|
|
7566
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$108, t[0] ||= [createBaseVNode("path", {
|
|
7566
7567
|
fill: "none",
|
|
7567
7568
|
stroke: "currentColor",
|
|
7568
7569
|
"stroke-linecap": "round",
|
|
@@ -7573,14 +7574,14 @@ function render$86(e, t) {
|
|
|
7573
7574
|
}
|
|
7574
7575
|
var languages_default = {
|
|
7575
7576
|
name: "lucide-languages",
|
|
7576
|
-
render: render$
|
|
7577
|
-
}, _hoisted_1$
|
|
7577
|
+
render: render$88
|
|
7578
|
+
}, _hoisted_1$107 = {
|
|
7578
7579
|
viewBox: "0 0 24 24",
|
|
7579
7580
|
width: "1.2em",
|
|
7580
7581
|
height: "1.2em"
|
|
7581
7582
|
};
|
|
7582
|
-
function render$
|
|
7583
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7583
|
+
function render$87(e, t) {
|
|
7584
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$107, t[0] ||= [createBaseVNode("g", {
|
|
7584
7585
|
fill: "none",
|
|
7585
7586
|
stroke: "currentColor",
|
|
7586
7587
|
"stroke-linecap": "round",
|
|
@@ -7594,14 +7595,14 @@ function render$85(e, t) {
|
|
|
7594
7595
|
}
|
|
7595
7596
|
var layers_default = {
|
|
7596
7597
|
name: "lucide-layers",
|
|
7597
|
-
render: render$
|
|
7598
|
-
}, _hoisted_1$
|
|
7598
|
+
render: render$87
|
|
7599
|
+
}, _hoisted_1$106 = {
|
|
7599
7600
|
viewBox: "0 0 24 24",
|
|
7600
7601
|
width: "1.2em",
|
|
7601
7602
|
height: "1.2em"
|
|
7602
7603
|
};
|
|
7603
|
-
function render$
|
|
7604
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7604
|
+
function render$86(e, t) {
|
|
7605
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$106, t[0] ||= [createBaseVNode("path", {
|
|
7605
7606
|
fill: "none",
|
|
7606
7607
|
stroke: "currentColor",
|
|
7607
7608
|
"stroke-linecap": "round",
|
|
@@ -7612,14 +7613,14 @@ function render$84(e, t) {
|
|
|
7612
7613
|
}
|
|
7613
7614
|
var lightbulb_default = {
|
|
7614
7615
|
name: "lucide-lightbulb",
|
|
7615
|
-
render: render$
|
|
7616
|
-
}, _hoisted_1$
|
|
7616
|
+
render: render$86
|
|
7617
|
+
}, _hoisted_1$105 = {
|
|
7617
7618
|
viewBox: "0 0 24 24",
|
|
7618
7619
|
width: "1.2em",
|
|
7619
7620
|
height: "1.2em"
|
|
7620
7621
|
};
|
|
7621
|
-
function render$
|
|
7622
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7622
|
+
function render$85(e, t) {
|
|
7623
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$105, t[0] ||= [createBaseVNode("g", {
|
|
7623
7624
|
fill: "none",
|
|
7624
7625
|
stroke: "currentColor",
|
|
7625
7626
|
"stroke-linecap": "round",
|
|
@@ -7629,14 +7630,14 @@ function render$83(e, t) {
|
|
|
7629
7630
|
}
|
|
7630
7631
|
var link_default = {
|
|
7631
7632
|
name: "lucide-link",
|
|
7632
|
-
render: render$
|
|
7633
|
-
}, _hoisted_1$
|
|
7633
|
+
render: render$85
|
|
7634
|
+
}, _hoisted_1$104 = {
|
|
7634
7635
|
viewBox: "0 0 24 24",
|
|
7635
7636
|
width: "1.2em",
|
|
7636
7637
|
height: "1.2em"
|
|
7637
7638
|
};
|
|
7638
|
-
function render$
|
|
7639
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7639
|
+
function render$84(e, t) {
|
|
7640
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$104, t[0] ||= [createBaseVNode("path", {
|
|
7640
7641
|
fill: "none",
|
|
7641
7642
|
stroke: "currentColor",
|
|
7642
7643
|
"stroke-linecap": "round",
|
|
@@ -7647,14 +7648,14 @@ function render$82(e, t) {
|
|
|
7647
7648
|
}
|
|
7648
7649
|
var list_default = {
|
|
7649
7650
|
name: "lucide-list",
|
|
7650
|
-
render: render$
|
|
7651
|
-
}, _hoisted_1$
|
|
7651
|
+
render: render$84
|
|
7652
|
+
}, _hoisted_1$103 = {
|
|
7652
7653
|
viewBox: "0 0 24 24",
|
|
7653
7654
|
width: "1.2em",
|
|
7654
7655
|
height: "1.2em"
|
|
7655
7656
|
};
|
|
7656
|
-
function render$
|
|
7657
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7657
|
+
function render$83(e, t) {
|
|
7658
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$103, t[0] ||= [createBaseVNode("path", {
|
|
7658
7659
|
fill: "none",
|
|
7659
7660
|
stroke: "currentColor",
|
|
7660
7661
|
"stroke-linecap": "round",
|
|
@@ -7665,14 +7666,14 @@ function render$81(e, t) {
|
|
|
7665
7666
|
}
|
|
7666
7667
|
var list_checks_default = {
|
|
7667
7668
|
name: "lucide-list-checks",
|
|
7668
|
-
render: render$
|
|
7669
|
-
}, _hoisted_1$
|
|
7669
|
+
render: render$83
|
|
7670
|
+
}, _hoisted_1$102 = {
|
|
7670
7671
|
viewBox: "0 0 24 24",
|
|
7671
7672
|
width: "1.2em",
|
|
7672
7673
|
height: "1.2em"
|
|
7673
7674
|
};
|
|
7674
|
-
function render$
|
|
7675
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7675
|
+
function render$82(e, t) {
|
|
7676
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$102, t[0] ||= [createBaseVNode("g", {
|
|
7676
7677
|
fill: "none",
|
|
7677
7678
|
stroke: "currentColor",
|
|
7678
7679
|
"stroke-linecap": "round",
|
|
@@ -7689,14 +7690,14 @@ function render$80(e, t) {
|
|
|
7689
7690
|
}
|
|
7690
7691
|
var lock_default = {
|
|
7691
7692
|
name: "lucide-lock",
|
|
7692
|
-
render: render$
|
|
7693
|
-
}, _hoisted_1$
|
|
7693
|
+
render: render$82
|
|
7694
|
+
}, _hoisted_1$101 = {
|
|
7694
7695
|
viewBox: "0 0 24 24",
|
|
7695
7696
|
width: "1.2em",
|
|
7696
7697
|
height: "1.2em"
|
|
7697
7698
|
};
|
|
7698
|
-
function render$
|
|
7699
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7699
|
+
function render$81(e, t) {
|
|
7700
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$101, t[0] ||= [createBaseVNode("path", {
|
|
7700
7701
|
fill: "none",
|
|
7701
7702
|
stroke: "currentColor",
|
|
7702
7703
|
"stroke-linecap": "round",
|
|
@@ -7707,14 +7708,14 @@ function render$79(e, t) {
|
|
|
7707
7708
|
}
|
|
7708
7709
|
var log_in_default = {
|
|
7709
7710
|
name: "lucide-log-in",
|
|
7710
|
-
render: render$
|
|
7711
|
-
}, _hoisted_1$
|
|
7711
|
+
render: render$81
|
|
7712
|
+
}, _hoisted_1$100 = {
|
|
7712
7713
|
viewBox: "0 0 24 24",
|
|
7713
7714
|
width: "1.2em",
|
|
7714
7715
|
height: "1.2em"
|
|
7715
7716
|
};
|
|
7716
|
-
function render$
|
|
7717
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7717
|
+
function render$80(e, t) {
|
|
7718
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$100, t[0] ||= [createBaseVNode("path", {
|
|
7718
7719
|
fill: "none",
|
|
7719
7720
|
stroke: "currentColor",
|
|
7720
7721
|
"stroke-linecap": "round",
|
|
@@ -7725,14 +7726,14 @@ function render$78(e, t) {
|
|
|
7725
7726
|
}
|
|
7726
7727
|
var log_out_default = {
|
|
7727
7728
|
name: "lucide-log-out",
|
|
7728
|
-
render: render$
|
|
7729
|
-
}, _hoisted_1$
|
|
7729
|
+
render: render$80
|
|
7730
|
+
}, _hoisted_1$99 = {
|
|
7730
7731
|
viewBox: "0 0 24 24",
|
|
7731
7732
|
width: "1.2em",
|
|
7732
7733
|
height: "1.2em"
|
|
7733
7734
|
};
|
|
7734
|
-
function render$
|
|
7735
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7735
|
+
function render$79(e, t) {
|
|
7736
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$99, t[0] ||= [createBaseVNode("g", {
|
|
7736
7737
|
fill: "none",
|
|
7737
7738
|
stroke: "currentColor",
|
|
7738
7739
|
"stroke-linecap": "round",
|
|
@@ -7748,14 +7749,14 @@ function render$77(e, t) {
|
|
|
7748
7749
|
}
|
|
7749
7750
|
var mail_default = {
|
|
7750
7751
|
name: "lucide-mail",
|
|
7751
|
-
render: render$
|
|
7752
|
-
}, _hoisted_1$
|
|
7752
|
+
render: render$79
|
|
7753
|
+
}, _hoisted_1$98 = {
|
|
7753
7754
|
viewBox: "0 0 24 24",
|
|
7754
7755
|
width: "1.2em",
|
|
7755
7756
|
height: "1.2em"
|
|
7756
7757
|
};
|
|
7757
|
-
function render$
|
|
7758
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7758
|
+
function render$78(e, t) {
|
|
7759
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$98, t[0] ||= [createBaseVNode("path", {
|
|
7759
7760
|
fill: "none",
|
|
7760
7761
|
stroke: "currentColor",
|
|
7761
7762
|
"stroke-linecap": "round",
|
|
@@ -7766,14 +7767,14 @@ function render$76(e, t) {
|
|
|
7766
7767
|
}
|
|
7767
7768
|
var maximize_default = {
|
|
7768
7769
|
name: "lucide-maximize",
|
|
7769
|
-
render: render$
|
|
7770
|
-
}, _hoisted_1$
|
|
7770
|
+
render: render$78
|
|
7771
|
+
}, _hoisted_1$97 = {
|
|
7771
7772
|
viewBox: "0 0 24 24",
|
|
7772
7773
|
width: "1.2em",
|
|
7773
7774
|
height: "1.2em"
|
|
7774
7775
|
};
|
|
7775
|
-
function render$
|
|
7776
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7776
|
+
function render$77(e, t) {
|
|
7777
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$97, t[0] ||= [createBaseVNode("path", {
|
|
7777
7778
|
fill: "none",
|
|
7778
7779
|
stroke: "currentColor",
|
|
7779
7780
|
"stroke-linecap": "round",
|
|
@@ -7784,14 +7785,14 @@ function render$75(e, t) {
|
|
|
7784
7785
|
}
|
|
7785
7786
|
var maximize_2_default = {
|
|
7786
7787
|
name: "lucide-maximize-2",
|
|
7787
|
-
render: render$
|
|
7788
|
-
}, _hoisted_1$
|
|
7788
|
+
render: render$77
|
|
7789
|
+
}, _hoisted_1$96 = {
|
|
7789
7790
|
viewBox: "0 0 24 24",
|
|
7790
7791
|
width: "1.2em",
|
|
7791
7792
|
height: "1.2em"
|
|
7792
7793
|
};
|
|
7793
|
-
function render$
|
|
7794
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7794
|
+
function render$76(e, t) {
|
|
7795
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$96, t[0] ||= [createBaseVNode("path", {
|
|
7795
7796
|
fill: "none",
|
|
7796
7797
|
stroke: "currentColor",
|
|
7797
7798
|
"stroke-linecap": "round",
|
|
@@ -7802,14 +7803,14 @@ function render$74(e, t) {
|
|
|
7802
7803
|
}
|
|
7803
7804
|
var menu_default = {
|
|
7804
7805
|
name: "lucide-menu",
|
|
7805
|
-
render: render$
|
|
7806
|
-
}, _hoisted_1$
|
|
7806
|
+
render: render$76
|
|
7807
|
+
}, _hoisted_1$95 = {
|
|
7807
7808
|
viewBox: "0 0 24 24",
|
|
7808
7809
|
width: "1.2em",
|
|
7809
7810
|
height: "1.2em"
|
|
7810
7811
|
};
|
|
7811
|
-
function render$
|
|
7812
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7812
|
+
function render$75(e, t) {
|
|
7813
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$95, t[0] ||= [createBaseVNode("path", {
|
|
7813
7814
|
fill: "none",
|
|
7814
7815
|
stroke: "currentColor",
|
|
7815
7816
|
"stroke-linecap": "round",
|
|
@@ -7820,14 +7821,14 @@ function render$73(e, t) {
|
|
|
7820
7821
|
}
|
|
7821
7822
|
var message_circle_default = {
|
|
7822
7823
|
name: "lucide-message-circle",
|
|
7823
|
-
render: render$
|
|
7824
|
-
}, _hoisted_1$
|
|
7824
|
+
render: render$75
|
|
7825
|
+
}, _hoisted_1$94 = {
|
|
7825
7826
|
viewBox: "0 0 24 24",
|
|
7826
7827
|
width: "1.2em",
|
|
7827
7828
|
height: "1.2em"
|
|
7828
7829
|
};
|
|
7829
|
-
function render$
|
|
7830
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7830
|
+
function render$74(e, t) {
|
|
7831
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$94, t[0] ||= [createBaseVNode("path", {
|
|
7831
7832
|
fill: "none",
|
|
7832
7833
|
stroke: "currentColor",
|
|
7833
7834
|
"stroke-linecap": "round",
|
|
@@ -7838,14 +7839,14 @@ function render$72(e, t) {
|
|
|
7838
7839
|
}
|
|
7839
7840
|
var messages_square_default = {
|
|
7840
7841
|
name: "lucide-messages-square",
|
|
7841
|
-
render: render$
|
|
7842
|
-
}, _hoisted_1$
|
|
7842
|
+
render: render$74
|
|
7843
|
+
}, _hoisted_1$93 = {
|
|
7843
7844
|
viewBox: "0 0 24 24",
|
|
7844
7845
|
width: "1.2em",
|
|
7845
7846
|
height: "1.2em"
|
|
7846
7847
|
};
|
|
7847
|
-
function render$
|
|
7848
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7848
|
+
function render$73(e, t) {
|
|
7849
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$93, t[0] ||= [createBaseVNode("g", {
|
|
7849
7850
|
fill: "none",
|
|
7850
7851
|
stroke: "currentColor",
|
|
7851
7852
|
"stroke-linecap": "round",
|
|
@@ -7861,14 +7862,14 @@ function render$71(e, t) {
|
|
|
7861
7862
|
}
|
|
7862
7863
|
var mic_default = {
|
|
7863
7864
|
name: "lucide-mic",
|
|
7864
|
-
render: render$
|
|
7865
|
-
}, _hoisted_1$
|
|
7865
|
+
render: render$73
|
|
7866
|
+
}, _hoisted_1$92 = {
|
|
7866
7867
|
viewBox: "0 0 24 24",
|
|
7867
7868
|
width: "1.2em",
|
|
7868
7869
|
height: "1.2em"
|
|
7869
7870
|
};
|
|
7870
|
-
function render$
|
|
7871
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7871
|
+
function render$72(e, t) {
|
|
7872
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$92, t[0] ||= [createBaseVNode("path", {
|
|
7872
7873
|
fill: "none",
|
|
7873
7874
|
stroke: "currentColor",
|
|
7874
7875
|
"stroke-linecap": "round",
|
|
@@ -7879,14 +7880,14 @@ function render$70(e, t) {
|
|
|
7879
7880
|
}
|
|
7880
7881
|
var milestone_default = {
|
|
7881
7882
|
name: "lucide-milestone",
|
|
7882
|
-
render: render$
|
|
7883
|
-
}, _hoisted_1$
|
|
7883
|
+
render: render$72
|
|
7884
|
+
}, _hoisted_1$91 = {
|
|
7884
7885
|
viewBox: "0 0 24 24",
|
|
7885
7886
|
width: "1.2em",
|
|
7886
7887
|
height: "1.2em"
|
|
7887
7888
|
};
|
|
7888
|
-
function render$
|
|
7889
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7889
|
+
function render$71(e, t) {
|
|
7890
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$91, t[0] ||= [createBaseVNode("path", {
|
|
7890
7891
|
fill: "none",
|
|
7891
7892
|
stroke: "currentColor",
|
|
7892
7893
|
"stroke-linecap": "round",
|
|
@@ -7897,14 +7898,14 @@ function render$69(e, t) {
|
|
|
7897
7898
|
}
|
|
7898
7899
|
var minimize_2_default = {
|
|
7899
7900
|
name: "lucide-minimize-2",
|
|
7900
|
-
render: render$
|
|
7901
|
-
}, _hoisted_1$
|
|
7901
|
+
render: render$71
|
|
7902
|
+
}, _hoisted_1$90 = {
|
|
7902
7903
|
viewBox: "0 0 24 24",
|
|
7903
7904
|
width: "1.2em",
|
|
7904
7905
|
height: "1.2em"
|
|
7905
7906
|
};
|
|
7906
|
-
function render$
|
|
7907
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7907
|
+
function render$70(e, t) {
|
|
7908
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$90, t[0] ||= [createBaseVNode("path", {
|
|
7908
7909
|
fill: "none",
|
|
7909
7910
|
stroke: "currentColor",
|
|
7910
7911
|
"stroke-linecap": "round",
|
|
@@ -7915,25 +7916,42 @@ function render$68(e, t) {
|
|
|
7915
7916
|
}
|
|
7916
7917
|
var mouse_pointer_default = {
|
|
7917
7918
|
name: "lucide-mouse-pointer",
|
|
7918
|
-
render: render$
|
|
7919
|
-
}, _hoisted_1$
|
|
7919
|
+
render: render$70
|
|
7920
|
+
}, _hoisted_1$89 = {
|
|
7920
7921
|
viewBox: "0 0 24 24",
|
|
7921
7922
|
width: "1.2em",
|
|
7922
7923
|
height: "1.2em"
|
|
7923
7924
|
};
|
|
7924
|
-
function render$
|
|
7925
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7925
|
+
function render$69(e, t) {
|
|
7926
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$89, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"6\" x=\"16\" y=\"16\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"2\" y=\"16\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"9\" y=\"2\" rx=\"1\"></rect><path d=\"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3m-7-4V8\"></path></g>", 1)]);
|
|
7926
7927
|
}
|
|
7927
7928
|
var network_default = {
|
|
7928
7929
|
name: "lucide-network",
|
|
7929
|
-
render: render$
|
|
7930
|
-
}, _hoisted_1$
|
|
7930
|
+
render: render$69
|
|
7931
|
+
}, _hoisted_1$88 = {
|
|
7931
7932
|
viewBox: "0 0 24 24",
|
|
7932
7933
|
width: "1.2em",
|
|
7933
7934
|
height: "1.2em"
|
|
7934
7935
|
};
|
|
7935
|
-
function render$
|
|
7936
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7936
|
+
function render$68(e, t) {
|
|
7937
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$88, t[0] ||= [createBaseVNode("g", {
|
|
7938
|
+
fill: "none",
|
|
7939
|
+
stroke: "currentColor",
|
|
7940
|
+
"stroke-linecap": "round",
|
|
7941
|
+
"stroke-linejoin": "round",
|
|
7942
|
+
"stroke-width": "2"
|
|
7943
|
+
}, [createBaseVNode("path", { d: "M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4M2 6h4m-4 4h4m-4 4h4m-4 4h4" }), createBaseVNode("path", { d: "M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" })], -1)]);
|
|
7944
|
+
}
|
|
7945
|
+
var notebook_pen_default = {
|
|
7946
|
+
name: "lucide-notebook-pen",
|
|
7947
|
+
render: render$68
|
|
7948
|
+
}, _hoisted_1$87 = {
|
|
7949
|
+
viewBox: "0 0 24 24",
|
|
7950
|
+
width: "1.2em",
|
|
7951
|
+
height: "1.2em"
|
|
7952
|
+
};
|
|
7953
|
+
function render$67(e, t) {
|
|
7954
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$87, t[0] ||= [createBaseVNode("g", {
|
|
7937
7955
|
fill: "none",
|
|
7938
7956
|
stroke: "currentColor",
|
|
7939
7957
|
"stroke-linecap": "round",
|
|
@@ -7947,25 +7965,25 @@ function render$66(e, t) {
|
|
|
7947
7965
|
}
|
|
7948
7966
|
var package_open_default = {
|
|
7949
7967
|
name: "lucide-package-open",
|
|
7950
|
-
render: render$
|
|
7951
|
-
}, _hoisted_1$
|
|
7968
|
+
render: render$67
|
|
7969
|
+
}, _hoisted_1$86 = {
|
|
7952
7970
|
viewBox: "0 0 24 24",
|
|
7953
7971
|
width: "1.2em",
|
|
7954
7972
|
height: "1.2em"
|
|
7955
7973
|
};
|
|
7956
|
-
function render$
|
|
7957
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7974
|
+
function render$66(e, t) {
|
|
7975
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$86, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22a1 1 0 0 1 0-20a10 9 0 0 1 10 9a5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z\"></path><circle cx=\"13.5\" cy=\"6.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"17.5\" cy=\"10.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"6.5\" cy=\"12.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"8.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"></circle></g>", 1)]);
|
|
7958
7976
|
}
|
|
7959
7977
|
var palette_default = {
|
|
7960
7978
|
name: "lucide-palette",
|
|
7961
|
-
render: render$
|
|
7962
|
-
}, _hoisted_1$
|
|
7979
|
+
render: render$66
|
|
7980
|
+
}, _hoisted_1$85 = {
|
|
7963
7981
|
viewBox: "0 0 24 24",
|
|
7964
7982
|
width: "1.2em",
|
|
7965
7983
|
height: "1.2em"
|
|
7966
7984
|
};
|
|
7967
|
-
function render$
|
|
7968
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7985
|
+
function render$65(e, t) {
|
|
7986
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$85, t[0] ||= [createBaseVNode("g", {
|
|
7969
7987
|
fill: "none",
|
|
7970
7988
|
stroke: "currentColor",
|
|
7971
7989
|
"stroke-linecap": "round",
|
|
@@ -7981,14 +7999,14 @@ function render$64(e, t) {
|
|
|
7981
7999
|
}
|
|
7982
8000
|
var panel_left_default = {
|
|
7983
8001
|
name: "lucide-panel-left",
|
|
7984
|
-
render: render$
|
|
7985
|
-
}, _hoisted_1$
|
|
8002
|
+
render: render$65
|
|
8003
|
+
}, _hoisted_1$84 = {
|
|
7986
8004
|
viewBox: "0 0 24 24",
|
|
7987
8005
|
width: "1.2em",
|
|
7988
8006
|
height: "1.2em"
|
|
7989
8007
|
};
|
|
7990
|
-
function render$
|
|
7991
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8008
|
+
function render$64(e, t) {
|
|
8009
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$84, t[0] ||= [createBaseVNode("g", {
|
|
7992
8010
|
fill: "none",
|
|
7993
8011
|
stroke: "currentColor",
|
|
7994
8012
|
"stroke-linecap": "round",
|
|
@@ -8004,14 +8022,14 @@ function render$63(e, t) {
|
|
|
8004
8022
|
}
|
|
8005
8023
|
var panel_right_default = {
|
|
8006
8024
|
name: "lucide-panel-right",
|
|
8007
|
-
render: render$
|
|
8008
|
-
}, _hoisted_1$
|
|
8025
|
+
render: render$64
|
|
8026
|
+
}, _hoisted_1$83 = {
|
|
8009
8027
|
viewBox: "0 0 24 24",
|
|
8010
8028
|
width: "1.2em",
|
|
8011
8029
|
height: "1.2em"
|
|
8012
8030
|
};
|
|
8013
|
-
function render$
|
|
8014
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8031
|
+
function render$63(e, t) {
|
|
8032
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$83, t[0] ||= [createBaseVNode("path", {
|
|
8015
8033
|
fill: "none",
|
|
8016
8034
|
stroke: "currentColor",
|
|
8017
8035
|
"stroke-linecap": "round",
|
|
@@ -8022,14 +8040,14 @@ function render$62(e, t) {
|
|
|
8022
8040
|
}
|
|
8023
8041
|
var paperclip_default = {
|
|
8024
8042
|
name: "lucide-paperclip",
|
|
8025
|
-
render: render$
|
|
8026
|
-
}, _hoisted_1$
|
|
8043
|
+
render: render$63
|
|
8044
|
+
}, _hoisted_1$82 = {
|
|
8027
8045
|
viewBox: "0 0 24 24",
|
|
8028
8046
|
width: "1.2em",
|
|
8029
8047
|
height: "1.2em"
|
|
8030
8048
|
};
|
|
8031
|
-
function render$
|
|
8032
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8049
|
+
function render$62(e, t) {
|
|
8050
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$82, t[0] ||= [createBaseVNode("g", {
|
|
8033
8051
|
fill: "none",
|
|
8034
8052
|
stroke: "currentColor",
|
|
8035
8053
|
"stroke-linecap": "round",
|
|
@@ -8051,14 +8069,14 @@ function render$61(e, t) {
|
|
|
8051
8069
|
}
|
|
8052
8070
|
var pause_default = {
|
|
8053
8071
|
name: "lucide-pause",
|
|
8054
|
-
render: render$
|
|
8055
|
-
}, _hoisted_1$
|
|
8072
|
+
render: render$62
|
|
8073
|
+
}, _hoisted_1$81 = {
|
|
8056
8074
|
viewBox: "0 0 24 24",
|
|
8057
8075
|
width: "1.2em",
|
|
8058
8076
|
height: "1.2em"
|
|
8059
8077
|
};
|
|
8060
|
-
function render$
|
|
8061
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8078
|
+
function render$61(e, t) {
|
|
8079
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$81, t[0] ||= [createBaseVNode("path", {
|
|
8062
8080
|
fill: "none",
|
|
8063
8081
|
stroke: "currentColor",
|
|
8064
8082
|
"stroke-linecap": "round",
|
|
@@ -8069,14 +8087,14 @@ function render$60(e, t) {
|
|
|
8069
8087
|
}
|
|
8070
8088
|
var pen_default = {
|
|
8071
8089
|
name: "lucide-pen",
|
|
8072
|
-
render: render$
|
|
8073
|
-
}, _hoisted_1$
|
|
8090
|
+
render: render$61
|
|
8091
|
+
}, _hoisted_1$80 = {
|
|
8074
8092
|
viewBox: "0 0 24 24",
|
|
8075
8093
|
width: "1.2em",
|
|
8076
8094
|
height: "1.2em"
|
|
8077
8095
|
};
|
|
8078
|
-
function render$
|
|
8079
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8096
|
+
function render$60(e, t) {
|
|
8097
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$80, t[0] ||= [createBaseVNode("path", {
|
|
8080
8098
|
fill: "none",
|
|
8081
8099
|
stroke: "currentColor",
|
|
8082
8100
|
"stroke-linecap": "round",
|
|
@@ -8087,14 +8105,14 @@ function render$59(e, t) {
|
|
|
8087
8105
|
}
|
|
8088
8106
|
var pencil_default = {
|
|
8089
8107
|
name: "lucide-pencil",
|
|
8090
|
-
render: render$
|
|
8091
|
-
}, _hoisted_1$
|
|
8108
|
+
render: render$60
|
|
8109
|
+
}, _hoisted_1$79 = {
|
|
8092
8110
|
viewBox: "0 0 24 24",
|
|
8093
8111
|
width: "1.2em",
|
|
8094
8112
|
height: "1.2em"
|
|
8095
8113
|
};
|
|
8096
|
-
function render$
|
|
8097
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8114
|
+
function render$59(e, t) {
|
|
8115
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$79, t[0] ||= [createBaseVNode("path", {
|
|
8098
8116
|
fill: "none",
|
|
8099
8117
|
stroke: "currentColor",
|
|
8100
8118
|
"stroke-linecap": "round",
|
|
@@ -8105,14 +8123,14 @@ function render$58(e, t) {
|
|
|
8105
8123
|
}
|
|
8106
8124
|
var pin_default = {
|
|
8107
8125
|
name: "lucide-pin",
|
|
8108
|
-
render: render$
|
|
8109
|
-
}, _hoisted_1$
|
|
8126
|
+
render: render$59
|
|
8127
|
+
}, _hoisted_1$78 = {
|
|
8110
8128
|
viewBox: "0 0 24 24",
|
|
8111
8129
|
width: "1.2em",
|
|
8112
8130
|
height: "1.2em"
|
|
8113
8131
|
};
|
|
8114
|
-
function render$
|
|
8115
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8132
|
+
function render$58(e, t) {
|
|
8133
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$78, t[0] ||= [createBaseVNode("path", {
|
|
8116
8134
|
fill: "none",
|
|
8117
8135
|
stroke: "currentColor",
|
|
8118
8136
|
"stroke-linecap": "round",
|
|
@@ -8123,14 +8141,14 @@ function render$57(e, t) {
|
|
|
8123
8141
|
}
|
|
8124
8142
|
var play_default = {
|
|
8125
8143
|
name: "lucide-play",
|
|
8126
|
-
render: render$
|
|
8127
|
-
}, _hoisted_1$
|
|
8144
|
+
render: render$58
|
|
8145
|
+
}, _hoisted_1$77 = {
|
|
8128
8146
|
viewBox: "0 0 24 24",
|
|
8129
8147
|
width: "1.2em",
|
|
8130
8148
|
height: "1.2em"
|
|
8131
8149
|
};
|
|
8132
|
-
function render$
|
|
8133
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8150
|
+
function render$57(e, t) {
|
|
8151
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$77, t[0] ||= [createBaseVNode("path", {
|
|
8134
8152
|
fill: "none",
|
|
8135
8153
|
stroke: "currentColor",
|
|
8136
8154
|
"stroke-linecap": "round",
|
|
@@ -8141,14 +8159,14 @@ function render$56(e, t) {
|
|
|
8141
8159
|
}
|
|
8142
8160
|
var plug_default = {
|
|
8143
8161
|
name: "lucide-plug",
|
|
8144
|
-
render: render$
|
|
8145
|
-
}, _hoisted_1$
|
|
8162
|
+
render: render$57
|
|
8163
|
+
}, _hoisted_1$76 = {
|
|
8146
8164
|
viewBox: "0 0 24 24",
|
|
8147
8165
|
width: "1.2em",
|
|
8148
8166
|
height: "1.2em"
|
|
8149
8167
|
};
|
|
8150
|
-
function render$
|
|
8151
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8168
|
+
function render$56(e, t) {
|
|
8169
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$76, t[0] ||= [createBaseVNode("path", {
|
|
8152
8170
|
fill: "none",
|
|
8153
8171
|
stroke: "currentColor",
|
|
8154
8172
|
"stroke-linecap": "round",
|
|
@@ -8159,14 +8177,14 @@ function render$55(e, t) {
|
|
|
8159
8177
|
}
|
|
8160
8178
|
var plus_default = {
|
|
8161
8179
|
name: "lucide-plus",
|
|
8162
|
-
render: render$
|
|
8163
|
-
}, _hoisted_1$
|
|
8180
|
+
render: render$56
|
|
8181
|
+
}, _hoisted_1$75 = {
|
|
8164
8182
|
viewBox: "0 0 24 24",
|
|
8165
8183
|
width: "1.2em",
|
|
8166
8184
|
height: "1.2em"
|
|
8167
8185
|
};
|
|
8168
|
-
function render$
|
|
8169
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8186
|
+
function render$55(e, t) {
|
|
8187
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$75, t[0] ||= [createBaseVNode("g", {
|
|
8170
8188
|
fill: "none",
|
|
8171
8189
|
stroke: "currentColor",
|
|
8172
8190
|
"stroke-linecap": "round",
|
|
@@ -8176,14 +8194,14 @@ function render$54(e, t) {
|
|
|
8176
8194
|
}
|
|
8177
8195
|
var pocket_knife_default = {
|
|
8178
8196
|
name: "lucide-pocket-knife",
|
|
8179
|
-
render: render$
|
|
8180
|
-
}, _hoisted_1$
|
|
8197
|
+
render: render$55
|
|
8198
|
+
}, _hoisted_1$74 = {
|
|
8181
8199
|
viewBox: "0 0 24 24",
|
|
8182
8200
|
width: "1.2em",
|
|
8183
8201
|
height: "1.2em"
|
|
8184
8202
|
};
|
|
8185
|
-
function render$
|
|
8186
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8203
|
+
function render$54(e, t) {
|
|
8204
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$74, t[0] ||= [createBaseVNode("path", {
|
|
8187
8205
|
fill: "none",
|
|
8188
8206
|
stroke: "currentColor",
|
|
8189
8207
|
"stroke-linecap": "round",
|
|
@@ -8194,14 +8212,14 @@ function render$53(e, t) {
|
|
|
8194
8212
|
}
|
|
8195
8213
|
var power_default = {
|
|
8196
8214
|
name: "lucide-power",
|
|
8197
|
-
render: render$
|
|
8198
|
-
}, _hoisted_1$
|
|
8215
|
+
render: render$54
|
|
8216
|
+
}, _hoisted_1$73 = {
|
|
8199
8217
|
viewBox: "0 0 24 24",
|
|
8200
8218
|
width: "1.2em",
|
|
8201
8219
|
height: "1.2em"
|
|
8202
8220
|
};
|
|
8203
|
-
function render$
|
|
8204
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8221
|
+
function render$53(e, t) {
|
|
8222
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$73, t[0] ||= [createBaseVNode("g", {
|
|
8205
8223
|
fill: "none",
|
|
8206
8224
|
stroke: "currentColor",
|
|
8207
8225
|
"stroke-linecap": "round",
|
|
@@ -8211,14 +8229,14 @@ function render$52(e, t) {
|
|
|
8211
8229
|
}
|
|
8212
8230
|
var redo_2_default = {
|
|
8213
8231
|
name: "lucide-redo-2",
|
|
8214
|
-
render: render$
|
|
8215
|
-
}, _hoisted_1$
|
|
8232
|
+
render: render$53
|
|
8233
|
+
}, _hoisted_1$72 = {
|
|
8216
8234
|
viewBox: "0 0 24 24",
|
|
8217
8235
|
width: "1.2em",
|
|
8218
8236
|
height: "1.2em"
|
|
8219
8237
|
};
|
|
8220
|
-
function render$
|
|
8221
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8238
|
+
function render$52(e, t) {
|
|
8239
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$72, t[0] ||= [createBaseVNode("g", {
|
|
8222
8240
|
fill: "none",
|
|
8223
8241
|
stroke: "currentColor",
|
|
8224
8242
|
"stroke-linecap": "round",
|
|
@@ -8232,14 +8250,14 @@ function render$51(e, t) {
|
|
|
8232
8250
|
}
|
|
8233
8251
|
var refresh_cw_default = {
|
|
8234
8252
|
name: "lucide-refresh-cw",
|
|
8235
|
-
render: render$
|
|
8236
|
-
}, _hoisted_1$
|
|
8253
|
+
render: render$52
|
|
8254
|
+
}, _hoisted_1$71 = {
|
|
8237
8255
|
viewBox: "0 0 24 24",
|
|
8238
8256
|
width: "1.2em",
|
|
8239
8257
|
height: "1.2em"
|
|
8240
8258
|
};
|
|
8241
|
-
function render$
|
|
8242
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8259
|
+
function render$51(e, t) {
|
|
8260
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$71, t[0] ||= [createBaseVNode("path", {
|
|
8243
8261
|
fill: "none",
|
|
8244
8262
|
stroke: "currentColor",
|
|
8245
8263
|
"stroke-linecap": "round",
|
|
@@ -8250,14 +8268,14 @@ function render$50(e, t) {
|
|
|
8250
8268
|
}
|
|
8251
8269
|
var remove_formatting_default = {
|
|
8252
8270
|
name: "lucide-remove-formatting",
|
|
8253
|
-
render: render$
|
|
8254
|
-
}, _hoisted_1$
|
|
8271
|
+
render: render$51
|
|
8272
|
+
}, _hoisted_1$70 = {
|
|
8255
8273
|
viewBox: "0 0 24 24",
|
|
8256
8274
|
width: "1.2em",
|
|
8257
8275
|
height: "1.2em"
|
|
8258
8276
|
};
|
|
8259
|
-
function render$
|
|
8260
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8277
|
+
function render$50(e, t) {
|
|
8278
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$70, t[0] ||= [createBaseVNode("g", {
|
|
8261
8279
|
fill: "none",
|
|
8262
8280
|
stroke: "currentColor",
|
|
8263
8281
|
"stroke-linecap": "round",
|
|
@@ -8271,14 +8289,14 @@ function render$49(e, t) {
|
|
|
8271
8289
|
}
|
|
8272
8290
|
var rss_default = {
|
|
8273
8291
|
name: "lucide-rss",
|
|
8274
|
-
render: render$
|
|
8275
|
-
}, _hoisted_1$
|
|
8292
|
+
render: render$50
|
|
8293
|
+
}, _hoisted_1$69 = {
|
|
8276
8294
|
viewBox: "0 0 24 24",
|
|
8277
8295
|
width: "1.2em",
|
|
8278
8296
|
height: "1.2em"
|
|
8279
8297
|
};
|
|
8280
|
-
function render$
|
|
8281
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8298
|
+
function render$49(e, t) {
|
|
8299
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$69, t[0] ||= [createBaseVNode("path", {
|
|
8282
8300
|
fill: "none",
|
|
8283
8301
|
stroke: "currentColor",
|
|
8284
8302
|
"stroke-linecap": "round",
|
|
@@ -8289,14 +8307,14 @@ function render$48(e, t) {
|
|
|
8289
8307
|
}
|
|
8290
8308
|
var satellite_dish_default = {
|
|
8291
8309
|
name: "lucide-satellite-dish",
|
|
8292
|
-
render: render$
|
|
8293
|
-
}, _hoisted_1$
|
|
8310
|
+
render: render$49
|
|
8311
|
+
}, _hoisted_1$68 = {
|
|
8294
8312
|
viewBox: "0 0 24 24",
|
|
8295
8313
|
width: "1.2em",
|
|
8296
8314
|
height: "1.2em"
|
|
8297
8315
|
};
|
|
8298
|
-
function render$
|
|
8299
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8316
|
+
function render$48(e, t) {
|
|
8317
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$68, t[0] ||= [createBaseVNode("g", {
|
|
8300
8318
|
fill: "none",
|
|
8301
8319
|
stroke: "currentColor",
|
|
8302
8320
|
"stroke-linecap": "round",
|
|
@@ -8306,14 +8324,14 @@ function render$47(e, t) {
|
|
|
8306
8324
|
}
|
|
8307
8325
|
var save_default = {
|
|
8308
8326
|
name: "lucide-save",
|
|
8309
|
-
render: render$
|
|
8310
|
-
}, _hoisted_1$
|
|
8327
|
+
render: render$48
|
|
8328
|
+
}, _hoisted_1$67 = {
|
|
8311
8329
|
viewBox: "0 0 24 24",
|
|
8312
8330
|
width: "1.2em",
|
|
8313
8331
|
height: "1.2em"
|
|
8314
8332
|
};
|
|
8315
|
-
function render$
|
|
8316
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8333
|
+
function render$47(e, t) {
|
|
8334
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$67, t[0] ||= [createBaseVNode("path", {
|
|
8317
8335
|
fill: "none",
|
|
8318
8336
|
stroke: "currentColor",
|
|
8319
8337
|
"stroke-linecap": "round",
|
|
@@ -8324,25 +8342,25 @@ function render$46(e, t) {
|
|
|
8324
8342
|
}
|
|
8325
8343
|
var scale_default = {
|
|
8326
8344
|
name: "lucide-scale",
|
|
8327
|
-
render: render$
|
|
8328
|
-
}, _hoisted_1$
|
|
8345
|
+
render: render$47
|
|
8346
|
+
}, _hoisted_1$66 = {
|
|
8329
8347
|
viewBox: "0 0 24 24",
|
|
8330
8348
|
width: "1.2em",
|
|
8331
8349
|
height: "1.2em"
|
|
8332
8350
|
};
|
|
8333
|
-
function render$
|
|
8334
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8351
|
+
function render$46(e, t) {
|
|
8352
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$66, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"6\" r=\"3\"></circle><path d=\"M8.12 8.12L12 12m8-8L8.12 15.88\"></path><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M14.8 14.8L20 20\"></path></g>", 1)]);
|
|
8335
8353
|
}
|
|
8336
8354
|
var scissors_default = {
|
|
8337
8355
|
name: "lucide-scissors",
|
|
8338
|
-
render: render$
|
|
8339
|
-
}, _hoisted_1$
|
|
8356
|
+
render: render$46
|
|
8357
|
+
}, _hoisted_1$65 = {
|
|
8340
8358
|
viewBox: "0 0 24 24",
|
|
8341
8359
|
width: "1.2em",
|
|
8342
8360
|
height: "1.2em"
|
|
8343
8361
|
};
|
|
8344
|
-
function render$
|
|
8345
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8362
|
+
function render$45(e, t) {
|
|
8363
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$65, t[0] ||= [createBaseVNode("g", {
|
|
8346
8364
|
fill: "none",
|
|
8347
8365
|
stroke: "currentColor",
|
|
8348
8366
|
"stroke-linecap": "round",
|
|
@@ -8356,14 +8374,14 @@ function render$44(e, t) {
|
|
|
8356
8374
|
}
|
|
8357
8375
|
var search_default = {
|
|
8358
8376
|
name: "lucide-search",
|
|
8359
|
-
render: render$
|
|
8360
|
-
}, _hoisted_1$
|
|
8377
|
+
render: render$45
|
|
8378
|
+
}, _hoisted_1$64 = {
|
|
8361
8379
|
viewBox: "0 0 24 24",
|
|
8362
8380
|
width: "1.2em",
|
|
8363
8381
|
height: "1.2em"
|
|
8364
8382
|
};
|
|
8365
|
-
function render$
|
|
8366
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8383
|
+
function render$44(e, t) {
|
|
8384
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$64, t[0] ||= [createBaseVNode("path", {
|
|
8367
8385
|
fill: "none",
|
|
8368
8386
|
stroke: "currentColor",
|
|
8369
8387
|
"stroke-linecap": "round",
|
|
@@ -8374,14 +8392,14 @@ function render$43(e, t) {
|
|
|
8374
8392
|
}
|
|
8375
8393
|
var send_default = {
|
|
8376
8394
|
name: "lucide-send",
|
|
8377
|
-
render: render$
|
|
8378
|
-
}, _hoisted_1$
|
|
8395
|
+
render: render$44
|
|
8396
|
+
}, _hoisted_1$63 = {
|
|
8379
8397
|
viewBox: "0 0 24 24",
|
|
8380
8398
|
width: "1.2em",
|
|
8381
8399
|
height: "1.2em"
|
|
8382
8400
|
};
|
|
8383
|
-
function render$
|
|
8384
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8401
|
+
function render$43(e, t) {
|
|
8402
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$63, t[0] ||= [createBaseVNode("g", {
|
|
8385
8403
|
fill: "none",
|
|
8386
8404
|
stroke: "currentColor",
|
|
8387
8405
|
"stroke-linecap": "round",
|
|
@@ -8409,14 +8427,14 @@ function render$42(e, t) {
|
|
|
8409
8427
|
}
|
|
8410
8428
|
var server_default = {
|
|
8411
8429
|
name: "lucide-server",
|
|
8412
|
-
render: render$
|
|
8413
|
-
}, _hoisted_1$
|
|
8430
|
+
render: render$43
|
|
8431
|
+
}, _hoisted_1$62 = {
|
|
8414
8432
|
viewBox: "0 0 24 24",
|
|
8415
8433
|
width: "1.2em",
|
|
8416
8434
|
height: "1.2em"
|
|
8417
8435
|
};
|
|
8418
|
-
function render$
|
|
8419
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8436
|
+
function render$42(e, t) {
|
|
8437
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$62, t[0] ||= [createBaseVNode("g", {
|
|
8420
8438
|
fill: "none",
|
|
8421
8439
|
stroke: "currentColor",
|
|
8422
8440
|
"stroke-linecap": "round",
|
|
@@ -8430,6 +8448,35 @@ function render$41(e, t) {
|
|
|
8430
8448
|
}
|
|
8431
8449
|
var settings_default = {
|
|
8432
8450
|
name: "lucide-settings",
|
|
8451
|
+
render: render$42
|
|
8452
|
+
}, _hoisted_1$61 = {
|
|
8453
|
+
viewBox: "0 0 24 24",
|
|
8454
|
+
width: "1.2em",
|
|
8455
|
+
height: "1.2em"
|
|
8456
|
+
};
|
|
8457
|
+
function render$41(e, t) {
|
|
8458
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$61, t[0] ||= [createBaseVNode("g", {
|
|
8459
|
+
fill: "none",
|
|
8460
|
+
stroke: "currentColor",
|
|
8461
|
+
"stroke-linecap": "round",
|
|
8462
|
+
"stroke-linejoin": "round",
|
|
8463
|
+
"stroke-width": "2"
|
|
8464
|
+
}, [
|
|
8465
|
+
createBaseVNode("path", { d: "M14 17H5M19 7h-9" }),
|
|
8466
|
+
createBaseVNode("circle", {
|
|
8467
|
+
cx: "17",
|
|
8468
|
+
cy: "17",
|
|
8469
|
+
r: "3"
|
|
8470
|
+
}),
|
|
8471
|
+
createBaseVNode("circle", {
|
|
8472
|
+
cx: "7",
|
|
8473
|
+
cy: "7",
|
|
8474
|
+
r: "3"
|
|
8475
|
+
})
|
|
8476
|
+
], -1)]);
|
|
8477
|
+
}
|
|
8478
|
+
var settings_2_default = {
|
|
8479
|
+
name: "lucide-settings-2",
|
|
8433
8480
|
render: render$41
|
|
8434
8481
|
}, _hoisted_1$60 = {
|
|
8435
8482
|
viewBox: "0 0 24 24",
|
|
@@ -9399,6 +9446,7 @@ const deprecatedIconSet = {
|
|
|
9399
9446
|
"paper-plane": send_default,
|
|
9400
9447
|
bell: bell_default
|
|
9401
9448
|
}, updatedIconSet = {
|
|
9449
|
+
anthropic: anthropic_default,
|
|
9402
9450
|
"bolt-filled": bolt_filled_default,
|
|
9403
9451
|
"filled-square": filled_square_default,
|
|
9404
9452
|
"grip-lines-vertical": grip_lines_vertical_default,
|
|
@@ -9433,6 +9481,7 @@ const deprecatedIconSet = {
|
|
|
9433
9481
|
"node-success": node_success_default,
|
|
9434
9482
|
"node-trash": node_trash_default,
|
|
9435
9483
|
mcp: mcp_default,
|
|
9484
|
+
lovable: lovable_default,
|
|
9436
9485
|
"align-right": align_right_default,
|
|
9437
9486
|
archive: archive_default,
|
|
9438
9487
|
"archive-restore": archive_restore_default,
|
|
@@ -9552,6 +9601,7 @@ const deprecatedIconSet = {
|
|
|
9552
9601
|
milestone: milestone_default,
|
|
9553
9602
|
"mouse-pointer": mouse_pointer_default,
|
|
9554
9603
|
network: network_default,
|
|
9604
|
+
"notebook-pen": notebook_pen_default,
|
|
9555
9605
|
"package-open": package_open_default,
|
|
9556
9606
|
palette: palette_default,
|
|
9557
9607
|
"panel-left": panel_left_default,
|
|
@@ -9577,6 +9627,7 @@ const deprecatedIconSet = {
|
|
|
9577
9627
|
scissors: scissors_default,
|
|
9578
9628
|
search: search_default,
|
|
9579
9629
|
settings: settings_default,
|
|
9630
|
+
settings2: settings_2_default,
|
|
9580
9631
|
send: send_default,
|
|
9581
9632
|
server: server_default,
|
|
9582
9633
|
share: share_default,
|
|
@@ -29009,17 +29060,14 @@ function bash(e) {
|
|
|
29009
29060
|
begin: /\$\(/,
|
|
29010
29061
|
end: /\)/,
|
|
29011
29062
|
contains: [e.BACKSLASH_ESCAPE]
|
|
29012
|
-
}, o =
|
|
29013
|
-
match: [/(^|\s)/, /#.*$/],
|
|
29014
|
-
scope: { 2: "comment" }
|
|
29015
|
-
}), s = {
|
|
29063
|
+
}, o = {
|
|
29016
29064
|
begin: /<<-?\s*(?=\w+)/,
|
|
29017
29065
|
starts: { contains: [e.END_SAME_AS_BEGIN({
|
|
29018
29066
|
begin: /(\w+)/,
|
|
29019
29067
|
end: /(\w+)/,
|
|
29020
29068
|
className: "string"
|
|
29021
29069
|
})] }
|
|
29022
|
-
},
|
|
29070
|
+
}, s = {
|
|
29023
29071
|
className: "string",
|
|
29024
29072
|
begin: /"/,
|
|
29025
29073
|
end: /"/,
|
|
@@ -29029,12 +29077,15 @@ function bash(e) {
|
|
|
29029
29077
|
i
|
|
29030
29078
|
]
|
|
29031
29079
|
};
|
|
29032
|
-
i.contains.push(
|
|
29033
|
-
let
|
|
29080
|
+
i.contains.push(s);
|
|
29081
|
+
let c = {
|
|
29082
|
+
className: "",
|
|
29083
|
+
begin: /\\"/
|
|
29084
|
+
}, l = {
|
|
29034
29085
|
className: "string",
|
|
29035
29086
|
begin: /'/,
|
|
29036
29087
|
end: /'/
|
|
29037
|
-
},
|
|
29088
|
+
}, u = {
|
|
29038
29089
|
begin: /\$?\(\(/,
|
|
29039
29090
|
end: /\)\)/,
|
|
29040
29091
|
contains: [
|
|
@@ -29045,7 +29096,7 @@ function bash(e) {
|
|
|
29045
29096
|
e.NUMBER_MODE,
|
|
29046
29097
|
n
|
|
29047
29098
|
]
|
|
29048
|
-
},
|
|
29099
|
+
}, d = e.SHEBANG({
|
|
29049
29100
|
binary: `(${[
|
|
29050
29101
|
"fish",
|
|
29051
29102
|
"bash",
|
|
@@ -29058,19 +29109,18 @@ function bash(e) {
|
|
|
29058
29109
|
"scsh"
|
|
29059
29110
|
].join("|")})`,
|
|
29060
29111
|
relevance: 10
|
|
29061
|
-
}),
|
|
29112
|
+
}), f = {
|
|
29062
29113
|
className: "function",
|
|
29063
29114
|
begin: /\w[\w\d_]*\s*\(\s*\)\s*\{/,
|
|
29064
29115
|
returnBegin: !0,
|
|
29065
29116
|
contains: [e.inherit(e.TITLE_MODE, { begin: /\w[\w\d_]*/ })],
|
|
29066
29117
|
relevance: 0
|
|
29067
|
-
},
|
|
29118
|
+
}, g = [
|
|
29068
29119
|
"if",
|
|
29069
29120
|
"then",
|
|
29070
29121
|
"else",
|
|
29071
29122
|
"elif",
|
|
29072
29123
|
"fi",
|
|
29073
|
-
"time",
|
|
29074
29124
|
"for",
|
|
29075
29125
|
"while",
|
|
29076
29126
|
"until",
|
|
@@ -29079,10 +29129,9 @@ function bash(e) {
|
|
|
29079
29129
|
"done",
|
|
29080
29130
|
"case",
|
|
29081
29131
|
"esac",
|
|
29082
|
-
"coproc",
|
|
29083
29132
|
"function",
|
|
29084
29133
|
"select"
|
|
29085
|
-
],
|
|
29134
|
+
], _ = ["true", "false"], y = { match: /(\/[a-z._-]+)+/ }, x = [
|
|
29086
29135
|
"break",
|
|
29087
29136
|
"cd",
|
|
29088
29137
|
"continue",
|
|
@@ -29101,7 +29150,7 @@ function bash(e) {
|
|
|
29101
29150
|
"trap",
|
|
29102
29151
|
"umask",
|
|
29103
29152
|
"unset"
|
|
29104
|
-
],
|
|
29153
|
+
], S = [
|
|
29105
29154
|
"alias",
|
|
29106
29155
|
"bind",
|
|
29107
29156
|
"builtin",
|
|
@@ -29119,40 +29168,38 @@ function bash(e) {
|
|
|
29119
29168
|
"read",
|
|
29120
29169
|
"readarray",
|
|
29121
29170
|
"source",
|
|
29122
|
-
"sudo",
|
|
29123
29171
|
"type",
|
|
29124
29172
|
"typeset",
|
|
29125
29173
|
"ulimit",
|
|
29126
29174
|
"unalias"
|
|
29127
|
-
],
|
|
29175
|
+
], C = /* @__PURE__ */ "autoload.bg.bindkey.bye.cap.chdir.clone.comparguments.compcall.compctl.compdescribe.compfiles.compgroups.compquote.comptags.comptry.compvalues.dirs.disable.disown.echotc.echoti.emulate.fc.fg.float.functions.getcap.getln.history.integer.jobs.kill.limit.log.noglob.popd.print.pushd.pushln.rehash.sched.setcap.setopt.stat.suspend.ttyctl.unfunction.unhash.unlimit.unsetopt.vared.wait.whence.where.which.zcompile.zformat.zftp.zle.zmodload.zparseopts.zprof.zpty.zregexparse.zsocket.zstyle.ztcp".split("."), w = /* @__PURE__ */ "chcon.chgrp.chown.chmod.cp.dd.df.dir.dircolors.ln.ls.mkdir.mkfifo.mknod.mktemp.mv.realpath.rm.rmdir.shred.sync.touch.truncate.vdir.b2sum.base32.base64.cat.cksum.comm.csplit.cut.expand.fmt.fold.head.join.md5sum.nl.numfmt.od.paste.ptx.pr.sha1sum.sha224sum.sha256sum.sha384sum.sha512sum.shuf.sort.split.sum.tac.tail.tr.tsort.unexpand.uniq.wc.arch.basename.chroot.date.dirname.du.echo.env.expr.factor.groups.hostid.id.link.logname.nice.nohup.nproc.pathchk.pinky.printenv.printf.pwd.readlink.runcon.seq.sleep.stat.stdbuf.stty.tee.test.timeout.tty.uname.unlink.uptime.users.who.whoami.yes".split(".");
|
|
29128
29176
|
return {
|
|
29129
29177
|
name: "Bash",
|
|
29130
|
-
aliases: ["sh"
|
|
29178
|
+
aliases: ["sh"],
|
|
29131
29179
|
keywords: {
|
|
29132
29180
|
$pattern: /\b[a-z][a-z0-9._-]+\b/,
|
|
29133
|
-
keyword:
|
|
29134
|
-
literal:
|
|
29181
|
+
keyword: g,
|
|
29182
|
+
literal: _,
|
|
29135
29183
|
built_in: [
|
|
29136
|
-
...
|
|
29137
|
-
...
|
|
29184
|
+
...x,
|
|
29185
|
+
...S,
|
|
29138
29186
|
"set",
|
|
29139
29187
|
"shopt",
|
|
29140
|
-
...
|
|
29141
|
-
...
|
|
29188
|
+
...C,
|
|
29189
|
+
...w
|
|
29142
29190
|
]
|
|
29143
29191
|
},
|
|
29144
29192
|
contains: [
|
|
29145
|
-
|
|
29193
|
+
d,
|
|
29146
29194
|
e.SHEBANG(),
|
|
29147
|
-
_,
|
|
29148
29195
|
f,
|
|
29196
|
+
u,
|
|
29197
|
+
e.HASH_COMMENT_MODE,
|
|
29149
29198
|
o,
|
|
29199
|
+
y,
|
|
29150
29200
|
s,
|
|
29151
|
-
S,
|
|
29152
29201
|
c,
|
|
29153
29202
|
l,
|
|
29154
|
-
u,
|
|
29155
|
-
d,
|
|
29156
29203
|
n
|
|
29157
29204
|
]
|
|
29158
29205
|
};
|
|
@@ -29332,18 +29379,11 @@ function python(e) {
|
|
|
29332
29379
|
contains: [
|
|
29333
29380
|
o,
|
|
29334
29381
|
g,
|
|
29335
|
-
{
|
|
29336
|
-
scope: "variable.language",
|
|
29337
|
-
match: /\bself\b/
|
|
29338
|
-
},
|
|
29382
|
+
{ begin: /\bself\b/ },
|
|
29339
29383
|
{
|
|
29340
29384
|
beginKeywords: "if",
|
|
29341
29385
|
relevance: 0
|
|
29342
29386
|
},
|
|
29343
|
-
{
|
|
29344
|
-
match: /\bor\b/,
|
|
29345
|
-
scope: "keyword"
|
|
29346
|
-
},
|
|
29347
29387
|
l,
|
|
29348
29388
|
_,
|
|
29349
29389
|
e.HASH_COMMENT_MODE,
|
|
@@ -29392,7 +29432,7 @@ function python(e) {
|
|
|
29392
29432
|
]
|
|
29393
29433
|
};
|
|
29394
29434
|
}
|
|
29395
|
-
var IDENT_RE = "[A-Za-z$_][0-9A-Za-z$_]*", KEYWORDS = /* @__PURE__ */ "as.in.of.if.for.while.finally.var.new.function.do.return.void.else.break.catch.instanceof.with.throw.case.default.try.switch.continue.typeof.delete.let.yield.const.class.debugger.async.await.static.import.from.export.extends
|
|
29435
|
+
var IDENT_RE = "[A-Za-z$_][0-9A-Za-z$_]*", KEYWORDS = /* @__PURE__ */ "as.in.of.if.for.while.finally.var.new.function.do.return.void.else.break.catch.instanceof.with.throw.case.default.try.switch.continue.typeof.delete.let.yield.const.class.debugger.async.await.static.import.from.export.extends".split("."), LITERALS = [
|
|
29396
29436
|
"true",
|
|
29397
29437
|
"false",
|
|
29398
29438
|
"null",
|
|
@@ -29490,7 +29530,7 @@ function javascript$1(e) {
|
|
|
29490
29530
|
keywords: c,
|
|
29491
29531
|
contains: []
|
|
29492
29532
|
}, _ = {
|
|
29493
|
-
begin: "
|
|
29533
|
+
begin: "html`",
|
|
29494
29534
|
end: "",
|
|
29495
29535
|
starts: {
|
|
29496
29536
|
end: "`",
|
|
@@ -29499,7 +29539,7 @@ function javascript$1(e) {
|
|
|
29499
29539
|
subLanguage: "xml"
|
|
29500
29540
|
}
|
|
29501
29541
|
}, y = {
|
|
29502
|
-
begin: "
|
|
29542
|
+
begin: "css`",
|
|
29503
29543
|
end: "",
|
|
29504
29544
|
starts: {
|
|
29505
29545
|
end: "`",
|
|
@@ -29508,7 +29548,7 @@ function javascript$1(e) {
|
|
|
29508
29548
|
subLanguage: "css"
|
|
29509
29549
|
}
|
|
29510
29550
|
}, x = {
|
|
29511
|
-
begin: "
|
|
29551
|
+
begin: "gql`",
|
|
29512
29552
|
end: "",
|
|
29513
29553
|
starts: {
|
|
29514
29554
|
end: "`",
|
|
@@ -29575,13 +29615,13 @@ function javascript$1(e) {
|
|
|
29575
29615
|
contains: ["self"].concat(w)
|
|
29576
29616
|
});
|
|
29577
29617
|
let T = [].concat(C, g.contains), E = T.concat([{
|
|
29578
|
-
begin:
|
|
29618
|
+
begin: /\(/,
|
|
29579
29619
|
end: /\)/,
|
|
29580
29620
|
keywords: c,
|
|
29581
29621
|
contains: ["self"].concat(T)
|
|
29582
29622
|
}]), D = {
|
|
29583
29623
|
className: "params",
|
|
29584
|
-
begin:
|
|
29624
|
+
begin: /\(/,
|
|
29585
29625
|
end: /\)/,
|
|
29586
29626
|
excludeBegin: !0,
|
|
29587
29627
|
excludeEnd: !0,
|
|
@@ -29650,7 +29690,7 @@ function javascript$1(e) {
|
|
|
29650
29690
|
...BUILT_IN_GLOBALS,
|
|
29651
29691
|
"super",
|
|
29652
29692
|
"import"
|
|
29653
|
-
]
|
|
29693
|
+
]), r, t.lookahead(/\(/)),
|
|
29654
29694
|
className: "title.function",
|
|
29655
29695
|
relevance: 0
|
|
29656
29696
|
}, F = {
|
|
@@ -29721,8 +29761,8 @@ function javascript$1(e) {
|
|
|
29721
29761
|
f,
|
|
29722
29762
|
k,
|
|
29723
29763
|
{
|
|
29724
|
-
|
|
29725
|
-
|
|
29764
|
+
className: "attr",
|
|
29765
|
+
begin: r + t.lookahead(":"),
|
|
29726
29766
|
relevance: 0
|
|
29727
29767
|
},
|
|
29728
29768
|
R,
|
|
@@ -29751,7 +29791,7 @@ function javascript$1(e) {
|
|
|
29751
29791
|
skip: !0
|
|
29752
29792
|
},
|
|
29753
29793
|
{
|
|
29754
|
-
begin:
|
|
29794
|
+
begin: /\(/,
|
|
29755
29795
|
end: /\)/,
|
|
29756
29796
|
excludeBegin: !0,
|
|
29757
29797
|
excludeEnd: !0,
|
|
@@ -29826,7 +29866,7 @@ function javascript$1(e) {
|
|
|
29826
29866
|
};
|
|
29827
29867
|
}
|
|
29828
29868
|
function typescript(e) {
|
|
29829
|
-
let t =
|
|
29869
|
+
let t = javascript$1(e), n = IDENT_RE, r = [
|
|
29830
29870
|
"any",
|
|
29831
29871
|
"void",
|
|
29832
29872
|
"number",
|
|
@@ -29837,33 +29877,29 @@ function typescript(e) {
|
|
|
29837
29877
|
"symbol",
|
|
29838
29878
|
"bigint",
|
|
29839
29879
|
"unknown"
|
|
29840
|
-
],
|
|
29841
|
-
|
|
29842
|
-
|
|
29843
|
-
|
|
29844
|
-
|
|
29845
|
-
|
|
29846
|
-
beginScope: {
|
|
29847
|
-
1: "keyword",
|
|
29848
|
-
3: "title.class"
|
|
29849
|
-
}
|
|
29850
|
-
}, s = {
|
|
29880
|
+
], i = {
|
|
29881
|
+
beginKeywords: "namespace",
|
|
29882
|
+
end: /\{/,
|
|
29883
|
+
excludeEnd: !0,
|
|
29884
|
+
contains: [t.exports.CLASS_REFERENCE]
|
|
29885
|
+
}, o = {
|
|
29851
29886
|
beginKeywords: "interface",
|
|
29852
29887
|
end: /\{/,
|
|
29853
29888
|
excludeEnd: !0,
|
|
29854
29889
|
keywords: {
|
|
29855
29890
|
keyword: "interface extends",
|
|
29856
|
-
built_in:
|
|
29891
|
+
built_in: r
|
|
29857
29892
|
},
|
|
29858
|
-
contains: [
|
|
29859
|
-
},
|
|
29893
|
+
contains: [t.exports.CLASS_REFERENCE]
|
|
29894
|
+
}, s = {
|
|
29860
29895
|
className: "meta",
|
|
29861
29896
|
relevance: 10,
|
|
29862
29897
|
begin: /^\s*['"]use strict['"]/
|
|
29863
|
-
},
|
|
29898
|
+
}, c = {
|
|
29864
29899
|
$pattern: IDENT_RE,
|
|
29865
29900
|
keyword: KEYWORDS.concat([
|
|
29866
29901
|
"type",
|
|
29902
|
+
"namespace",
|
|
29867
29903
|
"interface",
|
|
29868
29904
|
"public",
|
|
29869
29905
|
"private",
|
|
@@ -29873,34 +29909,26 @@ function typescript(e) {
|
|
|
29873
29909
|
"abstract",
|
|
29874
29910
|
"readonly",
|
|
29875
29911
|
"enum",
|
|
29876
|
-
"override"
|
|
29877
|
-
"satisfies"
|
|
29912
|
+
"override"
|
|
29878
29913
|
]),
|
|
29879
29914
|
literal: LITERALS,
|
|
29880
|
-
built_in: BUILT_INS.concat(
|
|
29915
|
+
built_in: BUILT_INS.concat(r),
|
|
29881
29916
|
"variable.language": BUILT_IN_VARIABLES
|
|
29882
|
-
},
|
|
29917
|
+
}, l = {
|
|
29883
29918
|
className: "meta",
|
|
29884
|
-
begin: "@" +
|
|
29885
|
-
},
|
|
29919
|
+
begin: "@" + n
|
|
29920
|
+
}, u = (e, t, n) => {
|
|
29886
29921
|
let r = e.contains.findIndex((e) => e.label === t);
|
|
29887
29922
|
if (r === -1) throw Error("can not find mode to replace");
|
|
29888
29923
|
e.contains.splice(r, 1, n);
|
|
29889
29924
|
};
|
|
29890
|
-
Object.assign(
|
|
29891
|
-
|
|
29892
|
-
|
|
29893
|
-
|
|
29894
|
-
|
|
29895
|
-
|
|
29896
|
-
|
|
29897
|
-
u,
|
|
29898
|
-
o,
|
|
29899
|
-
s,
|
|
29900
|
-
g
|
|
29901
|
-
]), d(n, "shebang", e.SHEBANG()), d(n, "use_strict", c);
|
|
29902
|
-
let _ = n.contains.find((e) => e.label === "func.def");
|
|
29903
|
-
return _.relevance = 0, Object.assign(n, {
|
|
29925
|
+
Object.assign(t.keywords, c), t.exports.PARAMS_CONTAINS.push(l), t.contains = t.contains.concat([
|
|
29926
|
+
l,
|
|
29927
|
+
i,
|
|
29928
|
+
o
|
|
29929
|
+
]), u(t, "shebang", e.SHEBANG()), u(t, "use_strict", s);
|
|
29930
|
+
let d = t.contains.find((e) => e.label === "func.def");
|
|
29931
|
+
return d.relevance = 0, Object.assign(t, {
|
|
29904
29932
|
name: "TypeScript",
|
|
29905
29933
|
aliases: [
|
|
29906
29934
|
"ts",
|
|
@@ -29908,7 +29936,7 @@ function typescript(e) {
|
|
|
29908
29936
|
"mts",
|
|
29909
29937
|
"cts"
|
|
29910
29938
|
]
|
|
29911
|
-
}),
|
|
29939
|
+
}), t;
|
|
29912
29940
|
}
|
|
29913
29941
|
var import_markdown_it = /* @__PURE__ */ __toESM(require_markdown_it()), VueMarkdown_default = /* @__PURE__ */ defineComponent({
|
|
29914
29942
|
name: "VueMarkdown",
|