@todovue/tv-search 1.0.1 → 1.0.2
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/README.md +343 -111
- package/dist/entry.d.ts +6 -0
- package/dist/tv-search.cjs.js +45 -38
- package/dist/tv-search.d.ts +5 -0
- package/dist/tv-search.es.js +202 -167
- package/package.json +4 -4
package/dist/tv-search.es.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var
|
|
2
|
-
import { computed as
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode('@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Kanit:wght@600&family=Lato:wght@300&display=swap";[data-v-966306bb]{box-sizing:border-box;margin:0;padding:0}body[data-v-966306bb]{font-family:Lato,sans-serif;font-size:1rem}h1[data-v-966306bb],h2[data-v-966306bb],h3[data-v-966306bb],h4[data-v-966306bb],h5[data-v-966306bb],h6[data-v-966306bb]{font-family:Kanit,sans-serif;font-size:2rem}.tv-cursor-pointer[data-v-966306bb]{cursor:pointer}.tv-radius-none-bl[data-v-966306bb]{border-bottom-left-radius:0!important}.tv-radius-none-br[data-v-966306bb]{border-bottom-right-radius:0!important}.dark-mode .tv-search-icon[data-v-966306bb]{border:2px solid #B9C4DF}.dark-mode .tv-search-modal[data-v-966306bb]{background-color:#0e131fe6}.dark-mode .tv-search-modal .tv-search-modal-content[data-v-966306bb]{background-color:#b9c4df;box-shadow:0 0 15px #b9c4df}.light-mode .tv-search-icon[data-v-966306bb]{border:2px solid #0E131F}.light-mode .tv-search-modal[data-v-966306bb]{background-color:#b9c4dfe6}.light-mode .tv-search-modal .tv-search-modal-content[data-v-966306bb]{background-color:#0e131f;box-shadow:0 0 15px #0e131f}.tv-search-icon[data-v-966306bb]{display:inline-block;height:32px;padding:2px;width:32px}.tv-search-modal[data-v-966306bb]{align-items:flex-start;display:flex;height:100%;justify-content:center;left:0;padding-top:100px;position:fixed;top:0;width:100%;z-index:1000}.tv-search-modal .tv-search-modal-content[data-v-966306bb]{border-radius:5px;padding:20px;width:550px}.tv-search-modal .tv-search-modal-content .tv-search-input[data-v-966306bb]{border-radius:10px 0 0 10px;border:none;font-size:16px;height:44px;outline:none;padding:10px;width:100%}.tv-search-modal .tv-search-modal-content .tv-btn[data-v-966306bb]{border-radius:0 10px 10px 0}.tv-search-modal .tv-search-modal-content .tv-search-modal-content-input[data-v-966306bb]{display:flex}.tv-search-modal .tv-search-modal-content .tv-search-results[data-v-966306bb]{background:#fff;border-radius:0 0 10px 10px;color:#0e131f;display:inline-block;max-height:200px;min-width:300px;overflow-y:auto;transition:all .3s ease;width:100%}.tv-search-modal .tv-search-modal-content .tv-search-results-title[data-v-966306bb]{font-size:1rem;font-weight:600;padding:.7rem 1rem}.tv-search-modal .tv-search-modal-content .tv-search-results-title[data-v-966306bb]:hover{background:#0e131f33}.tv-search-modal .tv-search-modal-content .tv-search-results-title[data-v-966306bb]:active{background:#0e131f66}')),document.head.appendChild(t)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|
|
2
|
+
import { computed as w, createElementBlock as v, openBlock as C, unref as e, normalizeStyle as B, normalizeClass as L, createElementVNode as x, Fragment as y, createCommentVNode as M, renderSlot as A, createTextVNode as Z, toDisplayString as S, ref as m, onMounted as T, onBeforeUnmount as I, nextTick as E, withModifiers as O, withDirectives as $, createVNode as D, withKeys as F, isRef as R, vModelText as P, withCtx as K, renderList as N } from "vue";
|
|
3
3
|
(function() {
|
|
4
4
|
try {
|
|
5
5
|
if (typeof document < "u") {
|
|
6
6
|
var t = document.createElement("style");
|
|
7
|
-
t.appendChild(document.createTextNode('@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Kanit:wght@600&family=Lato:wght@300&display=swap";[data-v-
|
|
7
|
+
t.appendChild(document.createTextNode('@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Kanit:wght@600&family=Lato:wght@300&display=swap";[data-v-edb40e5d]{box-sizing:border-box;margin:0;padding:0}.tv-icon[data-v-edb40e5d]{height:18px;width:18px}.tv-icon-position-left[data-v-edb40e5d]{float:left;margin-right:8px}.tv-icon-position-right[data-v-edb40e5d]{float:right;margin-left:8px}.tv-btn-icon[data-v-edb40e5d]{min-width:40px!important;min-height:40px!important;padding:0!important;align-items:center;justify-content:center;border-radius:100%;display:flex!important}.tv-btn-icon .tv-icon[data-v-edb40e5d]{margin:0!important}.tv-btn[data-v-edb40e5d]{border:none;cursor:pointer;display:inline-block;font-size:14px;min-width:80px;padding:.7rem;transition:all .1s ease-out;width:auto;display:inline-flex;align-items:center;justify-content:center}.tv-btn .tv-btn-content[data-v-edb40e5d]{display:inline-flex;align-items:center;justify-content:center}.tv-btn .tv-btn-text[data-v-edb40e5d]{display:inline-block;line-height:1}.tv-btn .tv-icon[data-v-edb40e5d]{height:18px;width:18px;display:inline-flex;align-items:center;justify-content:center}.tv-btn .icon-left[data-v-edb40e5d]{margin-right:8px}.tv-btn .icon-right[data-v-edb40e5d]{margin-left:8px}.tv-btn.tv-btn-full[data-v-edb40e5d]{width:100%}.tv-btn.tv-btn-rounded[data-v-edb40e5d]{border-radius:10px}.tv-btn.tv-btn-small[data-v-edb40e5d]{font-size:12px;min-width:80px;padding:.6rem 0;white-space:nowrap;width:auto}.tv-btn.tv-btn-large[data-v-edb40e5d]{font-size:15px;min-width:150px;padding:1rem 0;white-space:nowrap;width:auto}.tv-btn.tv-btn-success[data-v-edb40e5d]{background-color:#00490b;color:#f1f9f9;box-shadow:0 0 5px #00490b}.tv-btn.tv-btn-success[data-v-edb40e5d]:hover{background-color:#001603;box-shadow:none}.tv-btn.tv-btn-success[data-v-edb40e5d]:active{background-color:#000;box-shadow:none;transform:scale(.98)}.tv-btn.tv-btn-success.tv-btn-outlined[data-v-edb40e5d]{background-color:transparent;color:#00490b;border:1px solid #00490b}.tv-btn.tv-btn-success.tv-btn-outlined[data-v-edb40e5d]:hover{background-color:#00490b;color:#f1f9f9}.tv-btn.tv-btn-success.tv-btn-outlined.tv-btn-disabled[data-v-edb40e5d]:hover{background-color:transparent;color:#00490b}.tv-btn.tv-btn-success.tv-btn-text[data-v-edb40e5d]{background-color:transparent;color:#00490b;box-shadow:none;font-size:14px;min-width:80px;padding:.6rem 0;white-space:nowrap;width:auto;border:1px solid transparent}.tv-btn.tv-btn-success.tv-btn-text[data-v-edb40e5d]:hover{background-color:#007c13;color:#fff}.tv-btn.tv-btn-success.tv-btn-text[data-v-edb40e5d]:active{background-color:transparent;color:#000;transform:none}.tv-btn.tv-btn-success.tv-btn-disabled[data-v-edb40e5d]{background-color:#00490b;color:#f1f9f9;box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.tv-btn.tv-btn-error[data-v-edb40e5d]{background-color:red;color:#f1f9f9;box-shadow:0 0 5px red}.tv-btn.tv-btn-error[data-v-edb40e5d]:hover{background-color:#c00;box-shadow:none}.tv-btn.tv-btn-error[data-v-edb40e5d]:active{background-color:#b30000;box-shadow:none;transform:scale(.98)}.tv-btn.tv-btn-error.tv-btn-outlined[data-v-edb40e5d]{background-color:transparent;color:red;border:1px solid #ff0000}.tv-btn.tv-btn-error.tv-btn-outlined[data-v-edb40e5d]:hover{background-color:red;color:#f1f9f9}.tv-btn.tv-btn-error.tv-btn-outlined.tv-btn-disabled[data-v-edb40e5d]:hover{background-color:transparent;color:red}.tv-btn.tv-btn-error.tv-btn-text[data-v-edb40e5d]{background-color:transparent;color:red;box-shadow:none;font-size:14px;min-width:80px;padding:.6rem 0;white-space:nowrap;width:auto;border:1px solid transparent}.tv-btn.tv-btn-error.tv-btn-text[data-v-edb40e5d]:hover{background-color:#f33;color:#fff}.tv-btn.tv-btn-error.tv-btn-text[data-v-edb40e5d]:active{background-color:transparent;color:#b30000;transform:none}.tv-btn.tv-btn-error.tv-btn-disabled[data-v-edb40e5d]{background-color:red;color:#f1f9f9;box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.tv-btn.tv-btn-warning[data-v-edb40e5d]{background-color:#d3b042;color:#f1f9f9;box-shadow:0 0 5px #d3b042}.tv-btn.tv-btn-warning[data-v-edb40e5d]:hover{background-color:#b7952b;box-shadow:none}.tv-btn.tv-btn-warning[data-v-edb40e5d]:active{background-color:#a38526;box-shadow:none;transform:scale(.98)}.tv-btn.tv-btn-warning.tv-btn-outlined[data-v-edb40e5d]{background-color:transparent;color:#d3b042;border:1px solid #d3b042}.tv-btn.tv-btn-warning.tv-btn-outlined[data-v-edb40e5d]:hover{background-color:#d3b042;color:#f1f9f9}.tv-btn.tv-btn-warning.tv-btn-outlined.tv-btn-disabled[data-v-edb40e5d]:hover{background-color:transparent;color:#d3b042}.tv-btn.tv-btn-warning.tv-btn-text[data-v-edb40e5d]{background-color:transparent;color:#d3b042;box-shadow:none;font-size:14px;min-width:80px;padding:.6rem 0;white-space:nowrap;width:auto;border:1px solid transparent}.tv-btn.tv-btn-warning.tv-btn-text[data-v-edb40e5d]:hover{background-color:#ddc16b;color:#fff}.tv-btn.tv-btn-warning.tv-btn-text[data-v-edb40e5d]:active{background-color:transparent;color:#a38526;transform:none}.tv-btn.tv-btn-warning.tv-btn-disabled[data-v-edb40e5d]{background-color:#d3b042;color:#f1f9f9;box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.tv-btn.tv-btn-info[data-v-edb40e5d]{background-color:#2f80ed;color:#f1f9f9;box-shadow:0 0 5px #2f80ed}.tv-btn.tv-btn-info[data-v-edb40e5d]:hover{background-color:#1366d6;box-shadow:none}.tv-btn.tv-btn-info[data-v-edb40e5d]:active{background-color:#115bbf;box-shadow:none;transform:scale(.98)}.tv-btn.tv-btn-info.tv-btn-outlined[data-v-edb40e5d]{background-color:transparent;color:#2f80ed;border:1px solid #2F80ED}.tv-btn.tv-btn-info.tv-btn-outlined[data-v-edb40e5d]:hover{background-color:#2f80ed;color:#f1f9f9}.tv-btn.tv-btn-info.tv-btn-outlined.tv-btn-disabled[data-v-edb40e5d]:hover{background-color:transparent;color:#2f80ed}.tv-btn.tv-btn-info.tv-btn-text[data-v-edb40e5d]{background-color:transparent;color:#2f80ed;box-shadow:none;font-size:14px;min-width:80px;padding:.6rem 0;white-space:nowrap;width:auto;border:1px solid transparent}.tv-btn.tv-btn-info.tv-btn-text[data-v-edb40e5d]:hover{background-color:#5e9df1;color:#fff}.tv-btn.tv-btn-info.tv-btn-text[data-v-edb40e5d]:active{background-color:transparent;color:#115bbf;transform:none}.tv-btn.tv-btn-info.tv-btn-disabled[data-v-edb40e5d]{background-color:#2f80ed;color:#f1f9f9;box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.tv-btn.tv-btn-text[data-v-edb40e5d]{background-color:transparent;color:#f4faff;border:none;padding:.5rem .75rem;min-width:unset;font-weight:500;font-size:14px;width:auto;transition:all .2s ease-in-out;box-shadow:none}.tv-btn.tv-btn-text[data-v-edb40e5d]:hover{background-color:#0000000d;color:#c1e3ff;text-decoration:none}.tv-btn.tv-btn-text[data-v-edb40e5d]:active{background-color:#0000001a;color:#a8d7ff;transform:scale(.98)}.tv-btn.tv-btn-text.tv-btn-disabled[data-v-edb40e5d]{color:#fff;background-color:transparent;opacity:.6;cursor:not-allowed;pointer-events:none}.tv-btn[data-v-edb40e5d]{background-color:#ef233c;color:#f4faff;box-shadow:0 0 5px #ef233c}.tv-btn[data-v-edb40e5d]:hover{background-color:#d00f27;box-shadow:none}.tv-btn[data-v-edb40e5d]:active{background-color:#b80d22;box-shadow:none;transform:scale(.98)}.tv-btn.tv-btn-outlined[data-v-edb40e5d]{background-color:transparent;color:#ef233c;border:1px solid #EF233C}.tv-btn.tv-btn-outlined[data-v-edb40e5d]:hover{background-color:#ef233c;color:#f4faff}.tv-btn.tv-btn-outlined.tv-btn-disabled[data-v-edb40e5d]:hover{background-color:transparent;color:#ef233c}.tv-btn.tv-btn-text[data-v-edb40e5d]{background-color:transparent;color:#ef233c;box-shadow:none;font-size:14px;min-width:80px;padding:.6rem 0;white-space:nowrap;width:auto;border:1px solid transparent}.tv-btn.tv-btn-text[data-v-edb40e5d]:hover{background-color:#f25366;color:#fff}.tv-btn.tv-btn-text[data-v-edb40e5d]:active{background-color:transparent;color:#b80d22;transform:none}.tv-btn.tv-btn-disabled[data-v-edb40e5d]{background-color:#ef233c;color:#f4faff;box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.tv-btn.tv-btn-icon-only[data-v-edb40e5d]{background:transparent;border:none;box-shadow:none;padding:0;min-width:unset;min-height:unset;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease-in-out,transform .2s ease-in-out}.tv-btn.tv-btn-icon-only.tv-icon[data-v-edb40e5d]{height:20px;width:20px;margin:0;color:#f4faff}.tv-btn.tv-btn-icon-only:hover .tv-icon[data-v-edb40e5d]{color:#8eccff;transform:scale(1.1)}.tv-btn.tv-btn-icon-only:active .tv-icon[data-v-edb40e5d]{transform:scale(.95)}.tv-btn.tv-btn-icon-only.tv-btn-disabled[data-v-edb40e5d]{opacity:.5;pointer-events:none}.tv-btn .tv-spinner[data-v-edb40e5d]{height:18px;width:18px;animation:spin-edb40e5d 1s linear infinite;display:inline-flex;align-items:center;justify-content:center;color:currentColor}@keyframes spin-edb40e5d{0%{transform:rotate(0)}to{transform:rotate(360deg)}}')), document.head.appendChild(t);
|
|
8
8
|
}
|
|
9
|
-
} catch (
|
|
10
|
-
console.error("vite-plugin-css-injected-by-js",
|
|
9
|
+
} catch (a) {
|
|
10
|
+
console.error("vite-plugin-css-injected-by-js", a);
|
|
11
11
|
}
|
|
12
12
|
})();
|
|
13
|
-
const
|
|
13
|
+
const U = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
14
14
|
<path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-4.987-3.744A7.966 7.966 0 0 0 12 20c1.97 0 3.773-.712 5.167-1.892A6.979 6.979 0 0 0 12.16 16a6.981 6.981 0 0 0-5.147 2.256zM5.616 16.82A8.975 8.975 0 0 1 12.16 14a8.972 8.972 0 0 1 6.362 2.634 8 8 0 1 0-12.906.187zM12 13a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" fill="currentColor" />
|
|
15
15
|
</svg>
|
|
16
|
-
`,
|
|
16
|
+
`, q = `<?xml version="1.0" encoding="utf-8"?>
|
|
17
17
|
<svg viewBox="0 0 24 24" fill="none"
|
|
18
18
|
xmlns="http://www.w3.org/2000/svg">
|
|
19
19
|
<path d="M3 19C3.69137 16.6928 5.46998 16 9.5 16C13.53 16 15.3086 16.6928 16 19"
|
|
@@ -25,12 +25,12 @@ const N = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="
|
|
|
25
25
|
<path d="M18 3L18 9"
|
|
26
26
|
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
27
27
|
</svg>
|
|
28
|
-
`,
|
|
29
|
-
`,
|
|
30
|
-
`,
|
|
31
|
-
`,
|
|
32
|
-
`,
|
|
33
|
-
`,
|
|
28
|
+
`, W = `<svg xmlns="http://www.w3.org/2000/svg" class="tv-icon-svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line></svg>
|
|
29
|
+
`, G = `<svg xmlns="http://www.w3.org/2000/svg" class="tv-icon-svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="8 12 12 16 16 12"></polyline><line x1="12" y1="8" x2="12" y2="16"></line></svg>
|
|
30
|
+
`, J = `<svg xmlns="http://www.w3.org/2000/svg" class="tv-icon-svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="12 8 8 12 12 16"></polyline><line x1="16" y1="12" x2="8" y2="12"></line></svg>
|
|
31
|
+
`, Q = `<svg xmlns="http://www.w3.org/2000/svg" class="tv-icon-svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line></svg>
|
|
32
|
+
`, X = `<svg xmlns="http://www.w3.org/2000/svg" class="tv-icon-svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="16 12 12 8 8 12"></polyline><line x1="12" y1="16" x2="12" y2="8"></line></svg>
|
|
33
|
+
`, Y = `<?xml version="1.0" encoding="utf-8"?>
|
|
34
34
|
<svg viewBox="0 0 24 24" fill="none"
|
|
35
35
|
xmlns="http://www.w3.org/2000/svg">
|
|
36
36
|
<path
|
|
@@ -40,32 +40,32 @@ const N = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="
|
|
|
40
40
|
stroke-linecap="round"
|
|
41
41
|
stroke-linejoin="round" />
|
|
42
42
|
</svg>
|
|
43
|
-
`,
|
|
43
|
+
`, t1 = `<?xml version="1.0" encoding="utf-8"?>
|
|
44
44
|
<svg viewBox="0 0 24 24" fill="none"
|
|
45
45
|
xmlns="http://www.w3.org/2000/svg">
|
|
46
46
|
<path
|
|
47
47
|
d="M3 9H21M17 13.0014L7 13M10.3333 17.0005L7 17M7 3V5M17 3V5M6.2 21H17.8C18.9201 21 19.4802 21 19.908 20.782C20.2843 20.5903 20.5903 20.2843 20.782 19.908C21 19.4802 21 18.9201 21 17.8V8.2C21 7.07989 21 6.51984 20.782 6.09202C20.5903 5.71569 20.2843 5.40973 19.908 5.21799C19.4802 5 18.9201 5 17.8 5H6.2C5.0799 5 4.51984 5 4.09202 5.21799C3.71569 5.40973 3.40973 5.71569 3.21799 6.09202C3 6.51984 3 7.07989 3 8.2V17.8C3 18.9201 3 19.4802 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21Z"
|
|
48
48
|
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
|
|
49
49
|
</svg>
|
|
50
|
-
`,
|
|
50
|
+
`, o1 = `<svg class="tv-icon-svg" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
51
51
|
<g id="Cancel">
|
|
52
52
|
<path clip-rule="evenodd" d="M16,0C7.163,0,0,7.163,0,16c0,8.836,7.163,16,16,16c8.836,0,16-7.163,16-16C32,7.163,24.836,0,16,0z M16,30C8.268,30,2,23.732,2,16C2,8.268,8.268,2,16,2s14,6.268,14,14C30,23.732,23.732,30,16,30z" fill="currentColor"/>
|
|
53
53
|
<path clip-rule="evenodd" d="M22.729,21.271l-5.268-5.269l5.238-5.195c0.395-0.391,0.395-1.024,0-1.414c-0.394-0.39-1.034-0.39-1.428,0l-5.231,5.188l-5.309-5.31c-0.394-0.396-1.034-0.396-1.428,0c-0.394,0.395-0.394,1.037,0,1.432l5.301,5.302l-5.331,5.287c-0.394,0.391-0.394,1.024,0,1.414c0.394,0.391,1.034,0.391,1.429,0l5.324-5.28l5.276,5.276c0.394,0.396,1.034,0.396,1.428,0C23.123,22.308,23.123,21.667,22.729,21.271z" fill="currentColor"/>
|
|
54
54
|
</g>
|
|
55
55
|
</svg>
|
|
56
|
-
`,
|
|
56
|
+
`, e1 = `<?xml version="1.0" encoding="utf-8"?>
|
|
57
57
|
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
58
58
|
<path d="M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z"
|
|
59
59
|
stroke="currentColor" stroke-width="2"/>
|
|
60
60
|
<path d="M9 12L10.6828 13.6828C10.858 13.858 11.142 13.858 11.3172 13.6828L15 10"
|
|
61
61
|
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
62
62
|
</svg>
|
|
63
|
-
`,
|
|
63
|
+
`, n1 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
64
64
|
<path d="M8 8H7.2C6.0799 8 5.51984 8 5.09202 8.21799C4.71569 8.40973 4.40973 8.71569 4.21799 9.09202C4 9.51984 4 10.0799 4 11.2V16.8C4 17.9201 4 18.4802 4.21799 18.908C4.40973 19.2843 4.71569 19.5903 5.09202 19.782C5.51984 20 6.0799 20 7.2 20H12.8C13.9201 20 14.4802 20 14.908 19.782C15.2843 19.5903 15.5903 19.2843 15.782 18.908C16 18.4802 16 17.9201 16 16.8V16M11.2 16H16.8C17.9201 16 18.4802 16 18.908 15.782C19.2843 15.5903 19.5903 15.2843 19.782 14.908C20 14.4802 20 13.9201 20 12.8V7.2C20 6.0799 20 5.51984 19.782 5.09202C19.5903 4.71569 19.2843 4.40973 18.908 4.21799C18.4802 4 17.9201 4 16.8 4H11.2C10.0799 4 9.51984 4 9.09202 4.21799C8.71569 4.40973 8.40973 4.71569 8.21799 5.09202C8 5.51984 8 6.07989 8 7.2V12.8C8 13.9201 8 14.4802 8.21799 14.908C8.40973 15.2843 8.71569 15.5903 9.09202 15.782C9.51984 16 10.0799 16 11.2 16Z"
|
|
65
65
|
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
|
|
66
66
|
/>
|
|
67
67
|
</svg>
|
|
68
|
-
`, n1 = '<?xml version="1.0" ?><svg data-name="Layer 3" id="Layer_3" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><style>.cls-1{fill:#dbd0d1;}.cls-2{fill:#86888d;}.cls-3{fill:#9c9495;}.cls-4{fill:#6d6f6a;}.cls-5{fill:#b6acb8;}.cls-6{fill:#52526b;opacity:0.46;}</style></defs><path class="cls-1" d="M43.54,26.04a4.33936,4.33936,0,0,1-.88,2.32,3.06848,3.06848,0,0,1-.95.75,18.5481,18.5481,0,0,1-8.4,10.79c-.37.22-.74.42-1.12.61-.19.09-.38.19-.57.27-.39.18-.78.34-1.18.49s-.8.29-1.22.41a19.07489,19.07489,0,0,1-1.87994.45,17.43447,17.43447,0,0,1-3.34.31,18.44866,18.44866,0,0,1-7.04-1.39,2.98631,2.98631,0,0,1-2.04.35,5.28083,5.28083,0,0,1-2.47-1.3c-.09-.08-.19-.16-.28-.25l-.21-.21q-.195-.225-.39-.48c-.05-.09-.11-.19-.16-.29a2.47935,2.47935,0,0,1-.17-1.6c0-.01-.01-.01-.03-.02-.08-.09-.16-.16-.24005-.25-.28-.27-.54-.55-.8-.84l-.08-.09A18.37989,18.37989,0,0,1,10.66,11.28a3.43014,3.43014,0,0,1,.64-2.22,7.44972,7.44972,0,0,1,2.45-1.99,2.62758,2.62758,0,0,1,1.67-.47,2.548,2.548,0,0,1,1.13.55A18.58974,18.58974,0,0,1,20,6.01a17.71,17.71,0,0,1,4-.45,18.02451,18.02451,0,0,1,6.61,1.25A18.64812,18.64812,0,0,1,41.15,17.28c.07.18.15.37.21.56.13.37.26.75.37,1.14.05.19.1.38.15.58a4.75072,4.75072,0,0,1,.14.63c.06.26.11.52.15.79a2.82305,2.82305,0,0,1,.06.31c.05.34.09.68.12,1.03A4.85592,4.85592,0,0,1,43.54,26.04Z"/><path class="cls-2" d="M35.88,32.01c1.34-.09-.24,1.93-.65,2.24a2.45021,2.45021,0,0,1-1.24.52,1.48716,1.48716,0,0,1-1.24-.42C33.51,33.57,34.69,32.08,35.88,32.01Z"/><path class="cls-2" d="M30.43,26.87a1.736,1.736,0,0,1-.15,1.02A2.52908,2.52908,0,0,1,29.15,29a3.57633,3.57633,0,0,1-3.07.3,2.64684,2.64684,0,0,1-1.65-2.05,2.06672,2.06672,0,0,1-.02-.43c.22-3.22,5.64-2.41,6.02.04Z"/><path class="cls-2" d="M12.88,25.59a2.62,2.62,0,0,1,0,5.24,2.96625,2.96625,0,0,1-.42-.03,2.38449,2.38449,0,0,0-1.63-4.13h-.06A2.57667,2.57667,0,0,1,12.88,25.59Z"/><path class="cls-3" d="M14.38,17.04a1.84092,1.84092,0,0,1-.33,3.19,2.78457,2.78457,0,0,1-1.25.15,2.14074,2.14074,0,0,1-.62-.13A.81841.81841,0,0,1,11.8,20a1.229,1.229,0,0,1-.22-1.07,2.85584,2.85584,0,0,1,1.12-1.68A1.52618,1.52618,0,0,1,14.38,17.04Z"/><path class="cls-4" d="M36.26,14.62a2.14894,2.14894,0,0,1-1.03,2.58,2.4069,2.4069,0,0,1-1.84-.11,3.39711,3.39711,0,0,1-1.77-1.67,2.42272,2.42272,0,0,1,.19-2.36C33.21,11.11,35.74,12.9,36.26,14.62Z"/><path class="cls-2" d="M34.502,17.8374a3.32893,3.32893,0,0,1-1.31054-.28857A3.85866,3.85866,0,0,1,31.16406,15.624a2.92284,2.92284,0,0,1,.24024-2.85644,2.32187,2.32187,0,0,1,2.35156-1.02149,4.13243,4.13243,0,0,1,2.98242,2.7295,2.65117,2.65117,0,0,1-1.3164,3.18652A2.396,2.396,0,0,1,34.502,17.8374Zm-1.15722-5.126a1.35872,1.35872,0,0,0-1.12891.64013l-.00293.00342a1.93348,1.93348,0,0,0-.13476,1.86377,2.90407,2.90407,0,0,0,1.51074,1.4126,1.9235,1.9235,0,0,0,1.45019.10693,1.65345,1.65345,0,0,0,.74121-1.9751,3.14651,3.14651,0,0,0-2.18847-2.03076A1.4898,1.4898,0,0,0,33.34473,12.71143Zm-1.53516.34863h0Z"/><path class="cls-5" d="M33.80273,35.28076a1.94021,1.94021,0,0,1-1.417-.58887.49874.49874,0,0,1,.00586-.69043c.11328-.11621.23535-.248.36524-.38818.79492-.85742,1.88379-2.03125,3.09375-2.10254a.877.877,0,0,1,1.00293.53369c.33789.90479-1.05567,2.40332-1.32129,2.604a2.92763,2.92763,0,0,1-1.499.61963A2.0374,2.0374,0,0,1,33.80273,35.28076Zm-.26855-1.03515a1.12526,1.12526,0,0,0,.40137.02734,1.95445,1.95445,0,0,0,.99511-.42285,4.342,4.342,0,0,0,.94825-1.33887C35.0918,32.5835,34.2002,33.52832,33.53418,34.24561Z"/><path class="cls-5" d="M29.78027,35.52a.5.5,0,0,1-.37988-.8252,2.94443,2.94443,0,0,1,2.44336-.81494l.40527.01905c.18653.01025.37207.021.56055.021a.5.5,0,0,1,0,1c-.207,0-.41113-.01123-.61621-.02246l-.37891-.01758a2.03638,2.03638,0,0,0-1.65429.46533A.498.498,0,0,1,29.78027,35.52Z"/><path class="cls-5" d="M33.33984,31.33008a.49871.49871,0,0,1-.31543-.11182c-.165-.13379-.33007-.26806-.49414-.41211a.50031.50031,0,0,1,.66016-.75195c.1543.13525.30957.26172.46387.38769a.49957.49957,0,0,1-.31446.88819Z"/><path class="cls-5" d="M36.03027,20.08008a.49983.49983,0,0,1-.40039-.2002,1.61738,1.61738,0,0,1-.16211-1.64306.5.5,0,1,1,.9043.42675.622.622,0,0,0,.05859.6167.50034.50034,0,0,1-.40039.79981Z"/><path class="cls-5" d="M31.2998,12.3501a.49587.49587,0,0,1-.24414-.064A2.17889,2.17889,0,0,1,29.9502,10.459a.50041.50041,0,0,1,.49121-.50878.53286.53286,0,0,1,.50879.49121,1.18036,1.18036,0,0,0,.59375.97265.49969.49969,0,0,1-.24415.936Z"/><path class="cls-2" d="M13.11035,20.8916c-.11133,0-.22656-.00439-.34668-.01318a2.59741,2.59741,0,0,1-.77734-.16748,1.27057,1.27057,0,0,1-.57031-.39014,1.679,1.679,0,0,1-.32715-1.48389,3.31985,3.31985,0,0,1,1.3164-1.99072,2.01481,2.01481,0,0,1,2.21387-.2456,2.07131,2.07131,0,0,1,1.043,1.99511,2.42652,2.42652,0,0,1-1.42383,2.09766A2.94465,2.94465,0,0,1,13.11035,20.8916Zm.62012-3.51953a1.27309,1.27309,0,0,0-.73242.27979l-.00586.0039a2.349,2.349,0,0,0-.919,1.35742.76921.76921,0,0,0,.09278.64649.345.345,0,0,0,.17187.11621,1.77552,1.77552,0,0,0,.50977.10644,2.26446,2.26446,0,0,0,1.01172-.11474,1.4119,1.4119,0,0,0,.80468-1.23242,1.09925,1.09925,0,0,0-.52734-1.05811A.83722.83722,0,0,0,13.73047,17.37207ZM12.7002,17.25h0Z"/><path class="cls-5" d="M16.28027,16.68018a.49986.49986,0,0,1-.17578-.96778,1.28781,1.28781,0,0,0,.57422-.43017.49981.49981,0,1,1,.80274.5957,2.26482,2.26482,0,0,1-1.0254.77A.49261.49261,0,0,1,16.28027,16.68018Z"/><path class="cls-2" d="M12.7002,17.75a.5.5,0,0,1-.5-.48926,1.36912,1.36912,0,0,0-.36426-.89844.49984.49984,0,1,1,.72851-.68457,2.3857,2.3857,0,0,1,.63575,1.56153.50045.50045,0,0,1-.48926.51074Z"/><path class="cls-2" d="M11.38965,22.49023a.5.5,0,0,1-.3457-.86132,2.12035,2.12035,0,0,0,.63671-1.40186.49955.49955,0,1,1,.99805.0459,3.14137,3.14137,0,0,1-.94336,2.07861A.49819.49819,0,0,1,11.38965,22.49023Z"/><path class="cls-2" d="M27.25,42.14014a.49221.49221,0,0,1-.24512-.06446,17.2123,17.2123,0,0,1-6.49121-6.5625.49968.49968,0,1,1,.873-.48632,16.20629,16.20629,0,0,0,6.1084,6.17773.49994.49994,0,0,1-.24512.93555Z"/><path class="cls-2" d="M19.74023,33a.50055.50055,0,0,1-.47656-.34912c-.13379-.42139-.25683-.853-.36035-1.28418a.50014.50014,0,0,1,.97266-.2334c.09765.40869.21484.8169.34082,1.21582A.49984.49984,0,0,1,19.74023,33Z"/><path class="cls-2" d="M33.86133,15.99023a.47274.47274,0,0,1-.06934-.00488,1.18137,1.18137,0,0,1-.91211-.68847,1.1683,1.1683,0,0,1,.13672-1.14307.50051.50051,0,0,1,.80664.59277.16442.16442,0,0,0-.02344.15674.17858.17858,0,0,0,.12891.0918.49992.49992,0,0,1-.06738.99511Z"/><path class="cls-5" d="M30.42969,27.36523a.49557.49557,0,0,1-.5-.49511.51409.51409,0,0,1,.29883-.46778,34.10765,34.10765,0,0,1,3.67382-1.37011.49979.49979,0,1,1,.29493.95507,33.36463,33.36463,0,0,0-3.51368,1.30713A.48877.48877,0,0,1,30.42969,27.36523Z"/><path class="cls-5" d="M27.25781,30.02148a3.63146,3.63146,0,0,1-1.36523-.2583,3.1367,3.1367,0,0,1-1.959-2.44775,2.68374,2.68374,0,0,1-.02246-.53027,2.77413,2.77413,0,0,1,2.9375-2.57911c1.751-.06738,3.81348.88868,4.0752,2.57715a.32015.32015,0,0,1,.00488.05225,2.46289,2.46289,0,0,1-.06543.92041,2.60231,2.60231,0,0,1-.13574.35791,2.99931,2.99931,0,0,1-1.33887,1.32568A4.292,4.292,0,0,1,27.25781,30.02148Zm-.21875-4.81933c-.0498,0-.09863.001-.14746.00293A1.84822,1.84822,0,0,0,24.90918,26.854a1.6175,1.6175,0,0,0,.01562.32715A2.15673,2.15673,0,0,0,26.26367,28.835a3.055,3.055,0,0,0,2.63672-.26807,2.09258,2.09258,0,0,0,.92578-.88574,1.26628,1.26628,0,0,0,.10742-.74853l-.00195-.022C29.749,25.876,28.30078,25.20215,27.03906,25.20215Z"/><path class="cls-5" d="M29.40039,24.1001a.50064.50064,0,0,1-.42383-.76612c.27246-.4331.54981-.86132.82813-1.291l.36523-.56348a.49951.49951,0,1,1,.83985.541l-.36524.56592c-.27637.42627-.55078.85058-.82031,1.27978A.50135.50135,0,0,1,29.40039,24.1001Z"/><path class="cls-5" d="M25.5,32.04a.50019.50019,0,0,1-.1377-.981.1132.1132,0,0,0,.06543-.07861.50024.50024,0,0,1,.98438.17871,1.10662,1.10662,0,0,1-.77441.86182A.52017.52017,0,0,1,25.5,32.04Z"/><path class="cls-5" d="M23.68359,26.88574c-.23828-.10791-.42773-.19385-.61718-.28857a.50006.50006,0,1,1,.44726-.89453c.17774.08886.35547.16943.53223.24951l-.15625.478Z"/><path class="cls-5" d="M40.15039,24.79a.49834.49834,0,0,1-.25879-.07178l-1.43066-.87012a.50034.50034,0,0,1,.51758-.85644l1.43066.87012a.50034.50034,0,0,1-.25879.92822Z"/><path class="cls-5" d="M39.17578,28.66553a1.815,1.815,0,0,1-.47656-.063.49985.49985,0,0,1,.26172-.96484.95244.95244,0,0,0,.89062-.25635.5.5,0,1,1,.7168.69726A1.95683,1.95683,0,0,1,39.17578,28.66553Z"/><path class="cls-5" d="M16.05957,38.02979a.4995.4995,0,0,1-.31348-.11036,5.36182,5.36182,0,0,0-1.71-.92382.5.5,0,1,1,.3086-.95118,6.3396,6.3396,0,0,1,2.02832,1.09571.50018.50018,0,0,1-.31348.88965Z"/><path class="cls-5" d="M12.87988,31.33008a3.47237,3.47237,0,0,1-.49121-.03516.50029.50029,0,0,1-.27051-.85986,1.88469,1.88469,0,0,0-1.28808-3.26514.54724.54724,0,0,1-.47461-.271.49816.49816,0,0,1,.00683-.519,3.11363,3.11363,0,1,1,2.51758,4.9502Zm-1.042-4.96924a2.877,2.877,0,0,1,1.625,3.8877,2.12087,2.12087,0,1,0-1.625-3.8877Z"/><path class="cls-2" d="M21.16992,12.12012a.5.5,0,0,1-.22363-.94727,6.07066,6.07066,0,0,0,1.36816-.9331.49984.49984,0,1,1,.67188.74023,7.05736,7.05736,0,0,1-1.59278,1.0874A.504.504,0,0,1,21.16992,12.12012Z"/><path class="cls-6" d="M43.54,26.04a4.33936,4.33936,0,0,1-.88,2.32,3.06848,3.06848,0,0,1-.95.75,18.5481,18.5481,0,0,1-8.4,10.79c-.37.22-.74.42-1.12.61-.19.09-.38.19-.57.27-.39.18-.78.34-1.18.49s-.8.29-1.22.41a19.07489,19.07489,0,0,1-1.87994.45,17.43447,17.43447,0,0,1-3.34.31,18.44866,18.44866,0,0,1-7.04-1.39,2.98631,2.98631,0,0,1-2.04.35,5.28083,5.28083,0,0,1-2.47-1.3c-.09-.08-.19-.16-.28-.25l-.21-.21q-.195-.225-.39-.48c-.05-.09-.11-.19-.16-.29a2.47935,2.47935,0,0,1-.17-1.6c0-.01-.01-.01-.03-.02-.08-.09-.16-.16-.24005-.25-.28-.27-.54-.55-.8-.84l-.08-.09.66-.28a1.29917,1.29917,0,0,0,.35-.21L11.34,35.4l.27.12a17.40627,17.40627,0,0,0,10.05,1.13A17.50888,17.50888,0,0,0,35.31,24.12l.06-.24.23-.09a1.90859,1.90859,0,0,0,.78-.57,3.29556,3.29556,0,0,0,.66-1.78,3.797,3.797,0,0,0-1.02-3.04l-.13-.13-.02-.19a17.32017,17.32017,0,0,0-3.92-9.64L30.61,6.81A18.64812,18.64812,0,0,1,41.15,17.28c.07.18.15.37.21.56.14.37.26.75.37,1.14.05.19.1.38.15.58a4.75072,4.75072,0,0,1,.14.63c.06.26.11.52.15.79a2.82305,2.82305,0,0,1,.06.31c.05.34.09.68.12,1.03A4.85592,4.85592,0,0,1,43.54,26.04Z"/></svg>', e1 = `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
68
|
+
`, s1 = '<?xml version="1.0" ?><svg data-name="Layer 3" id="Layer_3" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><style>.cls-1{fill:#dbd0d1;}.cls-2{fill:#86888d;}.cls-3{fill:#9c9495;}.cls-4{fill:#6d6f6a;}.cls-5{fill:#b6acb8;}.cls-6{fill:#52526b;opacity:0.46;}</style></defs><path class="cls-1" d="M43.54,26.04a4.33936,4.33936,0,0,1-.88,2.32,3.06848,3.06848,0,0,1-.95.75,18.5481,18.5481,0,0,1-8.4,10.79c-.37.22-.74.42-1.12.61-.19.09-.38.19-.57.27-.39.18-.78.34-1.18.49s-.8.29-1.22.41a19.07489,19.07489,0,0,1-1.87994.45,17.43447,17.43447,0,0,1-3.34.31,18.44866,18.44866,0,0,1-7.04-1.39,2.98631,2.98631,0,0,1-2.04.35,5.28083,5.28083,0,0,1-2.47-1.3c-.09-.08-.19-.16-.28-.25l-.21-.21q-.195-.225-.39-.48c-.05-.09-.11-.19-.16-.29a2.47935,2.47935,0,0,1-.17-1.6c0-.01-.01-.01-.03-.02-.08-.09-.16-.16-.24005-.25-.28-.27-.54-.55-.8-.84l-.08-.09A18.37989,18.37989,0,0,1,10.66,11.28a3.43014,3.43014,0,0,1,.64-2.22,7.44972,7.44972,0,0,1,2.45-1.99,2.62758,2.62758,0,0,1,1.67-.47,2.548,2.548,0,0,1,1.13.55A18.58974,18.58974,0,0,1,20,6.01a17.71,17.71,0,0,1,4-.45,18.02451,18.02451,0,0,1,6.61,1.25A18.64812,18.64812,0,0,1,41.15,17.28c.07.18.15.37.21.56.13.37.26.75.37,1.14.05.19.1.38.15.58a4.75072,4.75072,0,0,1,.14.63c.06.26.11.52.15.79a2.82305,2.82305,0,0,1,.06.31c.05.34.09.68.12,1.03A4.85592,4.85592,0,0,1,43.54,26.04Z"/><path class="cls-2" d="M35.88,32.01c1.34-.09-.24,1.93-.65,2.24a2.45021,2.45021,0,0,1-1.24.52,1.48716,1.48716,0,0,1-1.24-.42C33.51,33.57,34.69,32.08,35.88,32.01Z"/><path class="cls-2" d="M30.43,26.87a1.736,1.736,0,0,1-.15,1.02A2.52908,2.52908,0,0,1,29.15,29a3.57633,3.57633,0,0,1-3.07.3,2.64684,2.64684,0,0,1-1.65-2.05,2.06672,2.06672,0,0,1-.02-.43c.22-3.22,5.64-2.41,6.02.04Z"/><path class="cls-2" d="M12.88,25.59a2.62,2.62,0,0,1,0,5.24,2.96625,2.96625,0,0,1-.42-.03,2.38449,2.38449,0,0,0-1.63-4.13h-.06A2.57667,2.57667,0,0,1,12.88,25.59Z"/><path class="cls-3" d="M14.38,17.04a1.84092,1.84092,0,0,1-.33,3.19,2.78457,2.78457,0,0,1-1.25.15,2.14074,2.14074,0,0,1-.62-.13A.81841.81841,0,0,1,11.8,20a1.229,1.229,0,0,1-.22-1.07,2.85584,2.85584,0,0,1,1.12-1.68A1.52618,1.52618,0,0,1,14.38,17.04Z"/><path class="cls-4" d="M36.26,14.62a2.14894,2.14894,0,0,1-1.03,2.58,2.4069,2.4069,0,0,1-1.84-.11,3.39711,3.39711,0,0,1-1.77-1.67,2.42272,2.42272,0,0,1,.19-2.36C33.21,11.11,35.74,12.9,36.26,14.62Z"/><path class="cls-2" d="M34.502,17.8374a3.32893,3.32893,0,0,1-1.31054-.28857A3.85866,3.85866,0,0,1,31.16406,15.624a2.92284,2.92284,0,0,1,.24024-2.85644,2.32187,2.32187,0,0,1,2.35156-1.02149,4.13243,4.13243,0,0,1,2.98242,2.7295,2.65117,2.65117,0,0,1-1.3164,3.18652A2.396,2.396,0,0,1,34.502,17.8374Zm-1.15722-5.126a1.35872,1.35872,0,0,0-1.12891.64013l-.00293.00342a1.93348,1.93348,0,0,0-.13476,1.86377,2.90407,2.90407,0,0,0,1.51074,1.4126,1.9235,1.9235,0,0,0,1.45019.10693,1.65345,1.65345,0,0,0,.74121-1.9751,3.14651,3.14651,0,0,0-2.18847-2.03076A1.4898,1.4898,0,0,0,33.34473,12.71143Zm-1.53516.34863h0Z"/><path class="cls-5" d="M33.80273,35.28076a1.94021,1.94021,0,0,1-1.417-.58887.49874.49874,0,0,1,.00586-.69043c.11328-.11621.23535-.248.36524-.38818.79492-.85742,1.88379-2.03125,3.09375-2.10254a.877.877,0,0,1,1.00293.53369c.33789.90479-1.05567,2.40332-1.32129,2.604a2.92763,2.92763,0,0,1-1.499.61963A2.0374,2.0374,0,0,1,33.80273,35.28076Zm-.26855-1.03515a1.12526,1.12526,0,0,0,.40137.02734,1.95445,1.95445,0,0,0,.99511-.42285,4.342,4.342,0,0,0,.94825-1.33887C35.0918,32.5835,34.2002,33.52832,33.53418,34.24561Z"/><path class="cls-5" d="M29.78027,35.52a.5.5,0,0,1-.37988-.8252,2.94443,2.94443,0,0,1,2.44336-.81494l.40527.01905c.18653.01025.37207.021.56055.021a.5.5,0,0,1,0,1c-.207,0-.41113-.01123-.61621-.02246l-.37891-.01758a2.03638,2.03638,0,0,0-1.65429.46533A.498.498,0,0,1,29.78027,35.52Z"/><path class="cls-5" d="M33.33984,31.33008a.49871.49871,0,0,1-.31543-.11182c-.165-.13379-.33007-.26806-.49414-.41211a.50031.50031,0,0,1,.66016-.75195c.1543.13525.30957.26172.46387.38769a.49957.49957,0,0,1-.31446.88819Z"/><path class="cls-5" d="M36.03027,20.08008a.49983.49983,0,0,1-.40039-.2002,1.61738,1.61738,0,0,1-.16211-1.64306.5.5,0,1,1,.9043.42675.622.622,0,0,0,.05859.6167.50034.50034,0,0,1-.40039.79981Z"/><path class="cls-5" d="M31.2998,12.3501a.49587.49587,0,0,1-.24414-.064A2.17889,2.17889,0,0,1,29.9502,10.459a.50041.50041,0,0,1,.49121-.50878.53286.53286,0,0,1,.50879.49121,1.18036,1.18036,0,0,0,.59375.97265.49969.49969,0,0,1-.24415.936Z"/><path class="cls-2" d="M13.11035,20.8916c-.11133,0-.22656-.00439-.34668-.01318a2.59741,2.59741,0,0,1-.77734-.16748,1.27057,1.27057,0,0,1-.57031-.39014,1.679,1.679,0,0,1-.32715-1.48389,3.31985,3.31985,0,0,1,1.3164-1.99072,2.01481,2.01481,0,0,1,2.21387-.2456,2.07131,2.07131,0,0,1,1.043,1.99511,2.42652,2.42652,0,0,1-1.42383,2.09766A2.94465,2.94465,0,0,1,13.11035,20.8916Zm.62012-3.51953a1.27309,1.27309,0,0,0-.73242.27979l-.00586.0039a2.349,2.349,0,0,0-.919,1.35742.76921.76921,0,0,0,.09278.64649.345.345,0,0,0,.17187.11621,1.77552,1.77552,0,0,0,.50977.10644,2.26446,2.26446,0,0,0,1.01172-.11474,1.4119,1.4119,0,0,0,.80468-1.23242,1.09925,1.09925,0,0,0-.52734-1.05811A.83722.83722,0,0,0,13.73047,17.37207ZM12.7002,17.25h0Z"/><path class="cls-5" d="M16.28027,16.68018a.49986.49986,0,0,1-.17578-.96778,1.28781,1.28781,0,0,0,.57422-.43017.49981.49981,0,1,1,.80274.5957,2.26482,2.26482,0,0,1-1.0254.77A.49261.49261,0,0,1,16.28027,16.68018Z"/><path class="cls-2" d="M12.7002,17.75a.5.5,0,0,1-.5-.48926,1.36912,1.36912,0,0,0-.36426-.89844.49984.49984,0,1,1,.72851-.68457,2.3857,2.3857,0,0,1,.63575,1.56153.50045.50045,0,0,1-.48926.51074Z"/><path class="cls-2" d="M11.38965,22.49023a.5.5,0,0,1-.3457-.86132,2.12035,2.12035,0,0,0,.63671-1.40186.49955.49955,0,1,1,.99805.0459,3.14137,3.14137,0,0,1-.94336,2.07861A.49819.49819,0,0,1,11.38965,22.49023Z"/><path class="cls-2" d="M27.25,42.14014a.49221.49221,0,0,1-.24512-.06446,17.2123,17.2123,0,0,1-6.49121-6.5625.49968.49968,0,1,1,.873-.48632,16.20629,16.20629,0,0,0,6.1084,6.17773.49994.49994,0,0,1-.24512.93555Z"/><path class="cls-2" d="M19.74023,33a.50055.50055,0,0,1-.47656-.34912c-.13379-.42139-.25683-.853-.36035-1.28418a.50014.50014,0,0,1,.97266-.2334c.09765.40869.21484.8169.34082,1.21582A.49984.49984,0,0,1,19.74023,33Z"/><path class="cls-2" d="M33.86133,15.99023a.47274.47274,0,0,1-.06934-.00488,1.18137,1.18137,0,0,1-.91211-.68847,1.1683,1.1683,0,0,1,.13672-1.14307.50051.50051,0,0,1,.80664.59277.16442.16442,0,0,0-.02344.15674.17858.17858,0,0,0,.12891.0918.49992.49992,0,0,1-.06738.99511Z"/><path class="cls-5" d="M30.42969,27.36523a.49557.49557,0,0,1-.5-.49511.51409.51409,0,0,1,.29883-.46778,34.10765,34.10765,0,0,1,3.67382-1.37011.49979.49979,0,1,1,.29493.95507,33.36463,33.36463,0,0,0-3.51368,1.30713A.48877.48877,0,0,1,30.42969,27.36523Z"/><path class="cls-5" d="M27.25781,30.02148a3.63146,3.63146,0,0,1-1.36523-.2583,3.1367,3.1367,0,0,1-1.959-2.44775,2.68374,2.68374,0,0,1-.02246-.53027,2.77413,2.77413,0,0,1,2.9375-2.57911c1.751-.06738,3.81348.88868,4.0752,2.57715a.32015.32015,0,0,1,.00488.05225,2.46289,2.46289,0,0,1-.06543.92041,2.60231,2.60231,0,0,1-.13574.35791,2.99931,2.99931,0,0,1-1.33887,1.32568A4.292,4.292,0,0,1,27.25781,30.02148Zm-.21875-4.81933c-.0498,0-.09863.001-.14746.00293A1.84822,1.84822,0,0,0,24.90918,26.854a1.6175,1.6175,0,0,0,.01562.32715A2.15673,2.15673,0,0,0,26.26367,28.835a3.055,3.055,0,0,0,2.63672-.26807,2.09258,2.09258,0,0,0,.92578-.88574,1.26628,1.26628,0,0,0,.10742-.74853l-.00195-.022C29.749,25.876,28.30078,25.20215,27.03906,25.20215Z"/><path class="cls-5" d="M29.40039,24.1001a.50064.50064,0,0,1-.42383-.76612c.27246-.4331.54981-.86132.82813-1.291l.36523-.56348a.49951.49951,0,1,1,.83985.541l-.36524.56592c-.27637.42627-.55078.85058-.82031,1.27978A.50135.50135,0,0,1,29.40039,24.1001Z"/><path class="cls-5" d="M25.5,32.04a.50019.50019,0,0,1-.1377-.981.1132.1132,0,0,0,.06543-.07861.50024.50024,0,0,1,.98438.17871,1.10662,1.10662,0,0,1-.77441.86182A.52017.52017,0,0,1,25.5,32.04Z"/><path class="cls-5" d="M23.68359,26.88574c-.23828-.10791-.42773-.19385-.61718-.28857a.50006.50006,0,1,1,.44726-.89453c.17774.08886.35547.16943.53223.24951l-.15625.478Z"/><path class="cls-5" d="M40.15039,24.79a.49834.49834,0,0,1-.25879-.07178l-1.43066-.87012a.50034.50034,0,0,1,.51758-.85644l1.43066.87012a.50034.50034,0,0,1-.25879.92822Z"/><path class="cls-5" d="M39.17578,28.66553a1.815,1.815,0,0,1-.47656-.063.49985.49985,0,0,1,.26172-.96484.95244.95244,0,0,0,.89062-.25635.5.5,0,1,1,.7168.69726A1.95683,1.95683,0,0,1,39.17578,28.66553Z"/><path class="cls-5" d="M16.05957,38.02979a.4995.4995,0,0,1-.31348-.11036,5.36182,5.36182,0,0,0-1.71-.92382.5.5,0,1,1,.3086-.95118,6.3396,6.3396,0,0,1,2.02832,1.09571.50018.50018,0,0,1-.31348.88965Z"/><path class="cls-5" d="M12.87988,31.33008a3.47237,3.47237,0,0,1-.49121-.03516.50029.50029,0,0,1-.27051-.85986,1.88469,1.88469,0,0,0-1.28808-3.26514.54724.54724,0,0,1-.47461-.271.49816.49816,0,0,1,.00683-.519,3.11363,3.11363,0,1,1,2.51758,4.9502Zm-1.042-4.96924a2.877,2.877,0,0,1,1.625,3.8877,2.12087,2.12087,0,1,0-1.625-3.8877Z"/><path class="cls-2" d="M21.16992,12.12012a.5.5,0,0,1-.22363-.94727,6.07066,6.07066,0,0,0,1.36816-.9331.49984.49984,0,1,1,.67188.74023,7.05736,7.05736,0,0,1-1.59278,1.0874A.504.504,0,0,1,21.16992,12.12012Z"/><path class="cls-6" d="M43.54,26.04a4.33936,4.33936,0,0,1-.88,2.32,3.06848,3.06848,0,0,1-.95.75,18.5481,18.5481,0,0,1-8.4,10.79c-.37.22-.74.42-1.12.61-.19.09-.38.19-.57.27-.39.18-.78.34-1.18.49s-.8.29-1.22.41a19.07489,19.07489,0,0,1-1.87994.45,17.43447,17.43447,0,0,1-3.34.31,18.44866,18.44866,0,0,1-7.04-1.39,2.98631,2.98631,0,0,1-2.04.35,5.28083,5.28083,0,0,1-2.47-1.3c-.09-.08-.19-.16-.28-.25l-.21-.21q-.195-.225-.39-.48c-.05-.09-.11-.19-.16-.29a2.47935,2.47935,0,0,1-.17-1.6c0-.01-.01-.01-.03-.02-.08-.09-.16-.16-.24005-.25-.28-.27-.54-.55-.8-.84l-.08-.09.66-.28a1.29917,1.29917,0,0,0,.35-.21L11.34,35.4l.27.12a17.40627,17.40627,0,0,0,10.05,1.13A17.50888,17.50888,0,0,0,35.31,24.12l.06-.24.23-.09a1.90859,1.90859,0,0,0,.78-.57,3.29556,3.29556,0,0,0,.66-1.78,3.797,3.797,0,0,0-1.02-3.04l-.13-.13-.02-.19a17.32017,17.32017,0,0,0-3.92-9.64L30.61,6.81A18.64812,18.64812,0,0,1,41.15,17.28c.07.18.15.37.21.56.14.37.26.75.37,1.14.05.19.1.38.15.58a4.75072,4.75072,0,0,1,.14.63c.06.26.11.52.15.79a2.82305,2.82305,0,0,1,.06.31c.05.34.09.68.12,1.03A4.85592,4.85592,0,0,1,43.54,26.04Z"/></svg>', r1 = `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
69
69
|
<g id="Complete">
|
|
70
70
|
<g id="download">
|
|
71
71
|
<g>
|
|
@@ -102,8 +102,8 @@ const N = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="
|
|
|
102
102
|
</g>
|
|
103
103
|
</g>
|
|
104
104
|
</svg>
|
|
105
|
-
`,
|
|
106
|
-
`,
|
|
105
|
+
`, a1 = `<svg xmlns="http://www.w3.org/2000/svg" class="tv-icon-svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 14.66V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h5.34"></path><polygon points="18 2 22 6 12 16 8 16 8 12 18 2"></polygon></svg>
|
|
106
|
+
`, l1 = `<?xml version="1.0" encoding="utf-8"?>
|
|
107
107
|
<svg viewBox="0 0 24 24" fill="none"
|
|
108
108
|
xmlns="http://www.w3.org/2000/svg">
|
|
109
109
|
<g id="Interface / External_Link">
|
|
@@ -112,21 +112,21 @@ const N = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="
|
|
|
112
112
|
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
113
113
|
</g>
|
|
114
114
|
</svg>
|
|
115
|
-
`,
|
|
115
|
+
`, i1 = `<svg class="tv-icon-svg" version="1.1" id="Layer_1_1_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
116
116
|
x="0px" y="0px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
|
|
117
117
|
<path d="M8.612,2.347L8,2.997l-0.612-0.65c-1.69-1.795-4.43-1.795-6.12,0c-1.69,1.795-1.69,4.706,0,6.502l0.612,0.65L8,16
|
|
118
118
|
l6.12-6.502l0.612-0.65c1.69-1.795,1.69-4.706,0-6.502C13.042,0.551,10.302,0.551,8.612,2.347z"
|
|
119
119
|
fill="currentColor"/>
|
|
120
120
|
</svg>
|
|
121
|
-
`,
|
|
121
|
+
`, c1 = `<?xml version="1.0" encoding="utf-8"?>
|
|
122
122
|
<svg viewBox="0 0 24 24" fill="none"
|
|
123
123
|
xmlns="http://www.w3.org/2000/svg">
|
|
124
124
|
<path
|
|
125
125
|
d="M3 4.6C3 4.03995 3 3.75992 3.10899 3.54601C3.20487 3.35785 3.35785 3.20487 3.54601 3.10899C3.75992 3 4.03995 3 4.6 3H19.4C19.9601 3 20.2401 3 20.454 3.10899C20.6422 3.20487 20.7951 3.35785 20.891 3.54601C21 3.75992 21 4.03995 21 4.6V6.33726C21 6.58185 21 6.70414 20.9724 6.81923C20.9479 6.92127 20.9075 7.01881 20.8526 7.10828C20.7908 7.2092 20.7043 7.29568 20.5314 7.46863L14.4686 13.5314C14.2957 13.7043 14.2092 13.7908 14.1474 13.8917C14.0925 13.9812 14.0521 14.0787 14.0276 14.1808C14 14.2959 14 14.4182 14 14.6627V17L10 21V14.6627C10 14.4182 10 14.2959 9.97237 14.1808C9.94787 14.0787 9.90747 13.9812 9.85264 13.8917C9.7908 13.7908 9.70432 13.7043 9.53137 13.5314L3.46863 7.46863C3.29568 7.29568 3.2092 7.2092 3.14736 7.10828C3.09253 7.01881 3.05213 6.92127 3.02763 6.81923C3 6.70414 3 6.58185 3 6.33726V4.6Z"
|
|
126
126
|
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
|
|
127
127
|
</svg>
|
|
128
|
-
`,
|
|
129
|
-
`,
|
|
128
|
+
`, d1 = `<svg xmlns="http://www.w3.org/2000/svg" class="tv-icon-svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12" y2="17"></line></svg>
|
|
129
|
+
`, v1 = `<?xml version="1.0" encoding="utf-8"?>
|
|
130
130
|
<svg viewBox="0 0 24 24" fill="none"
|
|
131
131
|
xmlns="http://www.w3.org/2000/svg">
|
|
132
132
|
<path
|
|
@@ -136,14 +136,21 @@ const N = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="
|
|
|
136
136
|
stroke-linecap="round"
|
|
137
137
|
stroke-linejoin="round"/>
|
|
138
138
|
</svg>
|
|
139
|
-
`,
|
|
139
|
+
`, C1 = '<?xml version="1.0" ?><svg data-name="Layer 3" id="Layer_3" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><style>.cls-1{fill:#ffa866;}.cls-2{fill:#fcf260;}.cls-3{fill:none;stroke:#ffa866;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M23.95894,43.78571c-.50964,0-1.01246,1.40775-1.51322,1.37226-.50773-.036-.96208-.40952-1.45943-.48074-.50326-.07206-1.38421,1.72313-1.87554,1.61629-.49622-.1079-.79546-1.27949-1.27817-1.42152-.48667-.14319-1.36452.658-1.83608.48153-.47468-.17768-.47617-1.65137-.93414-1.8614-.46034-.21112-.09627-1.95237-.5383-2.19475-.44381-.24336-1.99311,1.42919-2.417,1.15577-.42513-.27421.22739-2.06668-.17626-2.36967-.40438-.30354-.89029-.38967-1.27164-.72063-.38168-.33124-.36531-.97033-.72246-1.32756s-1.6.18275-1.93112-.199c-.33083-.38139-.66792-.74961-.97133-1.154-.30287-.40367-.73158-.721-1.00566-1.14616-.27332-.42394.94678-1.67551.70353-2.11935-.24226-.442-2.41526.12463-2.62626-.33571-.20983-.45778.55614-1.32879.37864-1.80326-.17635-.47138.36435-1.123.22129-1.60946-.14193-.48263-1.262-.67-1.36981-1.16613-.10666-.4908-.29132-.96483-.36329-1.46752-.07118-.49726-.09442-.99986-.13038-1.50749-.03547-.50058-.9929-1.00144-.9929-1.5109,0-.50963,2.40409-.90814,2.43959-1.4089.036-.50774-1.72055-1.16067-1.64934-1.658.07207-.50326.46945-.95633.57629-1.44766.1079-.49622,1.03794-.74872,1.18-1.23144.1432-.48666-1.49157-1.573-1.31507-2.04457.17768-.47468.29453-1.05973.50455-1.5177.21112-.46034,2.73813.254,2.98051-.188.24335-.44381-1.97745-2.35757-1.704-2.78148.27421-.42513,1.11457-.557,1.41757-.96068.30354-.40437,1.32023-.27168,1.65119-.653.33124-.38168.18685-1.23924.54408-1.59639s1.27431-.14384,1.656-.475c.38139-.33083,1.58894.44929,1.99334.14588.40367-.30287.41805-1.0201.84318-1.29419.42394-.27331.29932-1.41981.74316-1.66306.442-.24226,1.11184-.02046,1.57218-.23146.45778-.20983,1.16946.32109,1.64393.14358.47138-.17635.95674-.03434,1.4432-.1774.48263-.14194.61767-1.42733,1.1138-1.53515.4908-.10666,1.0105.05272,1.51319-.01924.49726-.07118.85586-1.7264,1.36349-1.76236.50058-.03547,1.08927,1.12934,1.59873,1.12934.50963,0,1.11522-1.40028,1.616-1.36479.50773.036,1.0133.78419,1.51065.85541.50326.07206,1.13511-.21036,1.62644-.10353.49623.10791.79464,1.16817,1.27735,1.3102.48667.14319.60473,1.30207,1.07629,1.47858.47468.17767,1.25777-.47316,1.71574-.26313.46034.21112.1503,1.82739.59234,2.06977.44381.24335,2.01342-1.46619,2.43733-1.19276.42513.27421,1.02842.39371,1.43207.69671.40438.30354.95395.5423,1.33531.87326.38168.33124.85386.68317,1.211,1.0404s1.11542.47686,1.44655.8586c.33083.38138-.88126,2.067-.57785,2.4714.30286.40367.45008.87869.72417,1.30382.27331.424.995.56231,1.23828,1.00614.24226.442,1.85687.26,2.06787.72035.20983.45778-2.2106,2.02158-2.0331,2.49606.17635.47137,2.73247.15,2.87553.63646.14194.48263-1.76226,1.50524-1.65444,2.00137.10665.4908,1.10937.7954,1.18133,1.29809.07118.49726-1.57062,1.126-1.53466,1.63359.03547.50059,3.3244.89146,3.3244,1.40091,0,.50964.01173,1.13459-.02376,1.63535-.036.50773-.8108,1.02924-.882,1.52659-.07206.50325-1.54207.77236-1.64891,1.26369-.1079.49622.50793,1.17216.3659,1.65487-.14319.48667-.95519.7482-1.13169,1.21976-.17768.47468-1.48639.4027-1.69642.86067-.21111.46034-.25491.88311-.49729,1.32515-.24335.44381.20125,1.2101-.07217,1.634-.27422.42513-1.25871.25925-1.56171.6629-.30354.40438-.26343.96156-.59439,1.34291-.33123.38168.20713,1.51651-.1501,1.87366s-.84732.5616-1.22905.89273c-.38139.33083-.6777.75422-1.0821,1.05763-.40366.30287-.92111.42534-1.34624.69942-.424.27332-.66114.85454-1.105,1.09779-.442.24226-.4384,1.48441-.89874,1.69542-.45778.20983-1.92582-2.01927-2.40029-1.84176-.47138.17635-.848.33316-1.33441.47622-.48263.14193-.76788.74941-1.264.85723-.49079.10666-.97594-.14316-1.47864-.0712-.49725.07118-.90268.31954-1.41031.3555C24.90562,44.27034,24.46839,43.78571,23.95894,43.78571Z"/><circle class="cls-2" cx="24" cy="24" r="17"/><path class="cls-3" d="M13.12,10.9304a38.10206,38.10206,0,0,1,12.5936-.884"/><path class="cls-3" d="M21.4976,12.9296a28.291,28.291,0,0,1,10.6896-.408,21.41745,21.41745,0,0,0,4.8008.5032"/><path class="cls-3" d="M11.56215,19.857c5.075-1.16021,10.31753-2.09655,15.467-1.33244,2.32585.34513,4.68153,1.03484,6.98764.576"/><path class="cls-3" d="M22.09692,25.78864a34.8,34.8,0,0,0,13.42714.64482"/><path class="cls-3" d="M12.87948,31.43044a10.83373,10.83373,0,0,0,5.41213,2.35284,15.53234,15.53234,0,0,0,5.93-.35951c1.60094-.39084,3.24991-.98538,4.85343-.60529a2.5112,2.5112,0,0,1,1.42354.82367,1.41952,1.41952,0,0,1,.16323,1.56693,2.16779,2.16779,0,0,1-1.458.80609c-3.46727.78769-4.20136,2.45124-6.02952,1.87625-.76347-.24014-1.52178-.80906-1.45713-1.20214.05563-.3383.70383-.44357,1.63928-.72856a16.909,16.909,0,0,0,2.98714-1.23858"/></svg>', b1 = `<?xml version="1.0" encoding="utf-8"?>
|
|
140
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="none" class="hds-flight-icon--animation-loading">
|
|
141
|
+
<g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd">
|
|
142
|
+
<path d="M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8z" opacity=".2"/>
|
|
143
|
+
<path d="M7.25.75A.75.75 0 018 0a8 8 0 018 8 .75.75 0 01-1.5 0A6.5 6.5 0 008 1.5a.75.75 0 01-.75-.75z"/>
|
|
144
|
+
</g>
|
|
145
|
+
</svg>
|
|
146
|
+
`, g1 = `<?xml version="1.0" encoding="utf-8"?>
|
|
140
147
|
<svg viewBox="0 0 24 24" fill="none"
|
|
141
148
|
xmlns="http://www.w3.org/2000/svg">
|
|
142
149
|
<path
|
|
143
150
|
d="M17 10.25H16.75V8C16.75 6.74022 16.2496 5.53204 15.3588 4.64124C14.468 3.75045 13.2598 3.25 12 3.25C10.7402 3.25 9.53204 3.75045 8.64124 4.64124C7.75045 5.53204 7.25 6.74022 7.25 8V10.25H7C6.27065 10.25 5.57118 10.5397 5.05546 11.0555C4.53973 11.5712 4.25 12.2707 4.25 13V18C4.25 18.7293 4.53973 19.4288 5.05546 19.9445C5.57118 20.4603 6.27065 20.75 7 20.75H17C17.7293 20.75 18.4288 20.4603 18.9445 19.9445C19.4603 19.4288 19.75 18.7293 19.75 18V13C19.75 12.2707 19.4603 11.5712 18.9445 11.0555C18.4288 10.5397 17.7293 10.25 17 10.25ZM8.75 8C8.75 7.13805 9.09241 6.3114 9.7019 5.7019C10.3114 5.09241 11.138 4.75 12 4.75C12.862 4.75 13.6886 5.09241 14.2981 5.7019C14.9076 6.3114 15.25 7.13805 15.25 8V10.25H8.75V8ZM18.25 18C18.25 18.3315 18.1183 18.6495 17.8839 18.8839C17.6495 19.1183 17.3315 19.25 17 19.25H7C6.66848 19.25 6.35054 19.1183 6.11612 18.8839C5.8817 18.6495 5.75 18.3315 5.75 18V13C5.75 12.6685 5.8817 12.3505 6.11612 12.1161C6.35054 11.8817 6.66848 11.75 7 11.75H17C17.3315 11.75 17.6495 11.8817 17.8839 12.1161C18.1183 12.3505 18.25 12.6685 18.25 13V18Z"
|
|
144
151
|
fill="currentColor"/>
|
|
145
152
|
</svg>
|
|
146
|
-
`,
|
|
153
|
+
`, u1 = `<?xml version="1.0" encoding="utf-8"?>
|
|
147
154
|
<svg viewBox="0 0 24 24" fill="none"
|
|
148
155
|
xmlns="http://www.w3.org/2000/svg">
|
|
149
156
|
<path
|
|
@@ -153,7 +160,7 @@ const N = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="
|
|
|
153
160
|
stroke-linecap="round"
|
|
154
161
|
stroke-linejoin="round" />
|
|
155
162
|
</svg>
|
|
156
|
-
`,
|
|
163
|
+
`, p1 = `<?xml version="1.0" encoding="utf-8"?>
|
|
157
164
|
<svg viewBox="0 0 24 24" fill="none"
|
|
158
165
|
xmlns="http://www.w3.org/2000/svg">
|
|
159
166
|
<path
|
|
@@ -163,7 +170,7 @@ const N = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="
|
|
|
163
170
|
stroke-linecap="round"
|
|
164
171
|
stroke-linejoin="round"/>
|
|
165
172
|
</svg>
|
|
166
|
-
`,
|
|
173
|
+
`, w1 = `<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
167
174
|
x="0px" y="0px" viewBox="0 0 612 612" style="enable-background:new 0 0 612 612;" xml:space="preserve">
|
|
168
175
|
<g>
|
|
169
176
|
<g id="_x35__21_">
|
|
@@ -180,8 +187,8 @@ const N = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="
|
|
|
180
187
|
</g>
|
|
181
188
|
</g>
|
|
182
189
|
</svg>
|
|
183
|
-
`,
|
|
184
|
-
`,
|
|
190
|
+
`, h1 = `<svg xmlns="http://www.w3.org/2000/svg" class="tv-icon-svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="8" y1="12" x2="16" y2="12"></line></svg>
|
|
191
|
+
`, f1 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
185
192
|
<path
|
|
186
193
|
d="M9.00195 17H5.60636C4.34793 17 3.71872 17 3.58633 16.9023C3.4376 16.7925 3.40126 16.7277 3.38515 16.5436C3.37082 16.3797 3.75646 15.7486 4.52776 14.4866C5.32411 13.1835 6.00031 11.2862 6.00031 8.6C6.00031 7.11479 6.63245 5.69041 7.75766 4.6402C8.88288 3.59 10.409 3 12.0003 3C13.5916 3 15.1177 3.59 16.2429 4.6402C17.3682 5.69041 18.0003 7.11479 18.0003 8.6C18.0003 11.2862 18.6765 13.1835 19.4729 14.4866C20.2441 15.7486 20.6298 16.3797 20.6155 16.5436C20.5994 16.7277 20.563 16.7925 20.4143 16.9023C20.2819 17 19.6527 17 18.3943 17H15.0003M9.00195 17L9.00031 18C9.00031 19.6569 10.3435 21 12.0003 21C13.6572 21 15.0003 19.6569 15.0003 18V17M9.00195 17H15.0003"
|
|
187
194
|
stroke="currentColor"
|
|
@@ -190,9 +197,9 @@ const N = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="
|
|
|
190
197
|
stroke-linejoin="round"
|
|
191
198
|
/>
|
|
192
199
|
</svg>
|
|
193
|
-
`,
|
|
194
|
-
`,
|
|
195
|
-
`,
|
|
200
|
+
`, x1 = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line></svg>
|
|
201
|
+
`, k1 = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line></svg>
|
|
202
|
+
`, m1 = `<svg class="tv-icon-svg" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 129" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 129 129">
|
|
196
203
|
<g>
|
|
197
204
|
<path d="M51.6,96.7c11,0,21-3.9,28.8-10.5l35,35c0.8,0.8,1.8,1.2,2.9,1.2s2.1-0.4,2.9-1.2c1.6-1.6,1.6-4.2,0-5.8l-35-35
|
|
198
205
|
c6.5-7.8,10.5-17.9,10.5-28.8c0-24.9-20.2-45.1-45.1-45.1C26.8,6.5,6.5,26.8,6.5,51.6C6.5,76.5,26.8,96.7,51.6,96.7z
|
|
@@ -200,7 +207,7 @@ const N = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="
|
|
|
200
207
|
fill="currentColor"/>
|
|
201
208
|
</g>
|
|
202
209
|
</svg>
|
|
203
|
-
`,
|
|
210
|
+
`, y1 = `<svg class="tv-icon-svg" style="enable-background:new 0 0 24 24;" version="1.1" viewBox="0 0 24 24"
|
|
204
211
|
xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
205
212
|
<g id="info"/>
|
|
206
213
|
<g id="icons">
|
|
@@ -212,7 +219,7 @@ const N = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="
|
|
|
212
219
|
fill="currentColor"/>
|
|
213
220
|
</g>
|
|
214
221
|
</svg>
|
|
215
|
-
`,
|
|
222
|
+
`, M1 = `<svg class="tv-icon-svg" style="enable-background:new 0 0 24 24;" version="1.1" viewBox="0 0 24 24"
|
|
216
223
|
xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
217
224
|
<g id="info"/>
|
|
218
225
|
<g id="icons">
|
|
@@ -221,7 +228,7 @@ const N = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="
|
|
|
221
228
|
fill="currentColor"/>
|
|
222
229
|
</g>
|
|
223
230
|
</svg>
|
|
224
|
-
`,
|
|
231
|
+
`, B1 = `<svg class="tv-icon-svg" viewBox="0 0 21 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
225
232
|
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
226
233
|
<g id="Dribbble-Light-Preview" transform="translate(-99.000000, -320.000000)" fill="currentColor">
|
|
227
234
|
<g id="icons" transform="translate(56.000000, 160.000000)">
|
|
@@ -239,7 +246,7 @@ const N = `<svg class="tv-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="
|
|
|
239
246
|
</g>
|
|
240
247
|
</g>
|
|
241
248
|
</svg>
|
|
242
|
-
`,
|
|
249
|
+
`, L1 = `<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
243
250
|
viewBox="0 0 2376 2278" enable-background="new 0 0 2376 2278" xml:space="preserve">
|
|
244
251
|
<path fill="#35495E" opacity="1.000000" stroke="none"
|
|
245
252
|
d="
|
|
@@ -474,14 +481,14 @@ M1448.046021,1501.871094
|
|
|
474
481
|
C1449.760986,1498.909912 1449.012939,1500.022217 1448.046021,1501.871094
|
|
475
482
|
z"/>
|
|
476
483
|
</svg>
|
|
477
|
-
`,
|
|
484
|
+
`, S1 = `<?xml version="1.0" encoding="utf-8"?>
|
|
478
485
|
<svg viewBox="0 0 24 24" fill="none"
|
|
479
486
|
xmlns="http://www.w3.org/2000/svg">
|
|
480
487
|
<path
|
|
481
488
|
d="M16 3.25C14.7402 3.25 13.532 3.75045 12.6412 4.64124C11.7504 5.53204 11.25 6.74022 11.25 8V10.25H6C5.27065 10.25 4.57118 10.5397 4.05546 11.0555C3.53973 11.5712 3.25 12.2707 3.25 13V18C3.25 18.7293 3.53973 19.4288 4.05546 19.9445C4.57118 20.4603 5.27065 20.75 6 20.75H13C13.7293 20.75 14.4288 20.4603 14.9445 19.9445C15.4603 19.4288 15.75 18.7293 15.75 18V13C15.75 12.2707 15.4603 11.5712 14.9445 11.0555C14.4288 10.5397 13.7293 10.25 13 10.25H12.75V8C12.75 7.13805 13.0924 6.3114 13.7019 5.7019C14.3114 5.09241 15.138 4.75 16 4.75C16.862 4.75 17.6886 5.09241 18.2981 5.7019C18.9076 6.3114 19.25 7.13805 19.25 8C19.25 8.19891 19.329 8.38968 19.4697 8.53033C19.6103 8.67098 19.8011 8.75 20 8.75C20.1989 8.75 20.3897 8.67098 20.5303 8.53033C20.671 8.38968 20.75 8.19891 20.75 8C20.75 6.74022 20.2496 5.53204 19.3588 4.64124C18.468 3.75045 17.2598 3.25 16 3.25ZM14.25 13V18C14.25 18.3315 14.1183 18.6495 13.8839 18.8839C13.6495 19.1183 13.3315 19.25 13 19.25H6C5.66848 19.25 5.35054 19.1183 5.11612 18.8839C4.8817 18.6495 4.75 18.3315 4.75 18V13C4.75 12.6685 4.8817 12.3505 5.11612 12.1161C5.35054 11.8817 5.66848 11.75 6 11.75H13C13.3315 11.75 13.6495 11.8817 13.8839 12.1161C14.1183 12.3505 14.25 12.6685 14.25 13Z"
|
|
482
489
|
fill="currentColor"/>
|
|
483
490
|
</svg>
|
|
484
|
-
`,
|
|
491
|
+
`, H1 = `<svg fill="currentColor" viewBox="0 0 24 24" id="update-alt" data-name="Flat Line" xmlns="http://www.w3.org/2000/svg" class="icon flat-line">
|
|
485
492
|
<path id="primary" d="M5.07,8A8,8,0,0,1,20,12"
|
|
486
493
|
style="fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;">
|
|
487
494
|
</path>
|
|
@@ -495,17 +502,17 @@ z"/>
|
|
|
495
502
|
style="fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;">
|
|
496
503
|
</polyline>
|
|
497
504
|
</svg>
|
|
498
|
-
`,
|
|
505
|
+
`, V1 = `<?xml version="1.0" encoding="utf-8"?>
|
|
499
506
|
<svg fill="currentColor" viewBox="-3.5 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
500
507
|
<title>view</title>
|
|
501
508
|
<path d="M12.406 13.844c1.188 0 2.156 0.969 2.156 2.156s-0.969 2.125-2.156 2.125-2.125-0.938-2.125-2.125 0.938-2.156 2.125-2.156zM12.406 8.531c7.063 0 12.156 6.625 12.156 6.625 0.344 0.438 0.344 1.219 0 1.656 0 0-5.094 6.625-12.156 6.625s-12.156-6.625-12.156-6.625c-0.344-0.438-0.344-1.219 0-1.656 0 0 5.094-6.625 12.156-6.625zM12.406 21.344c2.938 0 5.344-2.406 5.344-5.344s-2.406-5.344-5.344-5.344-5.344 2.406-5.344 5.344 2.406 5.344 5.344 5.344z"></path>
|
|
502
509
|
</svg>
|
|
503
|
-
`,
|
|
504
|
-
const
|
|
505
|
-
|
|
510
|
+
`, Z1 = (t, a) => {
|
|
511
|
+
const n = m(!1), l = () => {
|
|
512
|
+
a("clickButton"), a("click");
|
|
506
513
|
}, i = (s) => {
|
|
507
|
-
|
|
508
|
-
},
|
|
514
|
+
n.value = s;
|
|
515
|
+
}, g = (s) => !s || s[0] !== "#" ? s : `#${s.match(/\w\w/g).map((c) => parseInt(c, 16) * 0.9).map((c) => Math.floor(c).toString(16).padStart(2, "0")).join("")}`, h = w(() => ({
|
|
509
516
|
"tv-btn-rounded": t.isRounded || t.rounded,
|
|
510
517
|
"tv-btn-full": t.isFull || t.full,
|
|
511
518
|
"tv-btn-outlined": t.isOutlined || t.outlined,
|
|
@@ -515,10 +522,11 @@ z"/>
|
|
|
515
522
|
"tv-btn-info": t.isInfo || t.info,
|
|
516
523
|
"tv-btn-warning": t.isWarning || t.warning,
|
|
517
524
|
"tv-btn-error": t.isError || t.error,
|
|
518
|
-
"tv-btn-disabled": t.isDisabled || t.disabled,
|
|
525
|
+
"tv-btn-disabled": t.isDisabled || t.disabled || t.loading || t.isLoading,
|
|
519
526
|
"tv-btn-text": t.isText || t.text,
|
|
520
|
-
"tv-btn-icon": t.type === "icon"
|
|
521
|
-
|
|
527
|
+
"tv-btn-icon": t.type === "icon",
|
|
528
|
+
"tv-btn-icon-only": t.type === "icon" && t.iconOnly
|
|
529
|
+
})), b = w(() => {
|
|
522
530
|
if (!t.customStyle) return {};
|
|
523
531
|
const s = {
|
|
524
532
|
backgroundColor: t.customStyle.backgroundColor || "transparent",
|
|
@@ -531,27 +539,27 @@ z"/>
|
|
|
531
539
|
color: t.customStyle.backgroundColor,
|
|
532
540
|
boxShadow: s.boxShadow
|
|
533
541
|
} : s;
|
|
534
|
-
}),
|
|
542
|
+
}), u = w(() => t.customStyle ? t.isOutlined || t.outlined ? {
|
|
535
543
|
backgroundColor: t.customStyle.backgroundColor,
|
|
536
544
|
color: t.customStyle.color
|
|
537
545
|
} : {
|
|
538
|
-
backgroundColor:
|
|
546
|
+
backgroundColor: g(t.customStyle.backgroundColor),
|
|
539
547
|
boxShadow: "none"
|
|
540
548
|
} : {});
|
|
541
549
|
return {
|
|
542
|
-
isHover:
|
|
543
|
-
handleClick:
|
|
550
|
+
isHover: n,
|
|
551
|
+
handleClick: l,
|
|
544
552
|
manageHover: i,
|
|
545
553
|
buttonClasses: h,
|
|
546
|
-
buttonStyleCustom:
|
|
547
|
-
buttonStyleHover:
|
|
554
|
+
buttonStyleCustom: b,
|
|
555
|
+
buttonStyleHover: u
|
|
548
556
|
};
|
|
549
|
-
},
|
|
550
|
-
const
|
|
551
|
-
for (const [
|
|
552
|
-
|
|
553
|
-
return
|
|
554
|
-
},
|
|
557
|
+
}, z1 = (t, a) => {
|
|
558
|
+
const n = t.__vccOpts || t;
|
|
559
|
+
for (const [l, i] of a)
|
|
560
|
+
n[l] = i;
|
|
561
|
+
return n;
|
|
562
|
+
}, j1 = ["aria-label", "disabled", "type"], _1 = { class: "tv-btn-content" }, A1 = ["innerHTML"], T1 = ["innerHTML"], I1 = { class: "tv-btn-text" }, E1 = ["innerHTML"], O1 = {
|
|
555
563
|
__name: "TvButton",
|
|
556
564
|
props: {
|
|
557
565
|
buttonText: String,
|
|
@@ -577,6 +585,8 @@ z"/>
|
|
|
577
585
|
isSuccess: Boolean,
|
|
578
586
|
isText: Boolean,
|
|
579
587
|
isWarning: Boolean,
|
|
588
|
+
isLoading: Boolean,
|
|
589
|
+
iconOnly: Boolean,
|
|
580
590
|
type: {
|
|
581
591
|
type: String,
|
|
582
592
|
default: "button"
|
|
@@ -593,43 +603,62 @@ z"/>
|
|
|
593
603
|
small: Boolean,
|
|
594
604
|
success: Boolean,
|
|
595
605
|
text: Boolean,
|
|
596
|
-
warning: Boolean
|
|
606
|
+
warning: Boolean,
|
|
607
|
+
loading: Boolean
|
|
597
608
|
},
|
|
598
609
|
emits: ["clickButton", "click"],
|
|
599
|
-
setup(t, { emit:
|
|
600
|
-
const
|
|
601
|
-
buttonClasses:
|
|
602
|
-
buttonStyleCustom:
|
|
603
|
-
buttonStyleHover:
|
|
604
|
-
isHover:
|
|
605
|
-
handleClick:
|
|
606
|
-
manageHover:
|
|
607
|
-
} =
|
|
608
|
-
...
|
|
609
|
-
...
|
|
610
|
+
setup(t, { emit: a }) {
|
|
611
|
+
const n = t, l = /* @__PURE__ */ Object.assign({ "../assets/icons/account.svg": U, "../assets/icons/add-user.svg": q, "../assets/icons/alert.svg": W, "../assets/icons/arrow-down.svg": G, "../assets/icons/arrow-left.svg": J, "../assets/icons/arrow-right.svg": Q, "../assets/icons/arrow-up.svg": X, "../assets/icons/block.svg": Y, "../assets/icons/calendar.svg": t1, "../assets/icons/cancel.svg": o1, "../assets/icons/check.svg": e1, "../assets/icons/clone.svg": n1, "../assets/icons/dark.svg": s1, "../assets/icons/download.svg": r1, "../assets/icons/edit.svg": a1, "../assets/icons/external-link.svg": l1, "../assets/icons/favorite.svg": i1, "../assets/icons/filter.svg": c1, "../assets/icons/help.svg": d1, "../assets/icons/info.svg": v1, "../assets/icons/light.svg": C1, "../assets/icons/loading.svg": b1, "../assets/icons/lock.svg": g1, "../assets/icons/login.svg": u1, "../assets/icons/logout.svg": p1, "../assets/icons/menu.svg": w1, "../assets/icons/minus.svg": h1, "../assets/icons/notification.svg": f1, "../assets/icons/plus.svg": x1, "../assets/icons/remove.svg": k1, "../assets/icons/search.svg": m1, "../assets/icons/settings.svg": y1, "../assets/icons/share.svg": M1, "../assets/icons/star.svg": B1, "../assets/icons/todovue.svg": L1, "../assets/icons/unlock.svg": S1, "../assets/icons/update.svg": H1, "../assets/icons/view.svg": V1 }), i = a, g = w(() => l[`../assets/icons/${n.icon}.svg`] || ""), h = l["../assets/icons/loading.svg"] || "", {
|
|
612
|
+
buttonClasses: b,
|
|
613
|
+
buttonStyleCustom: u,
|
|
614
|
+
buttonStyleHover: s,
|
|
615
|
+
isHover: c,
|
|
616
|
+
handleClick: p,
|
|
617
|
+
manageHover: f
|
|
618
|
+
} = Z1(n, i), k = w(() => ({
|
|
619
|
+
...u.value,
|
|
620
|
+
...c.value ? s.value : {}
|
|
610
621
|
}));
|
|
611
|
-
return (
|
|
622
|
+
return (d, r) => (C(), v("button", {
|
|
612
623
|
"aria-label": t.ariaLabel,
|
|
613
|
-
class:
|
|
614
|
-
disabled: t.isDisabled,
|
|
615
|
-
|
|
616
|
-
style: B(f.value),
|
|
624
|
+
class: L([e(b), "tv-btn"]),
|
|
625
|
+
disabled: t.isDisabled || t.isLoading || t.disabled || t.loading,
|
|
626
|
+
style: B(k.value),
|
|
617
627
|
type: t.type,
|
|
618
|
-
onClick: r[0] || (r[0] = (...
|
|
619
|
-
onMouseleave: r[1] || (r[1] = (
|
|
620
|
-
onMouseover: r[2] || (r[2] = (
|
|
628
|
+
onClick: r[0] || (r[0] = (...o) => e(p) && e(p)(...o)),
|
|
629
|
+
onMouseleave: r[1] || (r[1] = (o) => e(f)(!1)),
|
|
630
|
+
onMouseover: r[2] || (r[2] = (o) => e(f)(!0))
|
|
621
631
|
}, [
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
632
|
+
x("span", _1, [
|
|
633
|
+
t.isLoading || t.loading ? (C(), v("span", {
|
|
634
|
+
key: 0,
|
|
635
|
+
class: "tv-spinner",
|
|
636
|
+
innerHTML: e(h)
|
|
637
|
+
}, null, 8, A1)) : (C(), v(y, { key: 1 }, [
|
|
638
|
+
t.icon && t.iconPosition === "left" ? (C(), v("span", {
|
|
639
|
+
key: 0,
|
|
640
|
+
class: "tv-icon icon-left",
|
|
641
|
+
innerHTML: g.value
|
|
642
|
+
}, null, 8, T1)) : M("", !0),
|
|
643
|
+
x("span", I1, [
|
|
644
|
+
t.buttonText ? (C(), v(y, { key: 0 }, [
|
|
645
|
+
Z(S(t.buttonText), 1)
|
|
646
|
+
], 64)) : A(d.$slots, "default", { key: 1 }, void 0, !0)
|
|
647
|
+
]),
|
|
648
|
+
t.icon && t.iconPosition === "right" ? (C(), v("span", {
|
|
649
|
+
key: 1,
|
|
650
|
+
class: "tv-icon icon-right",
|
|
651
|
+
innerHTML: g.value
|
|
652
|
+
}, null, 8, E1)) : M("", !0)
|
|
653
|
+
], 64))
|
|
654
|
+
])
|
|
655
|
+
], 46, j1));
|
|
631
656
|
}
|
|
632
|
-
},
|
|
657
|
+
}, H = /* @__PURE__ */ z1(O1, [["__scopeId", "data-v-edb40e5d"]]);
|
|
658
|
+
H.install = (t) => {
|
|
659
|
+
t.component("TvButton", H);
|
|
660
|
+
};
|
|
661
|
+
const $1 = `<svg class="tv-icon-svg" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 129" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 129 129">
|
|
633
662
|
<g>
|
|
634
663
|
<path d="M51.6,96.7c11,0,21-3.9,28.8-10.5l35,35c0.8,0.8,1.8,1.2,2.9,1.2s2.1-0.4,2.9-1.2c1.6-1.6,1.6-4.2,0-5.8l-35-35
|
|
635
664
|
c6.5-7.8,10.5-17.9,10.5-28.8c0-24.9-20.2-45.1-45.1-45.1C26.8,6.5,6.5,26.8,6.5,51.6C6.5,76.5,26.8,96.7,51.6,96.7z
|
|
@@ -637,41 +666,37 @@ z"/>
|
|
|
637
666
|
fill="currentColor"/>
|
|
638
667
|
</g>
|
|
639
668
|
</svg>
|
|
640
|
-
`,
|
|
641
|
-
const
|
|
642
|
-
|
|
643
|
-
},
|
|
644
|
-
|
|
669
|
+
`, D1 = (t, a) => {
|
|
670
|
+
const n = m(""), l = m(!1), i = m(), g = /* @__PURE__ */ Object.assign({ "../assets/icons/search.svg": $1 }), h = w(() => g["../assets/icons/search.svg"] || ""), b = () => {
|
|
671
|
+
c(!0), p();
|
|
672
|
+
}, u = () => {
|
|
673
|
+
n.value.trim() && (a("search", n.value.trim()), c(!1), n.value = "");
|
|
645
674
|
}, s = () => {
|
|
646
|
-
|
|
647
|
-
},
|
|
648
|
-
|
|
649
|
-
},
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
(o = i.value) == null || o.select();
|
|
675
|
+
c(!1);
|
|
676
|
+
}, c = (o) => {
|
|
677
|
+
l.value = o;
|
|
678
|
+
}, p = () => {
|
|
679
|
+
E(() => {
|
|
680
|
+
i.value?.select();
|
|
653
681
|
});
|
|
654
682
|
}, f = (o) => {
|
|
655
|
-
(o.ctrlKey || o.metaKey) && o.key === "k" && (o.preventDefault(),
|
|
683
|
+
(o.ctrlKey || o.metaKey) && o.key === "k" && (o.preventDefault(), b()), o.key === "Escape" && l.value && s();
|
|
656
684
|
};
|
|
657
|
-
|
|
685
|
+
T(() => {
|
|
658
686
|
document.addEventListener("keydown", f);
|
|
659
|
-
}),
|
|
687
|
+
}), I(() => {
|
|
660
688
|
document.removeEventListener("keydown", f);
|
|
661
689
|
});
|
|
662
|
-
const k =
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
(M) => M.title.toLowerCase().includes(e.value.toLowerCase())
|
|
666
|
-
)) || [];
|
|
667
|
-
}), r = (o) => {
|
|
690
|
+
const k = w(() => n.value.length < 1 ? [] : t.results?.filter(
|
|
691
|
+
(o) => o.title.toLowerCase().includes(n.value.toLowerCase())
|
|
692
|
+
) || []), d = (o) => {
|
|
668
693
|
if (!o || o[0] !== "#") return o;
|
|
669
|
-
const
|
|
670
|
-
return `${
|
|
671
|
-
},
|
|
694
|
+
const z = parseInt(o.slice(1, 3), 16), j = parseInt(o.slice(3, 5), 16), _ = parseInt(o.slice(5, 7), 16);
|
|
695
|
+
return `${z}, ${j}, ${_}`;
|
|
696
|
+
}, r = w(() => {
|
|
672
697
|
const { customStyles: o } = t;
|
|
673
698
|
return o ? {
|
|
674
|
-
bgBody: { backgroundColor: `rgba(${
|
|
699
|
+
bgBody: { backgroundColor: `rgba(${d(o.bgBody)}, 0.9)` },
|
|
675
700
|
bgInput: {
|
|
676
701
|
backgroundColor: o.bgInput,
|
|
677
702
|
boxShadow: `0 0 15px 0 ${o.bgInput}`
|
|
@@ -683,25 +708,25 @@ z"/>
|
|
|
683
708
|
} : {};
|
|
684
709
|
});
|
|
685
710
|
return {
|
|
686
|
-
inputValue:
|
|
711
|
+
inputValue: n,
|
|
687
712
|
inputSearch: i,
|
|
688
|
-
openedModal:
|
|
713
|
+
openedModal: l,
|
|
689
714
|
closeModal: s,
|
|
690
|
-
openModal:
|
|
691
|
-
search:
|
|
715
|
+
openModal: b,
|
|
716
|
+
search: u,
|
|
692
717
|
filterResults: k,
|
|
693
|
-
custom:
|
|
718
|
+
custom: r,
|
|
694
719
|
iconContent: h
|
|
695
720
|
};
|
|
696
|
-
},
|
|
697
|
-
const
|
|
698
|
-
for (const [
|
|
699
|
-
|
|
700
|
-
return
|
|
701
|
-
},
|
|
721
|
+
}, F1 = (t, a) => {
|
|
722
|
+
const n = t.__vccOpts || t;
|
|
723
|
+
for (const [l, i] of a)
|
|
724
|
+
n[l] = i;
|
|
725
|
+
return n;
|
|
726
|
+
}, R1 = { class: "tv-search" }, P1 = ["innerHTML"], K1 = { class: "tv-search-modal-content-input" }, N1 = ["placeholder"], U1 = {
|
|
702
727
|
key: 0,
|
|
703
728
|
class: "tv-search-results"
|
|
704
|
-
},
|
|
729
|
+
}, q1 = {
|
|
705
730
|
__name: "TvSearch",
|
|
706
731
|
props: {
|
|
707
732
|
placeholder: {
|
|
@@ -722,74 +747,84 @@ z"/>
|
|
|
722
747
|
}
|
|
723
748
|
},
|
|
724
749
|
emits: ["search"],
|
|
725
|
-
setup(t, { emit:
|
|
726
|
-
const
|
|
750
|
+
setup(t, { emit: a }) {
|
|
751
|
+
const n = t, l = a, {
|
|
727
752
|
inputValue: i,
|
|
728
|
-
inputSearch:
|
|
753
|
+
inputSearch: g,
|
|
729
754
|
openedModal: h,
|
|
730
|
-
closeModal:
|
|
731
|
-
openModal:
|
|
755
|
+
closeModal: b,
|
|
756
|
+
openModal: u,
|
|
732
757
|
search: s,
|
|
733
|
-
filterResults:
|
|
734
|
-
custom:
|
|
758
|
+
filterResults: c,
|
|
759
|
+
custom: p,
|
|
735
760
|
iconContent: f
|
|
736
|
-
} =
|
|
737
|
-
return (k,
|
|
738
|
-
x("div",
|
|
761
|
+
} = D1(n, l);
|
|
762
|
+
return (k, d) => (C(), v(y, null, [
|
|
763
|
+
x("div", R1, [
|
|
739
764
|
x("i", {
|
|
740
765
|
class: "tv-cursor-pointer tv-search-icon",
|
|
741
|
-
innerHTML:
|
|
742
|
-
onClick:
|
|
743
|
-
}, null, 8,
|
|
766
|
+
innerHTML: e(f),
|
|
767
|
+
onClick: d[0] || (d[0] = (...r) => e(u) && e(u)(...r))
|
|
768
|
+
}, null, 8, P1)
|
|
744
769
|
]),
|
|
745
|
-
|
|
770
|
+
e(h) ? (C(), v("div", {
|
|
746
771
|
key: 0,
|
|
747
772
|
class: "tv-search-modal",
|
|
748
|
-
onClick:
|
|
749
|
-
style: B(
|
|
773
|
+
onClick: d[4] || (d[4] = O((...r) => e(b) && e(b)(...r), ["self"])),
|
|
774
|
+
style: B(e(p).bgBody)
|
|
750
775
|
}, [
|
|
751
776
|
x("div", {
|
|
752
777
|
class: "tv-search-modal-content",
|
|
753
|
-
style: B(
|
|
778
|
+
style: B(e(p).bgInput)
|
|
754
779
|
}, [
|
|
755
|
-
x("div",
|
|
756
|
-
|
|
780
|
+
x("div", K1, [
|
|
781
|
+
$(x("input", {
|
|
757
782
|
type: "text",
|
|
758
|
-
"onUpdate:modelValue":
|
|
759
|
-
onKeyup:
|
|
783
|
+
"onUpdate:modelValue": d[1] || (d[1] = (r) => R(i) ? i.value = r : null),
|
|
784
|
+
onKeyup: d[2] || (d[2] = F((...r) => e(s) && e(s)(...r), ["enter"])),
|
|
760
785
|
placeholder: t.placeholder,
|
|
761
|
-
class:
|
|
786
|
+
class: L(["tv-search-input", { "tv-radius-none-bl": e(c).length >= 1 }]),
|
|
762
787
|
ref_key: "inputSearch",
|
|
763
|
-
ref:
|
|
764
|
-
}, null, 42,
|
|
765
|
-
[
|
|
788
|
+
ref: g
|
|
789
|
+
}, null, 42, N1), [
|
|
790
|
+
[P, e(i)]
|
|
766
791
|
]),
|
|
767
|
-
|
|
792
|
+
D(e(H), {
|
|
768
793
|
runded: "",
|
|
769
794
|
icon: "search",
|
|
770
795
|
"icon-position": "left",
|
|
771
|
-
onClick:
|
|
772
|
-
class:
|
|
773
|
-
customStyle:
|
|
796
|
+
onClick: e(s),
|
|
797
|
+
class: L({ "tv-radius-none-br": e(c).length >= 1 }),
|
|
798
|
+
customStyle: e(p).customButton
|
|
774
799
|
}, {
|
|
775
|
-
default:
|
|
776
|
-
|
|
800
|
+
default: K(() => [
|
|
801
|
+
Z(S(t.titleButton), 1)
|
|
777
802
|
]),
|
|
778
803
|
_: 1
|
|
779
804
|
}, 8, ["onClick", "class", "customStyle"])
|
|
780
805
|
]),
|
|
781
|
-
|
|
782
|
-
(
|
|
783
|
-
key:
|
|
806
|
+
e(c).length >= 1 ? (C(), v("div", U1, [
|
|
807
|
+
(C(!0), v(y, null, N(e(c), (r) => (C(), v("p", {
|
|
808
|
+
key: r.id,
|
|
784
809
|
class: "tv-search-results-title tv-cursor-pointer",
|
|
785
|
-
onClick:
|
|
786
|
-
},
|
|
787
|
-
])) :
|
|
810
|
+
onClick: d[3] || (d[3] = (...o) => e(s) && e(s)(...o))
|
|
811
|
+
}, S(r.title), 1))), 128))
|
|
812
|
+
])) : M("", !0)
|
|
788
813
|
], 4)
|
|
789
|
-
], 4)) :
|
|
814
|
+
], 4)) : M("", !0)
|
|
790
815
|
], 64));
|
|
791
816
|
}
|
|
792
|
-
},
|
|
817
|
+
}, V = /* @__PURE__ */ F1(q1, [["__scopeId", "data-v-966306bb"]]);
|
|
818
|
+
V.install = (t) => {
|
|
819
|
+
t.component("TvSearch", V);
|
|
820
|
+
};
|
|
821
|
+
const G1 = {
|
|
822
|
+
install(t) {
|
|
823
|
+
t.component("TvSearch", V);
|
|
824
|
+
}
|
|
825
|
+
};
|
|
793
826
|
export {
|
|
794
|
-
|
|
827
|
+
V as TvSearch,
|
|
828
|
+
G1 as TvSearchPlugin,
|
|
829
|
+
V as default
|
|
795
830
|
};
|