gnui 1.0.9 → 1.1.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/dist/js/gnui.esm.js +161 -24
- package/dist/js/gnui.js +161 -24
- package/dist/js/gnui.min.js +1 -1
- package/dist/styles/default.css +2 -2
- package/dist/styles/gpi.css +2 -2
- package/dist/styles/insights.css +2 -2
- package/dist/styles/nac.css +2 -2
- package/dist/styles/zt-nac.css +2 -2
- package/package.json +1 -1
- 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 +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/Message(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/Modal(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/Pagination/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/Time(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/Tooltip(js)/index.html +1 -1
- package/styleguide/category/COMPONENT/Tree(js)/index.html +1 -1
- 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 +1 -1
- 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 +1 -1
- package/styleguide/category/CONTROLS/Form/Plain/index.html +1 -1
- package/styleguide/category/CONTROLS/Input/index.html +1 -1
- package/styleguide/category/CONTROLS/MenuButton(js)/index.html +1 -1
- package/styleguide/category/CONTROLS/MultiText(js)/index.html +1 -1
- package/styleguide/category/CONTROLS/Picklist(js)/index.html +50 -1
- 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 +1 -1
- package/styleguide/category/CONTROLS/Slider/index.html +1 -1
- package/styleguide/category/CONTROLS/Switch(js)/index.html +1 -1
- package/styleguide/category/CONTROLS/SyntaxInput(js)/index.html +39 -1
- package/styleguide/category/CONTROLS/Textarea/index.html +1 -1
- 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 +1 -1
- 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 +88 -1
- package/styleguide/tag/v.0.1.0/index.html +88 -1
package/package.json
CHANGED
|
@@ -379,7 +379,7 @@ Eu velit aliqua eiusmod eiusmod occaecat ullamco fugiat sunt occaecat excepteur.
|
|
|
379
379
|
|
|
380
380
|
|
|
381
381
|
|
|
382
|
-
<footer class="aigis-footer">Last update at
|
|
382
|
+
<footer class="aigis-footer">Last update at 2022/03/17 18:10</footer>
|
|
383
383
|
</div>
|
|
384
384
|
</div>
|
|
385
385
|
</div>
|
|
@@ -248,7 +248,7 @@ Gn<span class="token punctuation" >.</span><span class="token function" >create<
|
|
|
248
248
|
|
|
249
249
|
|
|
250
250
|
|
|
251
|
-
<footer class="aigis-footer">Last update at
|
|
251
|
+
<footer class="aigis-footer">Last update at 2022/03/17 18:10</footer>
|
|
252
252
|
</div>
|
|
253
253
|
</div>
|
|
254
254
|
</div>
|
|
@@ -590,6 +590,19 @@
|
|
|
590
590
|
<td></td>
|
|
591
591
|
<td>target 항목 배열</td>
|
|
592
592
|
</tr>
|
|
593
|
+
<tr>
|
|
594
|
+
<td rowspan="2">textSets</td>
|
|
595
|
+
<td>sourceCaption</td>
|
|
596
|
+
<td>string</td>
|
|
597
|
+
<td></td>
|
|
598
|
+
<td>source 항목 캡션</td>
|
|
599
|
+
</tr>
|
|
600
|
+
<tr>
|
|
601
|
+
<td>targetCaption</td>
|
|
602
|
+
<td>string</td>
|
|
603
|
+
<td></td>
|
|
604
|
+
<td>target 항목 캡션</td>
|
|
605
|
+
</tr>
|
|
593
606
|
<tr>
|
|
594
607
|
<td colspan="2">orderable</td>
|
|
595
608
|
<td>string, boolean</td>
|
|
@@ -608,6 +621,42 @@
|
|
|
608
621
|
<td>150</td>
|
|
609
622
|
<td>선택항목 영역의 높이</td>
|
|
610
623
|
</tr>
|
|
624
|
+
<tr>
|
|
625
|
+
<td colspan="2">hasSourceSearch</td>
|
|
626
|
+
<td>boolean</td>
|
|
627
|
+
<td>false</td>
|
|
628
|
+
<td>source 항목 검색기능 활성화 여부</td>
|
|
629
|
+
</tr>
|
|
630
|
+
<tr>
|
|
631
|
+
<td colspan="2">hasTargetSearch</td>
|
|
632
|
+
<td>boolean</td>
|
|
633
|
+
<td>false</td>
|
|
634
|
+
<td>target 항목 검색기능 활성화 여부</td>
|
|
635
|
+
</tr>
|
|
636
|
+
<tr>
|
|
637
|
+
<td colspan="2">onChange</td>
|
|
638
|
+
<td>function(source, target)</td>
|
|
639
|
+
<td></td>
|
|
640
|
+
<td>컴포넌트 값 변경 시 발생 이벤트</td>
|
|
641
|
+
</tr>
|
|
642
|
+
<tr>
|
|
643
|
+
<td colspan="2">onChange</td>
|
|
644
|
+
<td>function(source, target)</td>
|
|
645
|
+
<td></td>
|
|
646
|
+
<td>컴포넌트 값 변경 시 발생 이벤트</td>
|
|
647
|
+
</tr>
|
|
648
|
+
<tr>
|
|
649
|
+
<td colspan="2">onSort</td>
|
|
650
|
+
<td>function(source, target)</td>
|
|
651
|
+
<td></td>
|
|
652
|
+
<td>항목 정렬 시 발생 이벤트</td>
|
|
653
|
+
</tr>
|
|
654
|
+
<tr>
|
|
655
|
+
<td colspan="2">onTransfre</td>
|
|
656
|
+
<td>function(source, target)</td>
|
|
657
|
+
<td></td>
|
|
658
|
+
<td>source, target 간 이동 시 발생 이벤트</td>
|
|
659
|
+
</tr>
|
|
611
660
|
</tbody>
|
|
612
661
|
</table>
|
|
613
662
|
|
|
@@ -638,7 +687,7 @@
|
|
|
638
687
|
|
|
639
688
|
|
|
640
689
|
|
|
641
|
-
<footer class="aigis-footer">Last update at
|
|
690
|
+
<footer class="aigis-footer">Last update at 2022/03/17 18:10</footer>
|
|
642
691
|
</div>
|
|
643
692
|
</div>
|
|
644
693
|
</div>
|
|
@@ -215,6 +215,12 @@
|
|
|
215
215
|
<td>html</td>
|
|
216
216
|
<td>syntax 타입 (plain, plaintext, text, txt, markup, html, mathml, svg, xml, ssml, atom, rss, css, clike, javascript, js) <br>사용자 정의 시 'custom'</td>
|
|
217
217
|
</tr>
|
|
218
|
+
<tr>
|
|
219
|
+
<td colspan="2">onChange</td>
|
|
220
|
+
<td>function</td>
|
|
221
|
+
<td></td>
|
|
222
|
+
<td>input 값 변경 시 호출되는 이벤트</td>
|
|
223
|
+
</tr>
|
|
218
224
|
<tr>
|
|
219
225
|
<td colspan="2">patterns</td>
|
|
220
226
|
<td>object</td>
|
|
@@ -428,12 +434,44 @@
|
|
|
428
434
|
</tbody>
|
|
429
435
|
</table>
|
|
430
436
|
|
|
437
|
+
|
|
438
|
+
<h3 id="-">메소드</h3>
|
|
439
|
+
<table class="gn-table is-full is-border">
|
|
440
|
+
<thead>
|
|
441
|
+
<th>name</th>
|
|
442
|
+
<th>return</th>
|
|
443
|
+
<th>description</th>
|
|
444
|
+
</thead>
|
|
445
|
+
<tbody>
|
|
446
|
+
<tr>
|
|
447
|
+
<td>setValue(value: string)</td>
|
|
448
|
+
<td>void</td>
|
|
449
|
+
<td>값을 변경한다.</td>
|
|
450
|
+
</tr>
|
|
451
|
+
<tr>
|
|
452
|
+
<td>getValue()</td>
|
|
453
|
+
<td>string</td>
|
|
454
|
+
<td>값을 반환한다.</td>
|
|
455
|
+
</tr>
|
|
456
|
+
<tr>
|
|
457
|
+
<td>disable</td>
|
|
458
|
+
<td>void</td>
|
|
459
|
+
<td>Readonly 상태로 전환한다.</td>
|
|
460
|
+
</tr>
|
|
461
|
+
<tr>
|
|
462
|
+
<td>enable</td>
|
|
463
|
+
<td>void</td>
|
|
464
|
+
<td>Readonly 상태를 해제한다.</td>
|
|
465
|
+
</tr>
|
|
466
|
+
</tbody>
|
|
467
|
+
</table>
|
|
468
|
+
|
|
431
469
|
</div>
|
|
432
470
|
</div>
|
|
433
471
|
|
|
434
472
|
|
|
435
473
|
|
|
436
|
-
<footer class="aigis-footer">Last update at
|
|
474
|
+
<footer class="aigis-footer">Last update at 2022/03/17 18:10</footer>
|
|
437
475
|
</div>
|
|
438
476
|
</div>
|
|
439
477
|
</div>
|