gnui 1.2.13 → 1.2.15
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 +40468 -0
- package/dist/js/gnui.js +40476 -0
- package/dist/js/gnui.min.js +23 -0
- package/dist/styles/default.css +1 -0
- package/dist/styles/gpi.css +1 -0
- package/dist/styles/green24.css +1 -0
- package/dist/styles/insights.css +1 -0
- package/dist/styles/nac.css +1 -0
- package/dist/styles/ztnac.css +1 -0
- package/package.json +1 -1
- package/styleguide/assets/components.js +1757 -0
- package/styleguide/assets/favicon.ico +0 -0
- package/styleguide/assets/guide.js +47 -0
- package/styleguide/assets/image.png +0 -0
- package/styleguide/assets/js/gnui.js +40476 -0
- package/styleguide/assets/js/gnui.min.js +23 -0
- package/styleguide/assets/okadia.css +121 -0
- package/styleguide/assets/styles/default.css +1 -0
- package/styleguide/assets/styles/gpi.css +1 -0
- package/styleguide/assets/styles/green24.css +1 -0
- package/styleguide/assets/styles/insights.css +1 -0
- package/styleguide/assets/styles/nac.css +1 -0
- package/styleguide/assets/styles/ztnac.css +1 -0
- package/styleguide/assets/theme.css +596 -0
- package/styleguide/category/COLOR/index.html +157 -0
- package/styleguide/category/COMPONENT/Alert(js)/index.html +419 -0
- package/styleguide/category/COMPONENT/Bignumber/index.html +270 -0
- package/styleguide/category/COMPONENT/Breadcrumb/index.html +325 -0
- package/styleguide/category/COMPONENT/Calendar(js)/index.html +243 -0
- package/styleguide/category/COMPONENT/Card/index.html +185 -0
- package/styleguide/category/COMPONENT/Chart(js)/index.html +556 -0
- package/styleguide/category/COMPONENT/Datagrid(js)/index.html +685 -0
- package/styleguide/category/COMPONENT/Datalist(js)/index.html +472 -0
- package/styleguide/category/COMPONENT/Growl(js)/index.html +352 -0
- package/styleguide/category/COMPONENT/JsonView(js)/index.html +1135 -0
- package/styleguide/category/COMPONENT/Loader(js)/index.html +296 -0
- package/styleguide/category/COMPONENT/MenuButton(js)/index.html +282 -0
- package/styleguide/category/COMPONENT/Message(js)/index.html +516 -0
- package/styleguide/category/COMPONENT/Modal(js)/index.html +445 -0
- package/styleguide/category/COMPONENT/Pagination(js)/index.html +446 -0
- package/styleguide/category/COMPONENT/Panel/index.html +327 -0
- package/styleguide/category/COMPONENT/Progressbar(js)/index.html +314 -0
- package/styleguide/category/COMPONENT/Tab(js)/index.html +474 -0
- package/styleguide/category/COMPONENT/Tagcloud(js)/index.html +261 -0
- package/styleguide/category/COMPONENT/Tooltip(js)/index.html +413 -0
- package/styleguide/category/COMPONENT/Tree(js)/index.html +405 -0
- package/styleguide/category/CONTROLS/Button(js)/index.html +466 -0
- package/styleguide/category/CONTROLS/Checkbox/index.html +195 -0
- package/styleguide/category/CONTROLS/Colorpicker(js)/index.html +286 -0
- package/styleguide/category/CONTROLS/Datepicker(js)/index.html +330 -0
- package/styleguide/category/CONTROLS/Dropdown(js)/index.html +1113 -0
- package/styleguide/category/CONTROLS/File/index.html +313 -0
- package/styleguide/category/CONTROLS/Form/Control/index.html +228 -0
- package/styleguide/category/CONTROLS/Form/Field/index.html +255 -0
- package/styleguide/category/CONTROLS/Form/Plain/index.html +194 -0
- package/styleguide/category/CONTROLS/Input/index.html +331 -0
- package/styleguide/category/CONTROLS/MultiText(js)/index.html +274 -0
- package/styleguide/category/CONTROLS/Picklist(js)/index.html +739 -0
- package/styleguide/category/CONTROLS/Radio/index.html +198 -0
- package/styleguide/category/CONTROLS/Select/index.html +457 -0
- package/styleguide/category/CONTROLS/SelectButton(js)/index.html +292 -0
- package/styleguide/category/CONTROLS/Slider/index.html +190 -0
- package/styleguide/category/CONTROLS/Switch(js)/index.html +346 -0
- package/styleguide/category/CONTROLS/SyntaxInput(js)/index.html +481 -0
- package/styleguide/category/CONTROLS/Textarea/index.html +186 -0
- package/styleguide/category/CONTROLS/Time(js)/index.html +264 -0
- package/styleguide/category/ELEMENTS/Box/index.html +171 -0
- package/styleguide/category/ELEMENTS/Icon/index.html +359 -0
- package/styleguide/category/ELEMENTS/Image/index.html +210 -0
- package/styleguide/category/ELEMENTS/List/index.html +393 -0
- package/styleguide/category/ELEMENTS/Table/index.html +480 -0
- package/styleguide/category/ELEMENTS/Tag/index.html +252 -0
- package/styleguide/category/ELEMENTS/Title/index.html +183 -0
- package/styleguide/category/LAYOUT/Container/index.html +232 -0
- package/styleguide/category/LAYOUT/Grid/index.html +397 -0
- package/styleguide/category/LAYOUT/Splitter(js)/index.html +276 -0
- package/styleguide/category/UTILITY/index.html +472 -0
- package/styleguide/category/Utils/index.html +338 -0
- package/styleguide/color.html +170 -0
- package/styleguide/index.html +170 -0
- package/styleguide/tag/javascript/index.html +7571 -0
- package/styleguide/tag/v.0.1.0/index.html +12652 -0
|
@@ -0,0 +1,481 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width" />
|
|
6
|
+
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico">
|
|
7
|
+
<link href="../../../assets/styles/default.css" rel="stylesheet" id="ThemeFile" />
|
|
8
|
+
<link href="../../../assets/okadia.css" rel="stylesheet" />
|
|
9
|
+
<link href="../../../assets/theme.css" rel="stylesheet" />
|
|
10
|
+
<link
|
|
11
|
+
rel="stylesheet"
|
|
12
|
+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
|
|
13
|
+
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
|
|
14
|
+
crossorigin="anonymous"
|
|
15
|
+
/>
|
|
16
|
+
<link href="https://fonts.googleapis.com/css?family=Squada+One&display=swap" rel="stylesheet" />
|
|
17
|
+
<script src="../../../assets/components.js"></script>
|
|
18
|
+
<script src="../../../assets/js/gnui.js"></script>
|
|
19
|
+
</head>
|
|
20
|
+
<body>
|
|
21
|
+
<div class="aigis-container">
|
|
22
|
+
<header class="aigis-header gn-gcolor is-primary">
|
|
23
|
+
<span><a href="../../../index.html" class="main-link" style="font-family: 'Squada One', cursive">GNUI</a></span>
|
|
24
|
+
<span class="has-text-invert" style="font-size: 1em; padding-left: 10px">Start your next web project with GNUI.</span>
|
|
25
|
+
<div class="gn-select is-medium">
|
|
26
|
+
<select id="ThemeSelector">
|
|
27
|
+
|
|
28
|
+
<option value="default">default</option>
|
|
29
|
+
|
|
30
|
+
<option value="nac">nac</option>
|
|
31
|
+
|
|
32
|
+
<option value="insights">insights</option>
|
|
33
|
+
|
|
34
|
+
<option value="gpi">gpi</option>
|
|
35
|
+
|
|
36
|
+
<option value="ztnac">ztnac</option>
|
|
37
|
+
|
|
38
|
+
<option value="green24">green24</option>
|
|
39
|
+
|
|
40
|
+
</select>
|
|
41
|
+
</div>
|
|
42
|
+
<div>
|
|
43
|
+
<a class="gn-button is-primary util-link" href="../../../category/Utils/index.html">
|
|
44
|
+
<span class="gn-icon is-small">
|
|
45
|
+
<i class="fas fa-tools"></i>
|
|
46
|
+
</span>
|
|
47
|
+
Gn.util
|
|
48
|
+
</a>
|
|
49
|
+
</div>
|
|
50
|
+
</header>
|
|
51
|
+
<div class="aigis-sidemenu">
|
|
52
|
+
<nav class="gn-tree is-borderless is-large left-menu"></nav>
|
|
53
|
+
</div>
|
|
54
|
+
|
|
55
|
+
<script>
|
|
56
|
+
window.Gn = window.gnui;
|
|
57
|
+
|
|
58
|
+
Gn.ready(function () {
|
|
59
|
+
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Datalist(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Loader(js),COMPONENT/MenuButton(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination(js),COMPONENT/Panel,COMPONENT/Progressbar(js),COMPONENT/Tab(js),COMPONENT/Tagcloud(js),COMPONENT/Tooltip(js),COMPONENT/Tree(js),CONTROLS/Button(js),CONTROLS/Checkbox,CONTROLS/Colorpicker(js),CONTROLS/Datepicker(js),CONTROLS/Dropdown(js),CONTROLS/File,CONTROLS/Form/Control,CONTROLS/Form/Field,CONTROLS/Form/Plain,CONTROLS/Input,CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/SyntaxInput(js),CONTROLS/Textarea,CONTROLS/Time(js),ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
60
|
+
var jsComps = ''.split(',');
|
|
61
|
+
delete leftMenu.Utils;
|
|
62
|
+
Gn.util.append('.left-menu', renderTree(leftMenu));
|
|
63
|
+
Gn.util.scrollIntoView(Gn.util.$('.tree-item.is-active'), 300);
|
|
64
|
+
|
|
65
|
+
function renderTree(menus) {
|
|
66
|
+
var $depths = Gn.util.$('<ul></ul>');
|
|
67
|
+
Gn.util.each(menus, function (child, menu) {
|
|
68
|
+
if (Gn.util.isString(child)) {
|
|
69
|
+
Gn.util.append($depths, renderMenu(menu, '../../../category/' + child + '/index.html', location.href.indexOf(child + '/') > -1));
|
|
70
|
+
} else {
|
|
71
|
+
var $_depth = renderMenu(menu, '');
|
|
72
|
+
Gn.util.append($_depth, renderTree(child));
|
|
73
|
+
Gn.util.append($depths, $_depth);
|
|
74
|
+
}
|
|
75
|
+
});
|
|
76
|
+
return $depths;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
function renderMenu(name, link, isActive) {
|
|
80
|
+
var $_menu;
|
|
81
|
+
if (link === '') {
|
|
82
|
+
$_menu = Gn.util.$('<li>' + name + '</li>');
|
|
83
|
+
} else {
|
|
84
|
+
var menuClass = isActive ? ' is-active' : '';
|
|
85
|
+
$_menu = Gn.util.$('<li><a href="' + link + '"><div class="tree-item' + menuClass + '">' + name.split('(js)').join('') + '</a></div></li>');
|
|
86
|
+
}
|
|
87
|
+
if (name.indexOf('(js)') > 0) {
|
|
88
|
+
Gn.util.append(Gn.util.find('.tree-item', $_menu), Gn.util.$('<span class="gn-tag is-small is-info-light">JS</span>'));
|
|
89
|
+
}
|
|
90
|
+
return $_menu;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
function setTree(categorys) {
|
|
94
|
+
var menus = {};
|
|
95
|
+
|
|
96
|
+
categorys.forEach(function (category) {
|
|
97
|
+
parseTree(menus, category.split('/'), category);
|
|
98
|
+
});
|
|
99
|
+
return menus;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
function parseTree(parents, child, catgry) {
|
|
103
|
+
var _depth = child.shift();
|
|
104
|
+
if (parents[_depth] === undefined) {
|
|
105
|
+
parents[_depth] = {};
|
|
106
|
+
}
|
|
107
|
+
if (child.length === 1) {
|
|
108
|
+
parents[_depth][child] = catgry;
|
|
109
|
+
} else if (child.length > 1) {
|
|
110
|
+
parseTree(parents[_depth], child, catgry);
|
|
111
|
+
} else {
|
|
112
|
+
parents[_depth] = catgry;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
</script>
|
|
117
|
+
|
|
118
|
+
<div class="aigis-contents">
|
|
119
|
+
<div class="aigis-contents__body">
|
|
120
|
+
|
|
121
|
+
<div>
|
|
122
|
+
|
|
123
|
+
<div class="aigis-module SyntaxInput">
|
|
124
|
+
<h2 class="aigis-module__heading" id="SyntaxInput">SyntaxInput</h2>
|
|
125
|
+
<div class="aigis-module__filepath">/scss/controls/syntaxinput.scss</div>
|
|
126
|
+
<div class="aigis-tags">
|
|
127
|
+
|
|
128
|
+
<span class="gn-tag">v.0.1.0</span>
|
|
129
|
+
|
|
130
|
+
<a class="js-guide"><span class="gn-tag is-info">javascript</span></a>
|
|
131
|
+
|
|
132
|
+
</div>
|
|
133
|
+
<!-- <div id="ComponentTab">
|
|
134
|
+
<ul>
|
|
135
|
+
<li><a href="#styleguide">Style</a></li>
|
|
136
|
+
<li>
|
|
137
|
+
<a href="#scriptguide"
|
|
138
|
+
>Script <span class="gn-icon"><i class="fas fa-code"></i></span
|
|
139
|
+
></a>
|
|
140
|
+
</li>
|
|
141
|
+
</ul>
|
|
142
|
+
</div> -->
|
|
143
|
+
<h3 id="-">생성 옵션</h3>
|
|
144
|
+
<div class="aigis-preview">
|
|
145
|
+
|
|
146
|
+
<p><input type="text" class="syntaxInput" /></p>
|
|
147
|
+
<p><input type="text" class="syntaxInput2" /></p>
|
|
148
|
+
<p><input type="text" class="syntaxInput3" /></p>
|
|
149
|
+
</div>
|
|
150
|
+
|
|
151
|
+
<pre><code class="language-ejs"> <span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>p</span><span class="token punctuation" >></span></span><span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>input</span> <span class="token attr-name" >type</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>text<span class="token punctuation" >"</span></span> <span class="token attr-name" >class</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>syntaxInput<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>p</span><span class="token punctuation" >></span></span>
|
|
152
|
+
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>p</span><span class="token punctuation" >></span></span><span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>input</span> <span class="token attr-name" >type</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>text<span class="token punctuation" >"</span></span> <span class="token attr-name" >class</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>syntaxInput2<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>p</span><span class="token punctuation" >></span></span>
|
|
153
|
+
<span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>p</span><span class="token punctuation" >></span></span><span class="token tag" ><span class="token tag" ><span class="token punctuation" ><</span>input</span> <span class="token attr-name" >type</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>text<span class="token punctuation" >"</span></span> <span class="token attr-name" >class</span><span class="token attr-value" ><span class="token punctuation" >=</span><span class="token punctuation" >"</span>syntaxInput3<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>p</span><span class="token punctuation" >></span></span>
|
|
154
|
+
</code></pre>
|
|
155
|
+
<pre><code> Gn<span class="token punctuation" >.</span><span class="token function" >create</span><span class="token punctuation" >(</span><span class="token string" >'syntaxinput'</span><span class="token punctuation" >,</span> {
|
|
156
|
+
target<span class="token punctuation" >:</span> <span class="token string" >'.syntaxInput'</span>
|
|
157
|
+
}<span class="token punctuation" >)</span><span class="token comment" spellcheck="true">;</span>
|
|
158
|
+
Gn<span class="token punctuation" >.</span><span class="token function" >create</span><span class="token punctuation" >(</span><span class="token string" >'syntaxinput'</span><span class="token punctuation" >,</span> {
|
|
159
|
+
target<span class="token punctuation" >:</span> <span class="token string" >'.syntaxInput2'</span><span class="token punctuation" >,</span>
|
|
160
|
+
multiple<span class="token punctuation" >:</span> <span class="token boolean" >true</span><span class="token punctuation" >,</span>
|
|
161
|
+
usetab<span class="token punctuation" >:</span> <span class="token boolean" >true</span>
|
|
162
|
+
}<span class="token punctuation" >)</span><span class="token comment" spellcheck="true">;</span>
|
|
163
|
+
Gn<span class="token punctuation" >.</span><span class="token function" >create</span><span class="token punctuation" >(</span><span class="token string" >'syntaxinput'</span><span class="token punctuation" >,</span> {
|
|
164
|
+
target<span class="token punctuation" >:</span> <span class="token string" >'.syntaxInput3'</span><span class="token punctuation" >,</span>
|
|
165
|
+
type<span class="token punctuation" >:</span> <span class="token string" >'custom'</span><span class="token punctuation" >,</span>
|
|
166
|
+
patterns<span class="token punctuation" >:</span> {
|
|
167
|
+
constant<span class="token punctuation" >:</span> {
|
|
168
|
+
pattern<span class="token punctuation" >:</span> <span class="token operator" >/</span>\w<span class="token operator" >+</span><span class="token punctuation" >:</span><span class="token operator" >?</span><span class="token punctuation" >(</span><span class="token operator" >?</span><span class="token operator" >=</span>\<span class="token operator" >/</span><span class="token punctuation" >)</span><span class="token operator" >/</span>gm
|
|
169
|
+
}<span class="token punctuation" >,</span>
|
|
170
|
+
keyword<span class="token punctuation" >:</span> {
|
|
171
|
+
pattern<span class="token punctuation" >:</span> <span class="token operator" >/</span><span class="token punctuation" >[</span><span class="token operator" >^</span><span class="token operator" >/</span><span class="token punctuation" >]</span><span class="token operator" >*</span>$<span class="token operator" >/</span>gm
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}<span class="token punctuation" >)</span><span class="token comment" spellcheck="true">;</span>
|
|
175
|
+
</code></pre><table class="gn-table is-full is-border">
|
|
176
|
+
<thead>
|
|
177
|
+
<th colspan="2">name</th>
|
|
178
|
+
<th>type</th>
|
|
179
|
+
<th>default</th>
|
|
180
|
+
<th>description</th>
|
|
181
|
+
</thead>
|
|
182
|
+
<tbody>
|
|
183
|
+
<tr>
|
|
184
|
+
<td colspan="2">target</td>
|
|
185
|
+
<td>string</td>
|
|
186
|
+
<td></td>
|
|
187
|
+
<td>colorpicker 객체 선택자(selector)</td>
|
|
188
|
+
</tr>
|
|
189
|
+
<tr>
|
|
190
|
+
<td colspan="2">value</td>
|
|
191
|
+
<td>string</td>
|
|
192
|
+
<td></td>
|
|
193
|
+
<td></td>
|
|
194
|
+
</tr>
|
|
195
|
+
<tr>
|
|
196
|
+
<td colspan="2">multiple</td>
|
|
197
|
+
<td>boolean</td>
|
|
198
|
+
<td>false</td>
|
|
199
|
+
<td>true 인 경우, input 대신 textarea 로 입력받는다. </td>
|
|
200
|
+
</tr>
|
|
201
|
+
<tr>
|
|
202
|
+
<td colspan="2">usetab</td>
|
|
203
|
+
<td>boolean</td>
|
|
204
|
+
<td>false</td>
|
|
205
|
+
<td>입력창 내 TAB 키 사용 여부. multiple: true 설정 시 사용가능</td>
|
|
206
|
+
</tr>
|
|
207
|
+
<tr>
|
|
208
|
+
<td colspan="2">readonly</td>
|
|
209
|
+
<td>boolean</td>
|
|
210
|
+
<td>false</td>
|
|
211
|
+
<td>입력 가능여부</td>
|
|
212
|
+
</tr>
|
|
213
|
+
<tr>
|
|
214
|
+
<td colspan="2">type</td>
|
|
215
|
+
<td>string</td>
|
|
216
|
+
<td>html</td>
|
|
217
|
+
<td>syntax 타입 (plain, plaintext, text, txt, markup, html, mathml, svg, xml, ssml, atom, rss, css, clike, javascript, js) <br>사용자 정의 시 'custom'</td>
|
|
218
|
+
</tr>
|
|
219
|
+
<tr>
|
|
220
|
+
<td colspan="2">onChange</td>
|
|
221
|
+
<td>function</td>
|
|
222
|
+
<td></td>
|
|
223
|
+
<td>input 값 변경 시 호출되는 이벤트</td>
|
|
224
|
+
</tr>
|
|
225
|
+
<tr>
|
|
226
|
+
<td colspan="2">patterns</td>
|
|
227
|
+
<td>object</td>
|
|
228
|
+
<td></td>
|
|
229
|
+
<td>
|
|
230
|
+
type 을 'custom'으로 지정 후, 패턴 형식의 Object를 설정한다.<br>
|
|
231
|
+
<pre>
|
|
232
|
+
{
|
|
233
|
+
[token keyword: string] : {
|
|
234
|
+
pattern: 스타일을 적용 할 패턴 정규식
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
</pre>
|
|
238
|
+
<h4>token keyword</h4>
|
|
239
|
+
<table class="gn-table gn-syntaxinput is-border">
|
|
240
|
+
<thead>
|
|
241
|
+
<th>token keyword</th>
|
|
242
|
+
<th>style</th>
|
|
243
|
+
</thead>
|
|
244
|
+
<tbody>
|
|
245
|
+
<tr>
|
|
246
|
+
<td>comment</td>
|
|
247
|
+
<td>
|
|
248
|
+
<span class="token comment">comment</span>
|
|
249
|
+
</td>
|
|
250
|
+
</tr>
|
|
251
|
+
<tr>
|
|
252
|
+
<td>prolog</td>
|
|
253
|
+
<td>
|
|
254
|
+
<span class="token prolog">prolog</span>
|
|
255
|
+
</td>
|
|
256
|
+
</tr>
|
|
257
|
+
<tr>
|
|
258
|
+
<td>doctype</td>
|
|
259
|
+
<td>
|
|
260
|
+
<span class="token doctype">doctype</span>
|
|
261
|
+
</td>
|
|
262
|
+
</tr>
|
|
263
|
+
<tr>
|
|
264
|
+
<td>cdata</td>
|
|
265
|
+
<td>
|
|
266
|
+
<span class="token cdata">cdata</span>
|
|
267
|
+
</td>
|
|
268
|
+
</tr>
|
|
269
|
+
<tr>
|
|
270
|
+
<td>punctuation</td>
|
|
271
|
+
<td>
|
|
272
|
+
<span class="token punctuation">punctuation</span>
|
|
273
|
+
</td>
|
|
274
|
+
</tr>
|
|
275
|
+
<tr>
|
|
276
|
+
<td>namespace</td>
|
|
277
|
+
<td>
|
|
278
|
+
<span class="token namespace">namespace</span>
|
|
279
|
+
</td>
|
|
280
|
+
</tr>
|
|
281
|
+
<tr>
|
|
282
|
+
<td>property</td>
|
|
283
|
+
<td>
|
|
284
|
+
<span class="token property">property</span>
|
|
285
|
+
</td>
|
|
286
|
+
</tr>
|
|
287
|
+
<tr>
|
|
288
|
+
<td>tag</td>
|
|
289
|
+
<td>
|
|
290
|
+
<span class="token tag">tag</span>
|
|
291
|
+
</td>
|
|
292
|
+
</tr>
|
|
293
|
+
<tr>
|
|
294
|
+
<td>boolean</td>
|
|
295
|
+
<td>
|
|
296
|
+
<span class="token boolean">boolean</span>
|
|
297
|
+
</td>
|
|
298
|
+
</tr>
|
|
299
|
+
<tr>
|
|
300
|
+
<td>number</td>
|
|
301
|
+
<td>
|
|
302
|
+
<span class="token number">number</span>
|
|
303
|
+
</td>
|
|
304
|
+
</tr>
|
|
305
|
+
<tr>
|
|
306
|
+
<td>constant</td>
|
|
307
|
+
<td>
|
|
308
|
+
<span class="token constant">constant</span>
|
|
309
|
+
</td>
|
|
310
|
+
</tr>
|
|
311
|
+
<tr>
|
|
312
|
+
<td>symbol</td>
|
|
313
|
+
<td>
|
|
314
|
+
<span class="token symbol">symbol</span>
|
|
315
|
+
</td>
|
|
316
|
+
</tr>
|
|
317
|
+
<tr>
|
|
318
|
+
<td>deleted</td>
|
|
319
|
+
<td>
|
|
320
|
+
<span class="token deleted">deleted</span>
|
|
321
|
+
</td>
|
|
322
|
+
</tr>
|
|
323
|
+
<tr>
|
|
324
|
+
<td>selector</td>
|
|
325
|
+
<td>
|
|
326
|
+
<span class="token selector">selector</span>
|
|
327
|
+
</td>
|
|
328
|
+
</tr>
|
|
329
|
+
<tr>
|
|
330
|
+
<td>char</td>
|
|
331
|
+
<td>
|
|
332
|
+
<span class="token char">char</span>
|
|
333
|
+
</td>
|
|
334
|
+
</tr>
|
|
335
|
+
<tr>
|
|
336
|
+
<td>builtin</td>
|
|
337
|
+
<td>
|
|
338
|
+
<span class="token builtin">builtin</span>
|
|
339
|
+
</td>
|
|
340
|
+
</tr>
|
|
341
|
+
<tr>
|
|
342
|
+
<td>inserted</td>
|
|
343
|
+
<td>
|
|
344
|
+
<span class="token inserted">inserted</span>
|
|
345
|
+
</td>
|
|
346
|
+
</tr>
|
|
347
|
+
<tr>
|
|
348
|
+
<td>operator</td>
|
|
349
|
+
<td>
|
|
350
|
+
<span class="token operator">operator</span>
|
|
351
|
+
</td>
|
|
352
|
+
</tr>
|
|
353
|
+
<tr>
|
|
354
|
+
<td>url</td>
|
|
355
|
+
<td>
|
|
356
|
+
<span class="token url">url</span>
|
|
357
|
+
</td>
|
|
358
|
+
</tr>
|
|
359
|
+
<tr>
|
|
360
|
+
<td>string</td>
|
|
361
|
+
<td>
|
|
362
|
+
<span class="token string">string</span>
|
|
363
|
+
</td>
|
|
364
|
+
</tr>
|
|
365
|
+
<tr>
|
|
366
|
+
<td>atrule</td>
|
|
367
|
+
<td>
|
|
368
|
+
<span class="token atrule">atrule</span>
|
|
369
|
+
</td>
|
|
370
|
+
</tr>
|
|
371
|
+
<tr>
|
|
372
|
+
<td>attr</td>
|
|
373
|
+
<td>
|
|
374
|
+
<span class="token attr">attr</span>
|
|
375
|
+
</td>
|
|
376
|
+
</tr>
|
|
377
|
+
<tr>
|
|
378
|
+
<td>keyword</td>
|
|
379
|
+
<td>
|
|
380
|
+
<span class="token keyword">keyword</span>
|
|
381
|
+
</td>
|
|
382
|
+
</tr>
|
|
383
|
+
<tr>
|
|
384
|
+
<td>function</td>
|
|
385
|
+
<td>
|
|
386
|
+
<span class="token function">function</span>
|
|
387
|
+
</td>
|
|
388
|
+
</tr>
|
|
389
|
+
<tr>
|
|
390
|
+
<td>class</td>
|
|
391
|
+
<td>
|
|
392
|
+
<span class="token class">class</span>
|
|
393
|
+
</td>
|
|
394
|
+
</tr>
|
|
395
|
+
<tr>
|
|
396
|
+
<td>regex</td>
|
|
397
|
+
<td>
|
|
398
|
+
<span class="token regex">regex</span>
|
|
399
|
+
</td>
|
|
400
|
+
</tr>
|
|
401
|
+
<tr>
|
|
402
|
+
<td>variable</td>
|
|
403
|
+
<td>
|
|
404
|
+
<span class="token variable">variable</span>
|
|
405
|
+
</td>
|
|
406
|
+
</tr>
|
|
407
|
+
<tr>
|
|
408
|
+
<td>important</td>
|
|
409
|
+
<td>
|
|
410
|
+
<span class="token important">important</span>
|
|
411
|
+
</td>
|
|
412
|
+
</tr>
|
|
413
|
+
<tr>
|
|
414
|
+
<td>bold</td>
|
|
415
|
+
<td>
|
|
416
|
+
<span class="token bold">bold</span>
|
|
417
|
+
</td>
|
|
418
|
+
</tr>
|
|
419
|
+
<tr>
|
|
420
|
+
<td>italic</td>
|
|
421
|
+
<td>
|
|
422
|
+
<span class="token italic">italic</span>
|
|
423
|
+
</td>
|
|
424
|
+
</tr>
|
|
425
|
+
<tr>
|
|
426
|
+
<td>entity</td>
|
|
427
|
+
<td>
|
|
428
|
+
<span class="token entity">entity</span>
|
|
429
|
+
</td>
|
|
430
|
+
</tr>
|
|
431
|
+
</tbody>
|
|
432
|
+
</table>
|
|
433
|
+
</td>
|
|
434
|
+
</tr>
|
|
435
|
+
</tbody>
|
|
436
|
+
</table>
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
<h3 id="-">메소드</h3>
|
|
440
|
+
<table class="gn-table is-full is-border">
|
|
441
|
+
<thead>
|
|
442
|
+
<th>name</th>
|
|
443
|
+
<th>return</th>
|
|
444
|
+
<th>description</th>
|
|
445
|
+
</thead>
|
|
446
|
+
<tbody>
|
|
447
|
+
<tr>
|
|
448
|
+
<td>setValue(value: string)</td>
|
|
449
|
+
<td>void</td>
|
|
450
|
+
<td>값을 변경한다.</td>
|
|
451
|
+
</tr>
|
|
452
|
+
<tr>
|
|
453
|
+
<td>getValue()</td>
|
|
454
|
+
<td>string</td>
|
|
455
|
+
<td>값을 반환한다.</td>
|
|
456
|
+
</tr>
|
|
457
|
+
<tr>
|
|
458
|
+
<td>disable</td>
|
|
459
|
+
<td>void</td>
|
|
460
|
+
<td>Readonly 상태로 전환한다.</td>
|
|
461
|
+
</tr>
|
|
462
|
+
<tr>
|
|
463
|
+
<td>enable</td>
|
|
464
|
+
<td>void</td>
|
|
465
|
+
<td>Readonly 상태를 해제한다.</td>
|
|
466
|
+
</tr>
|
|
467
|
+
</tbody>
|
|
468
|
+
</table>
|
|
469
|
+
|
|
470
|
+
</div>
|
|
471
|
+
|
|
472
|
+
</div>
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
<footer class="aigis-footer">Last update at 2025/09/30 04:05</footer>
|
|
476
|
+
</div>
|
|
477
|
+
</div>
|
|
478
|
+
</div>
|
|
479
|
+
<script src="../../../assets/guide.js"></script>
|
|
480
|
+
</body>
|
|
481
|
+
</html>
|