gnui 1.2.19 → 1.2.21
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/@types/gnui.d.ts +8 -0
- package/dist/js/gnui.esm.js +847 -263
- package/dist/js/gnui.js +847 -263
- package/dist/js/gnui.min.js +6 -6
- package/dist/styles/default.css +10743 -20757
- package/dist/styles/gpi.css +10773 -20787
- package/dist/styles/green24.css +11407 -21435
- package/dist/styles/insights.css +10759 -20774
- package/dist/styles/nac.css +10773 -20796
- package/dist/styles/ztnac.css +11407 -21436
- package/package.json +9 -3
- package/styleguide/assets/components.js +213 -12
- package/styleguide/assets/js/gnui.js +847 -263
- package/styleguide/assets/js/gnui.min.js +6 -6
- package/styleguide/assets/styles/default.css +10743 -20757
- package/styleguide/assets/styles/gpi.css +10773 -20787
- package/styleguide/assets/styles/green24.css +11407 -21435
- package/styleguide/assets/styles/insights.css +10759 -20774
- package/styleguide/assets/styles/nac.css +10773 -20796
- package/styleguide/assets/styles/ztnac.css +11407 -21436
- package/styleguide/category/COLOR/index.html +1 -1
- package/styleguide/category/COMPONENT/Alert(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/Bignumber/index.html +1 -1
- package/styleguide/category/COMPONENT/Breadcrumb/index.html +1 -1
- package/styleguide/category/COMPONENT/Calendar(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/Card/index.html +1 -1
- package/styleguide/category/COMPONENT/Chart(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/Datagrid(js)/index.html +109 -11
- package/styleguide/category/COMPONENT/Datalist(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/Growl(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/JsonView(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/Loader(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/MenuButton(js)/index.html +169 -21
- package/styleguide/category/COMPONENT/Message(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/Modal(js)/index.html +31 -1
- package/styleguide/category/COMPONENT/Pagination(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/Panel/index.html +1 -1
- package/styleguide/category/COMPONENT/Progressbar(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/Tab(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/Tagcloud(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/Tooltip(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/Tree(js)/index.html +98 -19
- package/styleguide/category/CONTROLS/Button(js)/index.html +1 -1
- package/styleguide/category/CONTROLS/Checkbox/index.html +1 -1
- package/styleguide/category/CONTROLS/Colorpicker(js)/index.html +1 -1
- package/styleguide/category/CONTROLS/Datepicker(js)/index.html +1 -1
- package/styleguide/category/CONTROLS/Dropdown(js)/index.html +67 -10
- package/styleguide/category/CONTROLS/File/index.html +1 -1
- package/styleguide/category/CONTROLS/Form/Control/index.html +1 -1
- package/styleguide/category/CONTROLS/Form/Field/index.html +54 -2
- package/styleguide/category/CONTROLS/Form/Plain/index.html +2 -2
- package/styleguide/category/CONTROLS/Input/index.html +1 -1
- package/styleguide/category/CONTROLS/MultiText(js)/index.html +32 -1
- package/styleguide/category/CONTROLS/Picklist(js)/index.html +67 -13
- package/styleguide/category/CONTROLS/Radio/index.html +1 -1
- package/styleguide/category/CONTROLS/Select/index.html +1 -1
- package/styleguide/category/CONTROLS/SelectButton(js)/index.html +2 -2
- package/styleguide/category/CONTROLS/Slider/index.html +1 -1
- package/styleguide/category/CONTROLS/SortableList(js)/index.html +2 -2
- package/styleguide/category/CONTROLS/Switch(js)/index.html +1 -1
- package/styleguide/category/CONTROLS/SyntaxInput(js)/index.html +1 -1
- package/styleguide/category/CONTROLS/Textarea/index.html +2 -2
- package/styleguide/category/CONTROLS/Time(js)/index.html +2 -2
- package/styleguide/category/ELEMENTS/Box/index.html +1 -1
- package/styleguide/category/ELEMENTS/Icon/index.html +1 -1
- package/styleguide/category/ELEMENTS/Image/index.html +1 -1
- package/styleguide/category/ELEMENTS/List/index.html +1 -1
- package/styleguide/category/ELEMENTS/Table/index.html +1 -1
- package/styleguide/category/ELEMENTS/Tag/index.html +1 -1
- package/styleguide/category/ELEMENTS/Title/index.html +1 -1
- package/styleguide/category/LAYOUT/Container/index.html +1 -1
- package/styleguide/category/LAYOUT/Grid/index.html +1 -1
- package/styleguide/category/LAYOUT/Splitter(js)/index.html +1 -1
- package/styleguide/category/UTILITY/index.html +9 -2
- package/styleguide/category/Utils/index.html +1 -1
- package/styleguide/color.html +1 -1
- package/styleguide/index.html +1 -1
- package/styleguide/tag/javascript/index.html +4680 -4183
- package/styleguide/tag/v.0.1.0/index.html +5762 -5206
|
@@ -147,12 +147,16 @@
|
|
|
147
147
|
</div>
|
|
148
148
|
<div class="new-multitext">
|
|
149
149
|
</div>
|
|
150
|
+
<div class="message-multitext">
|
|
151
|
+
</div>
|
|
150
152
|
</div>
|
|
151
153
|
|
|
152
154
|
<pre><code class="language-ejs"><span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>div</span> <span class="token attr-name" >class</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>default-multitext<span class="token punctuation" >"</span></span><span class="token punctuation" >></span></span>
|
|
153
155
|
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ></</span>div</span><span class="token punctuation" >></span></span>
|
|
154
156
|
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>div</span> <span class="token attr-name" >class</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>new-multitext<span class="token punctuation" >"</span></span><span class="token punctuation" >></span></span>
|
|
155
157
|
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ></</span>div</span><span class="token punctuation" >></span></span>
|
|
158
|
+
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>div</span> <span class="token attr-name" >class</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>message-multitext<span class="token punctuation" >"</span></span><span class="token punctuation" >></span></span>
|
|
159
|
+
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ></</span>div</span><span class="token punctuation" >></span></span>
|
|
156
160
|
</code></pre>
|
|
157
161
|
<pre><code>Gn<span class="token punctuation" >.</span><span class="token function" >create</span><span class="token punctuation" >(</span><span class="token string" >'multitext'</span><span class="token punctuation" >,</span> {
|
|
158
162
|
target<span class="token punctuation" >:</span> <span class="token string" >'.default-multitext'</span>
|
|
@@ -168,6 +172,20 @@ Gn<span class="token punctuation" >.</span><span class="token function" >create<
|
|
|
168
172
|
}<span class="token punctuation" >,</span>
|
|
169
173
|
maxlength<span class="token punctuation" >:</span> <span class="token number" >300</span>
|
|
170
174
|
}<span class="token punctuation" >)</span>
|
|
175
|
+
|
|
176
|
+
Gn<span class="token punctuation" >.</span><span class="token function" >create</span><span class="token punctuation" >(</span><span class="token string" >'multitext'</span><span class="token punctuation" >,</span> {
|
|
177
|
+
target<span class="token punctuation" >:</span> <span class="token string" >'.message-multitext'</span><span class="token punctuation" >,</span>
|
|
178
|
+
lang<span class="token punctuation" >:</span> <span class="token punctuation" >[</span><span class="token string" >'ko'</span><span class="token punctuation" >,</span> <span class="token string" >'en'</span><span class="token punctuation" >]</span><span class="token punctuation" >,</span>
|
|
179
|
+
value<span class="token punctuation" >:</span> {
|
|
180
|
+
ko<span class="token punctuation" >:</span> <span class="token string" >'옵션 문구 예시'</span><span class="token punctuation" >,</span>
|
|
181
|
+
en<span class="token punctuation" >:</span> <span class="token string" >'message example'</span>
|
|
182
|
+
}<span class="token punctuation" >,</span>
|
|
183
|
+
maxlength<span class="token punctuation" >:</span> <span class="token number" >120</span><span class="token punctuation" >,</span>
|
|
184
|
+
useMaxLengthMessage<span class="token punctuation" >:</span> <span class="token boolean" >true</span><span class="token punctuation" >,</span>
|
|
185
|
+
textSets<span class="token punctuation" >:</span> {
|
|
186
|
+
maxLengthMessage<span class="token punctuation" >:</span> <span class="token string" >'{{maxlength}}자 입력 가능합니다.'</span>
|
|
187
|
+
}
|
|
188
|
+
}<span class="token punctuation" >)</span>
|
|
171
189
|
</code></pre><table class="gn-table is-full is-border">
|
|
172
190
|
<thead>
|
|
173
191
|
<th colspan="2">name</th>
|
|
@@ -218,6 +236,19 @@ Gn<span class="token punctuation" >.</span><span class="token function" >create<
|
|
|
218
236
|
<td>524288</td>
|
|
219
237
|
<td>최대 입력 글자길이</td>
|
|
220
238
|
</tr>
|
|
239
|
+
<tr>
|
|
240
|
+
<td>textSets</td>
|
|
241
|
+
<td>maxLengthMessage</td>
|
|
242
|
+
<td>string</td>
|
|
243
|
+
<td>'{{maxlength}}자 입력 가능합니다.'</td>
|
|
244
|
+
<td><code>maxlength</code> 및 <code>useMaxLengthMessage=true</code>일 때 적용되는 남은 입력 가능 글자 안내 문구</td>
|
|
245
|
+
</tr>
|
|
246
|
+
<tr>
|
|
247
|
+
<td colspan="2">useMaxLengthMessage</td>
|
|
248
|
+
<td>boolean</td>
|
|
249
|
+
<td>false</td>
|
|
250
|
+
<td>true인 경우에만 <code>textSets.maxLengthMessage</code> 안내 문구 모드 활성화 (기본 카운터는 유지)</td>
|
|
251
|
+
</tr>
|
|
221
252
|
<tr>
|
|
222
253
|
<td colspan="2">onChange(value)</td>
|
|
223
254
|
<td>function</td>
|
|
@@ -265,7 +296,7 @@ Gn<span class="token punctuation" >.</span><span class="token function" >create<
|
|
|
265
296
|
</div>
|
|
266
297
|
|
|
267
298
|
|
|
268
|
-
<footer class="aigis-footer">Last update at 2026/
|
|
299
|
+
<footer class="aigis-footer">Last update at 2026/04/23 04:53</footer>
|
|
269
300
|
</div>
|
|
270
301
|
</div>
|
|
271
302
|
</div>
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
|
|
123
123
|
<div class="aigis-module Picklist">
|
|
124
124
|
<h2 class="aigis-module__heading" id="Picklist">Picklist</h2>
|
|
125
|
-
<div class="aigis-module__filepath">/scss/
|
|
125
|
+
<div class="aigis-module__filepath">/scss/controls/picklist.scss</div>
|
|
126
126
|
<div class="aigis-tags">
|
|
127
127
|
|
|
128
128
|
<span class="gn-tag">v.0.1.0</span>
|
|
@@ -525,10 +525,12 @@
|
|
|
525
525
|
|
|
526
526
|
<div class="new-picklist"></div>
|
|
527
527
|
<div class="new-picklist-v"></div>
|
|
528
|
+
<div class="new-picklist-cols"></div>
|
|
528
529
|
</div>
|
|
529
530
|
|
|
530
531
|
<pre><code class="language-ejs"> <span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>div</span> <span class="token attr-name" >class</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>new-picklist<span class="token punctuation" >"</span></span><span class="token punctuation" >></span></span><span class="token tag" ><span class="token tag" ><span class="token punctuation" ></</span>div</span><span class="token punctuation" >></span></span>
|
|
531
532
|
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>div</span> <span class="token attr-name" >class</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>new-picklist-v<span class="token punctuation" >"</span></span><span class="token punctuation" >></span></span><span class="token tag" ><span class="token tag" ><span class="token punctuation" ></</span>div</span><span class="token punctuation" >></span></span>
|
|
533
|
+
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>div</span> <span class="token attr-name" >class</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>new-picklist-cols<span class="token punctuation" >"</span></span><span class="token punctuation" >></span></span><span class="token tag" ><span class="token tag" ><span class="token punctuation" ></</span>div</span><span class="token punctuation" >></span></span>
|
|
532
534
|
</code></pre>
|
|
533
535
|
<pre><code> Gn<span class="token punctuation" >.</span><span class="token function" >create</span><span class="token punctuation" >(</span><span class="token string" >'picklist'</span><span class="token punctuation" >,</span> {
|
|
534
536
|
target<span class="token punctuation" >:</span> <span class="token string" >'.new-picklist'</span><span class="token punctuation" >,</span>
|
|
@@ -568,7 +570,65 @@
|
|
|
568
570
|
width<span class="token punctuation" >:</span> <span class="token string" >'500px'</span><span class="token punctuation" >,</span>
|
|
569
571
|
height<span class="token punctuation" >:</span> <span class="token number" >150</span>
|
|
570
572
|
}<span class="token punctuation" >)</span><span class="token comment" spellcheck="true">;</span>
|
|
571
|
-
</
|
|
573
|
+
Gn<span class="token punctuation" >.</span><span class="token function" >create</span><span class="token punctuation" >(</span><span class="token string" >'picklist'</span><span class="token punctuation" >,</span> {
|
|
574
|
+
target<span class="token punctuation" >:</span> <span class="token string" >'.new-picklist-cols'</span><span class="token punctuation" >,</span>
|
|
575
|
+
data<span class="token punctuation" >:</span> {
|
|
576
|
+
source<span class="token punctuation" >:</span> <span class="token punctuation" >[</span>
|
|
577
|
+
{ value<span class="token punctuation" >:</span> <span class="token string" >'항목1'</span><span class="token punctuation" >,</span> cols<span class="token punctuation" >:</span> <span class="token punctuation" >[</span><span class="token string" >'item1'</span><span class="token punctuation" >,</span> <span class="token string" >'1'</span><span class="token punctuation" >,</span> <span class="token string" >'상세정보1'</span><span class="token punctuation" >]</span> }<span class="token punctuation" >,</span>
|
|
578
|
+
{ value<span class="token punctuation" >:</span> <span class="token string" >'항목2'</span><span class="token punctuation" >,</span> cols<span class="token punctuation" >:</span> <span class="token punctuation" >[</span><span class="token string" >'item2'</span><span class="token punctuation" >,</span> <span class="token string" >'2'</span><span class="token punctuation" >,</span> <span class="token string" >'상세정보2'</span><span class="token punctuation" >]</span> }<span class="token punctuation" >,</span>
|
|
579
|
+
{ value<span class="token punctuation" >:</span> <span class="token string" >'항목3'</span><span class="token punctuation" >,</span> cols<span class="token punctuation" >:</span> <span class="token punctuation" >[</span><span class="token string" >'item3'</span><span class="token punctuation" >,</span> <span class="token string" >'3'</span><span class="token punctuation" >,</span> <span class="token string" >'상세정보3'</span><span class="token punctuation" >]</span> }<span class="token punctuation" >,</span>
|
|
580
|
+
{ value<span class="token punctuation" >:</span> <span class="token string" >'항목4'</span><span class="token punctuation" >,</span> cols<span class="token punctuation" >:</span> <span class="token punctuation" >[</span><span class="token string" >'item4'</span><span class="token punctuation" >,</span> <span class="token string" >'4'</span><span class="token punctuation" >,</span> <span class="token string" >'상세정보4'</span><span class="token punctuation" >]</span> }<span class="token punctuation" >,</span>
|
|
581
|
+
{ value<span class="token punctuation" >:</span> <span class="token string" >'항목5'</span><span class="token punctuation" >,</span> cols<span class="token punctuation" >:</span> <span class="token punctuation" >[</span><span class="token string" >'item5'</span><span class="token punctuation" >,</span> <span class="token string" >'5'</span><span class="token punctuation" >,</span> <span class="token string" >'상세정보5'</span><span class="token punctuation" >]</span> }
|
|
582
|
+
<span class="token punctuation" >]</span><span class="token punctuation" >,</span>
|
|
583
|
+
target<span class="token punctuation" >:</span> <span class="token punctuation" >[</span><span class="token punctuation" >]</span>
|
|
584
|
+
}<span class="token punctuation" >,</span>
|
|
585
|
+
direction<span class="token punctuation" >:</span> <span class="token string" >'vertical'</span><span class="token punctuation" >,</span>
|
|
586
|
+
width<span class="token punctuation" >:</span> <span class="token string" >'500px'</span><span class="token punctuation" >,</span>
|
|
587
|
+
height<span class="token punctuation" >:</span> <span class="token number" >150</span>
|
|
588
|
+
}<span class="token punctuation" >)</span><span class="token comment" spellcheck="true">;</span>
|
|
589
|
+
</code></pre><h3 id="-picklistitem-">데이터 모델 (PicklistItem)</h3>
|
|
590
|
+
<table class="gn-table is-full is-border">
|
|
591
|
+
<thead>
|
|
592
|
+
<th>필드</th>
|
|
593
|
+
<th>type</th>
|
|
594
|
+
<th>필수</th>
|
|
595
|
+
<th>description</th>
|
|
596
|
+
</thead>
|
|
597
|
+
<tbody>
|
|
598
|
+
<tr>
|
|
599
|
+
<td>value</td>
|
|
600
|
+
<td>string</td>
|
|
601
|
+
<td>Y</td>
|
|
602
|
+
<td>항목 값</td>
|
|
603
|
+
</tr>
|
|
604
|
+
<tr>
|
|
605
|
+
<td>text</td>
|
|
606
|
+
<td>string</td>
|
|
607
|
+
<td>N</td>
|
|
608
|
+
<td>단일 컬럼 표시 텍스트</td>
|
|
609
|
+
</tr>
|
|
610
|
+
<tr>
|
|
611
|
+
<td>cols</td>
|
|
612
|
+
<td>string[]</td>
|
|
613
|
+
<td>N</td>
|
|
614
|
+
<td>다중 컬럼 표시 값 배열</td>
|
|
615
|
+
</tr>
|
|
616
|
+
<tr>
|
|
617
|
+
<td>html</td>
|
|
618
|
+
<td>string</td>
|
|
619
|
+
<td>N</td>
|
|
620
|
+
<td>옵션 html(html이 있는 경우 text가 있는 항목만 선택 가능하다.)</td>
|
|
621
|
+
</tr>
|
|
622
|
+
<tr>
|
|
623
|
+
<td>icon</td>
|
|
624
|
+
<td>string</td>
|
|
625
|
+
<td>N</td>
|
|
626
|
+
<td><a href="https://fontawesome.com/cheatsheet?from=io" target="_blank">font awesome <span class="gn-icon is-small"><i class="fas fa-external-link-alt"></i></span></a> solid icon name</td>
|
|
627
|
+
</tr>
|
|
628
|
+
</tbody>
|
|
629
|
+
</table>
|
|
630
|
+
|
|
631
|
+
<table class="gn-table is-full is-border">
|
|
572
632
|
<thead>
|
|
573
633
|
<th colspan="2">name</th>
|
|
574
634
|
<th>type</th>
|
|
@@ -585,21 +645,15 @@
|
|
|
585
645
|
<tr>
|
|
586
646
|
<td rowspan="2">data</td>
|
|
587
647
|
<td>source</td>
|
|
588
|
-
<td>
|
|
648
|
+
<td>PicklistItem[]</td>
|
|
589
649
|
<td></td>
|
|
590
|
-
<td>source 항목 배열<br>
|
|
591
|
-
html: 옵션 html(html이 있는 경우 text가 있는 항목만 선택 가능하다.)<br>
|
|
592
|
-
icon : <a href="https://fontawesome.com/cheatsheet?from=io" target="_blank">font awesome <span class="gn-icon is-small"><i class="fas fa-external-link-alt"></i></span></a> solid icon name
|
|
593
|
-
</td>
|
|
650
|
+
<td>source 항목 배열<br>- PicklistItem 참조<br><br><strong>참고:</strong> 표시 우선순위는 html > cols > text 입니다. html 항목은 text가 있는 경우만 선택 가능하며, html이 있으면 cols는 무시됩니다.</td>
|
|
594
651
|
</tr>
|
|
595
652
|
<tr>
|
|
596
653
|
<td>target</td>
|
|
597
|
-
<td>
|
|
654
|
+
<td>PicklistItem[]</td>
|
|
598
655
|
<td></td>
|
|
599
|
-
<td>target 항목 배열<br>
|
|
600
|
-
html: 옵션 html(html이 있는 경우 text가 있는 항목만 선택 가능하다.)<br>
|
|
601
|
-
icon : <a href="https://fontawesome.com/cheatsheet?from=io" target="_blank">font awesome <span class="gn-icon is-small"><i class="fas fa-external-link-alt"></i></span></a> solid icon name
|
|
602
|
-
</td>
|
|
656
|
+
<td>target 항목 배열<br>- PicklistItem 참조<br><br><strong>참고:</strong> 표시 우선순위는 html > cols > text 입니다. html 항목은 text가 있는 경우만 선택 가능하며, html이 있으면 cols는 무시됩니다.</td>
|
|
603
657
|
</tr>
|
|
604
658
|
<tr>
|
|
605
659
|
<td rowspan="3">textSets</td>
|
|
@@ -740,7 +794,7 @@
|
|
|
740
794
|
</div>
|
|
741
795
|
|
|
742
796
|
|
|
743
|
-
<footer class="aigis-footer">Last update at 2026/
|
|
797
|
+
<footer class="aigis-footer">Last update at 2026/04/23 04:53</footer>
|
|
744
798
|
</div>
|
|
745
799
|
</div>
|
|
746
800
|
</div>
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
|
|
123
123
|
<div class="aigis-module SelectButton">
|
|
124
124
|
<h2 class="aigis-module__heading" id="SelectButton">SelectButton</h2>
|
|
125
|
-
<div class="aigis-module__filepath">/scss/controls/
|
|
125
|
+
<div class="aigis-module__filepath">/scss/controls/selectbutton.scss</div>
|
|
126
126
|
<div class="aigis-tags">
|
|
127
127
|
|
|
128
128
|
<span class="gn-tag">v.0.1.0</span>
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
</div>
|
|
284
284
|
|
|
285
285
|
|
|
286
|
-
<footer class="aigis-footer">Last update at 2026/
|
|
286
|
+
<footer class="aigis-footer">Last update at 2026/04/23 04:53</footer>
|
|
287
287
|
</div>
|
|
288
288
|
</div>
|
|
289
289
|
</div>
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
|
|
123
123
|
<div class="aigis-module SortableList">
|
|
124
124
|
<h2 class="aigis-module__heading" id="SortableList">SortableList</h2>
|
|
125
|
-
<div class="aigis-module__filepath">/scss/
|
|
125
|
+
<div class="aigis-module__filepath">/scss/controls/sortablelist.scss</div>
|
|
126
126
|
<div class="aigis-tags">
|
|
127
127
|
|
|
128
128
|
<span class="gn-tag">v.0.1.0</span>
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
</div>
|
|
479
479
|
|
|
480
480
|
|
|
481
|
-
<footer class="aigis-footer">Last update at 2026/
|
|
481
|
+
<footer class="aigis-footer">Last update at 2026/04/23 04:53</footer>
|
|
482
482
|
</div>
|
|
483
483
|
</div>
|
|
484
484
|
</div>
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
|
|
123
123
|
<div class="aigis-module Textarea">
|
|
124
124
|
<h2 class="aigis-module__heading" id="Textarea">Textarea</h2>
|
|
125
|
-
<div class="aigis-module__filepath">/scss/controls/
|
|
125
|
+
<div class="aigis-module__filepath">/scss/controls/textarea.scss</div>
|
|
126
126
|
<div class="aigis-tags">
|
|
127
127
|
|
|
128
128
|
<span class="gn-tag">v.0.1.0</span>
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
</div>
|
|
178
178
|
|
|
179
179
|
|
|
180
|
-
<footer class="aigis-footer">Last update at 2026/
|
|
180
|
+
<footer class="aigis-footer">Last update at 2026/04/23 04:53</footer>
|
|
181
181
|
</div>
|
|
182
182
|
</div>
|
|
183
183
|
</div>
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
|
|
123
123
|
<div class="aigis-module Time">
|
|
124
124
|
<h2 class="aigis-module__heading" id="Time">Time</h2>
|
|
125
|
-
<div class="aigis-module__filepath">/scss/
|
|
125
|
+
<div class="aigis-module__filepath">/scss/controls/time.scss</div>
|
|
126
126
|
<div class="aigis-tags">
|
|
127
127
|
|
|
128
128
|
<span class="gn-tag">v.0.1.0</span>
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
</div>
|
|
256
256
|
|
|
257
257
|
|
|
258
|
-
<footer class="aigis-footer">Last update at 2026/
|
|
258
|
+
<footer class="aigis-footer">Last update at 2026/04/23 04:53</footer>
|
|
259
259
|
</div>
|
|
260
260
|
</div>
|
|
261
261
|
</div>
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
</code></pre>
|
|
244
244
|
<h2 id="text-">Text 변환</h2>
|
|
245
245
|
<ul>
|
|
246
|
-
<li>is-capitalize, is-lowercase, is-uppercase, is-italic, is-underline, is-strike</li>
|
|
246
|
+
<li>is-capitalize, is-lowercase, is-uppercase, is-italic, is-underline, is-strike, is-text-link</li>
|
|
247
247
|
<li>한글 description 사용 시 size6 이하 사용하지 않는다.</li>
|
|
248
248
|
</ul>
|
|
249
249
|
<div class="aigis-preview">
|
|
@@ -265,6 +265,9 @@
|
|
|
265
265
|
<div class="gn-box is-strike">
|
|
266
266
|
<h4 class="gn-title is-size4">strike</h4> Ad non deserunt veniam consectetur enim.
|
|
267
267
|
</div>
|
|
268
|
+
<div class="gn-box is-text-link">
|
|
269
|
+
<h4 class="gn-title is-size4">text link</h4> Link style text (hover: underline + pointer)
|
|
270
|
+
</div>
|
|
268
271
|
<div class="gn-box">
|
|
269
272
|
<h4 class="gn-title is-size4">Text Sizes</h4>
|
|
270
273
|
<p class="has-text-size1">size1 : Fugiat cillum reprehenderit ullamco esse non cillum.</p>
|
|
@@ -302,6 +305,10 @@
|
|
|
302
305
|
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>h4</span> <span class="token attr-name" >class</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>gn-title is-size4<span class="token punctuation" >"</span></span><span class="token punctuation" >></span></span>strike<span class="token tag" ><span class="token tag" ><span class="token punctuation" ></</span>h4</span><span class="token punctuation" >></span></span>
|
|
303
306
|
Ad non deserunt veniam consectetur enim.
|
|
304
307
|
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ></</span>div</span><span class="token punctuation" >></span></span>
|
|
308
|
+
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>div</span> <span class="token attr-name" >class</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>gn-box is-text-link<span class="token punctuation" >"</span></span><span class="token punctuation" >></span></span>
|
|
309
|
+
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>h4</span> <span class="token attr-name" >class</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>gn-title is-size4<span class="token punctuation" >"</span></span><span class="token punctuation" >></span></span>text link<span class="token tag" ><span class="token tag" ><span class="token punctuation" ></</span>h4</span><span class="token punctuation" >></span></span>
|
|
310
|
+
Link style text (hover: underline + pointer)
|
|
311
|
+
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ></</span>div</span><span class="token punctuation" >></span></span>
|
|
305
312
|
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>div</span> <span class="token attr-name" >class</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>gn-box<span class="token punctuation" >"</span></span><span class="token punctuation" >></span></span>
|
|
306
313
|
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>h4</span> <span class="token attr-name" >class</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>gn-title is-size4<span class="token punctuation" >"</span></span><span class="token punctuation" >></span></span>Text Sizes<span class="token tag" ><span class="token tag" ><span class="token punctuation" ></</span>h4</span><span class="token punctuation" >></span></span>
|
|
307
314
|
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>p</span> <span class="token attr-name" >class</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>has-text-size1<span class="token punctuation" >"</span></span><span class="token punctuation" >></span></span>size1 : Fugiat cillum reprehenderit ullamco esse non cillum.<span class="token tag" ><span class="token tag" ><span class="token punctuation" ></</span>p</span><span class="token punctuation" >></span></span>
|
|
@@ -463,7 +470,7 @@
|
|
|
463
470
|
</div>
|
|
464
471
|
|
|
465
472
|
|
|
466
|
-
<footer class="aigis-footer">Last update at 2026/
|
|
473
|
+
<footer class="aigis-footer">Last update at 2026/04/23 04:53</footer>
|
|
467
474
|
</div>
|
|
468
475
|
</div>
|
|
469
476
|
</div>
|
|
@@ -329,7 +329,7 @@ GN<span class="token punctuation" >.</span>util<span class="token punctuation" >
|
|
|
329
329
|
</div>
|
|
330
330
|
|
|
331
331
|
|
|
332
|
-
<footer class="aigis-footer">Last update at 2026/
|
|
332
|
+
<footer class="aigis-footer">Last update at 2026/04/23 04:53</footer>
|
|
333
333
|
</div>
|
|
334
334
|
</div>
|
|
335
335
|
</div>
|
package/styleguide/color.html
CHANGED