ninegrid2 6.488.0 → 6.489.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/ai/aiContainer.js +1 -45
- package/dist/bundle.cjs.js +1 -47
- package/dist/bundle.esm.js +1 -47
- package/package.json +1 -1
- package/src/ai/aiContainer.js +1 -45
package/dist/ai/aiContainer.js
CHANGED
|
@@ -21,51 +21,7 @@ class aiContainer extends HTMLElement
|
|
|
21
21
|
<div className="wrapper">
|
|
22
22
|
<nx-ai-settings></nx-ai-settings>
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
<div className="head">
|
|
26
|
-
<div className="logo"/>
|
|
27
|
-
</div>
|
|
28
|
-
<nx-ai-chat></nx-ai-chat>
|
|
29
|
-
<div className="foot">
|
|
30
|
-
<textarea name="ask" id="q" name="q" rows="4" placeholder="${textareaText}"></textarea>
|
|
31
|
-
</div>
|
|
32
|
-
</div>
|
|
33
|
-
<div className="menu">
|
|
34
|
-
<div className="collapse-icon">
|
|
35
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
36
|
-
<path
|
|
37
|
-
d="M6 8a.5.5 0 0 0 .5.5h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L12.293 7.5H6.5A.5.5 0 0 0 6 8m-2.5 7a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5"/>
|
|
38
|
-
</svg>
|
|
39
|
-
</div>
|
|
40
|
-
|
|
41
|
-
<div className="menu-icon menu-filter">
|
|
42
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
43
|
-
<path
|
|
44
|
-
d="M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5z"/>
|
|
45
|
-
</svg>
|
|
46
|
-
</div>
|
|
47
|
-
|
|
48
|
-
<div className="menu-icon menu-general active">
|
|
49
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
50
|
-
<path
|
|
51
|
-
d="M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9 9 0 0 0 8 15"/>
|
|
52
|
-
</svg>
|
|
53
|
-
</div>
|
|
54
|
-
|
|
55
|
-
<div className="menu-icon menu-db">
|
|
56
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
57
|
-
<path
|
|
58
|
-
d="M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9 9 0 0 0 8 15"/>
|
|
59
|
-
</svg>
|
|
60
|
-
</div>
|
|
61
|
-
|
|
62
|
-
<div className="menu-icon menu-setting">
|
|
63
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
64
|
-
<path
|
|
65
|
-
d="M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z"/>
|
|
66
|
-
</svg>
|
|
67
|
-
</div>
|
|
68
|
-
</div>
|
|
24
|
+
|
|
69
25
|
</div>
|
|
70
26
|
|
|
71
27
|
<div className="expand-icon">
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -27863,8 +27863,6 @@ class aiContainer extends HTMLElement
|
|
|
27863
27863
|
}
|
|
27864
27864
|
|
|
27865
27865
|
connectedCallback() {
|
|
27866
|
-
|
|
27867
|
-
const textareaText = "나에게 무엇이든 물어봐...";
|
|
27868
27866
|
|
|
27869
27867
|
this.shadowRoot.innerHTML = `
|
|
27870
27868
|
<style>
|
|
@@ -27875,51 +27873,7 @@ class aiContainer extends HTMLElement
|
|
|
27875
27873
|
<div className="wrapper">
|
|
27876
27874
|
<nx-ai-settings></nx-ai-settings>
|
|
27877
27875
|
|
|
27878
|
-
|
|
27879
|
-
<div className="head">
|
|
27880
|
-
<div className="logo"/>
|
|
27881
|
-
</div>
|
|
27882
|
-
<nx-ai-chat></nx-ai-chat>
|
|
27883
|
-
<div className="foot">
|
|
27884
|
-
<textarea name="ask" id="q" name="q" rows="4" placeholder="${textareaText}"></textarea>
|
|
27885
|
-
</div>
|
|
27886
|
-
</div>
|
|
27887
|
-
<div className="menu">
|
|
27888
|
-
<div className="collapse-icon">
|
|
27889
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
27890
|
-
<path
|
|
27891
|
-
d="M6 8a.5.5 0 0 0 .5.5h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L12.293 7.5H6.5A.5.5 0 0 0 6 8m-2.5 7a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5"/>
|
|
27892
|
-
</svg>
|
|
27893
|
-
</div>
|
|
27894
|
-
|
|
27895
|
-
<div className="menu-icon menu-filter">
|
|
27896
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
27897
|
-
<path
|
|
27898
|
-
d="M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5z"/>
|
|
27899
|
-
</svg>
|
|
27900
|
-
</div>
|
|
27901
|
-
|
|
27902
|
-
<div className="menu-icon menu-general active">
|
|
27903
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
27904
|
-
<path
|
|
27905
|
-
d="M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9 9 0 0 0 8 15"/>
|
|
27906
|
-
</svg>
|
|
27907
|
-
</div>
|
|
27908
|
-
|
|
27909
|
-
<div className="menu-icon menu-db">
|
|
27910
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
27911
|
-
<path
|
|
27912
|
-
d="M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9 9 0 0 0 8 15"/>
|
|
27913
|
-
</svg>
|
|
27914
|
-
</div>
|
|
27915
|
-
|
|
27916
|
-
<div className="menu-icon menu-setting">
|
|
27917
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
27918
|
-
<path
|
|
27919
|
-
d="M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z"/>
|
|
27920
|
-
</svg>
|
|
27921
|
-
</div>
|
|
27922
|
-
</div>
|
|
27876
|
+
|
|
27923
27877
|
</div>
|
|
27924
27878
|
|
|
27925
27879
|
<div className="expand-icon">
|
package/dist/bundle.esm.js
CHANGED
|
@@ -27861,8 +27861,6 @@ class aiContainer extends HTMLElement
|
|
|
27861
27861
|
}
|
|
27862
27862
|
|
|
27863
27863
|
connectedCallback() {
|
|
27864
|
-
|
|
27865
|
-
const textareaText = "나에게 무엇이든 물어봐...";
|
|
27866
27864
|
|
|
27867
27865
|
this.shadowRoot.innerHTML = `
|
|
27868
27866
|
<style>
|
|
@@ -27873,51 +27871,7 @@ class aiContainer extends HTMLElement
|
|
|
27873
27871
|
<div className="wrapper">
|
|
27874
27872
|
<nx-ai-settings></nx-ai-settings>
|
|
27875
27873
|
|
|
27876
|
-
|
|
27877
|
-
<div className="head">
|
|
27878
|
-
<div className="logo"/>
|
|
27879
|
-
</div>
|
|
27880
|
-
<nx-ai-chat></nx-ai-chat>
|
|
27881
|
-
<div className="foot">
|
|
27882
|
-
<textarea name="ask" id="q" name="q" rows="4" placeholder="${textareaText}"></textarea>
|
|
27883
|
-
</div>
|
|
27884
|
-
</div>
|
|
27885
|
-
<div className="menu">
|
|
27886
|
-
<div className="collapse-icon">
|
|
27887
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
27888
|
-
<path
|
|
27889
|
-
d="M6 8a.5.5 0 0 0 .5.5h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L12.293 7.5H6.5A.5.5 0 0 0 6 8m-2.5 7a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5"/>
|
|
27890
|
-
</svg>
|
|
27891
|
-
</div>
|
|
27892
|
-
|
|
27893
|
-
<div className="menu-icon menu-filter">
|
|
27894
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
27895
|
-
<path
|
|
27896
|
-
d="M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5z"/>
|
|
27897
|
-
</svg>
|
|
27898
|
-
</div>
|
|
27899
|
-
|
|
27900
|
-
<div className="menu-icon menu-general active">
|
|
27901
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
27902
|
-
<path
|
|
27903
|
-
d="M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9 9 0 0 0 8 15"/>
|
|
27904
|
-
</svg>
|
|
27905
|
-
</div>
|
|
27906
|
-
|
|
27907
|
-
<div className="menu-icon menu-db">
|
|
27908
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
27909
|
-
<path
|
|
27910
|
-
d="M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9 9 0 0 0 8 15"/>
|
|
27911
|
-
</svg>
|
|
27912
|
-
</div>
|
|
27913
|
-
|
|
27914
|
-
<div className="menu-icon menu-setting">
|
|
27915
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
27916
|
-
<path
|
|
27917
|
-
d="M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z"/>
|
|
27918
|
-
</svg>
|
|
27919
|
-
</div>
|
|
27920
|
-
</div>
|
|
27874
|
+
|
|
27921
27875
|
</div>
|
|
27922
27876
|
|
|
27923
27877
|
<div className="expand-icon">
|
package/package.json
CHANGED
package/src/ai/aiContainer.js
CHANGED
|
@@ -21,51 +21,7 @@ class aiContainer extends HTMLElement
|
|
|
21
21
|
<div className="wrapper">
|
|
22
22
|
<nx-ai-settings></nx-ai-settings>
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
<div className="head">
|
|
26
|
-
<div className="logo"/>
|
|
27
|
-
</div>
|
|
28
|
-
<nx-ai-chat></nx-ai-chat>
|
|
29
|
-
<div className="foot">
|
|
30
|
-
<textarea name="ask" id="q" name="q" rows="4" placeholder="${textareaText}"></textarea>
|
|
31
|
-
</div>
|
|
32
|
-
</div>
|
|
33
|
-
<div className="menu">
|
|
34
|
-
<div className="collapse-icon">
|
|
35
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
36
|
-
<path
|
|
37
|
-
d="M6 8a.5.5 0 0 0 .5.5h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L12.293 7.5H6.5A.5.5 0 0 0 6 8m-2.5 7a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5"/>
|
|
38
|
-
</svg>
|
|
39
|
-
</div>
|
|
40
|
-
|
|
41
|
-
<div className="menu-icon menu-filter">
|
|
42
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
43
|
-
<path
|
|
44
|
-
d="M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5z"/>
|
|
45
|
-
</svg>
|
|
46
|
-
</div>
|
|
47
|
-
|
|
48
|
-
<div className="menu-icon menu-general active">
|
|
49
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
50
|
-
<path
|
|
51
|
-
d="M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9 9 0 0 0 8 15"/>
|
|
52
|
-
</svg>
|
|
53
|
-
</div>
|
|
54
|
-
|
|
55
|
-
<div className="menu-icon menu-db">
|
|
56
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
57
|
-
<path
|
|
58
|
-
d="M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9 9 0 0 0 8 15"/>
|
|
59
|
-
</svg>
|
|
60
|
-
</div>
|
|
61
|
-
|
|
62
|
-
<div className="menu-icon menu-setting">
|
|
63
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
|
64
|
-
<path
|
|
65
|
-
d="M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z"/>
|
|
66
|
-
</svg>
|
|
67
|
-
</div>
|
|
68
|
-
</div>
|
|
24
|
+
|
|
69
25
|
</div>
|
|
70
26
|
|
|
71
27
|
<div className="expand-icon">
|