gnui 1.2.16 → 1.2.17
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 +48 -19
- package/dist/js/gnui.js +48 -19
- package/dist/js/gnui.min.js +1 -1
- package/dist/styles/default.css +0 -1
- package/dist/styles/gpi.css +0 -1
- package/dist/styles/green24.css +0 -1
- package/dist/styles/insights.css +0 -1
- package/dist/styles/nac.css +0 -1
- package/dist/styles/ztnac.css +0 -1
- package/package.json +2 -2
- package/styleguide/assets/js/gnui.js +48 -19
- package/styleguide/assets/js/gnui.min.js +1 -1
- package/styleguide/assets/styles/default.css +0 -1
- package/styleguide/assets/styles/gpi.css +0 -1
- package/styleguide/assets/styles/green24.css +0 -1
- package/styleguide/assets/styles/insights.css +0 -1
- package/styleguide/assets/styles/nac.css +0 -1
- package/styleguide/assets/styles/ztnac.css +0 -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/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 +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(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 +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/MultiText(js)/index.html +1 -1
- package/styleguide/category/CONTROLS/Picklist(js)/index.html +1 -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 +1 -1
- package/styleguide/category/CONTROLS/Textarea/index.html +1 -1
- package/styleguide/category/CONTROLS/Time(js)/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 +1 -1
- package/styleguide/tag/v.0.1.0/index.html +1 -1
|
@@ -14821,7 +14821,6 @@ tag:
|
|
|
14821
14821
|
}
|
|
14822
14822
|
.gn-dropdown.is-open .dropdown-items {
|
|
14823
14823
|
display: block;
|
|
14824
|
-
max-width: 100%;
|
|
14825
14824
|
}
|
|
14826
14825
|
.gn-dropdown.is-top .dropdown-items {
|
|
14827
14826
|
top: auto;
|
|
@@ -14852,7 +14852,6 @@ tag:
|
|
|
14852
14852
|
}
|
|
14853
14853
|
.gn-dropdown.is-open .dropdown-items {
|
|
14854
14854
|
display: block;
|
|
14855
|
-
max-width: 100%;
|
|
14856
14855
|
}
|
|
14857
14856
|
.gn-dropdown.is-top .dropdown-items {
|
|
14858
14857
|
top: auto;
|
|
@@ -15407,7 +15407,6 @@ tag:
|
|
|
15407
15407
|
}
|
|
15408
15408
|
.gn-dropdown.is-open .dropdown-items {
|
|
15409
15409
|
display: block;
|
|
15410
|
-
max-width: 100%;
|
|
15411
15410
|
}
|
|
15412
15411
|
.gn-dropdown.is-top .dropdown-items {
|
|
15413
15412
|
top: auto;
|
|
@@ -14822,7 +14822,6 @@ tag:
|
|
|
14822
14822
|
}
|
|
14823
14823
|
.gn-dropdown.is-open .dropdown-items {
|
|
14824
14824
|
display: block;
|
|
14825
|
-
max-width: 100%;
|
|
14826
14825
|
}
|
|
14827
14826
|
.gn-dropdown.is-top .dropdown-items {
|
|
14828
14827
|
top: auto;
|
|
@@ -14860,7 +14860,6 @@ tag:
|
|
|
14860
14860
|
}
|
|
14861
14861
|
.gn-dropdown.is-open .dropdown-items {
|
|
14862
14862
|
display: block;
|
|
14863
|
-
max-width: 100%;
|
|
14864
14863
|
}
|
|
14865
14864
|
.gn-dropdown.is-top .dropdown-items {
|
|
14866
14865
|
top: auto;
|
|
@@ -15408,7 +15408,6 @@ tag:
|
|
|
15408
15408
|
}
|
|
15409
15409
|
.gn-dropdown.is-open .dropdown-items {
|
|
15410
15410
|
display: block;
|
|
15411
|
-
max-width: 100%;
|
|
15412
15411
|
}
|
|
15413
15412
|
.gn-dropdown.is-top .dropdown-items {
|
|
15414
15413
|
top: auto;
|
|
@@ -676,7 +676,7 @@ Gn<span class="token punctuation" >.</span><span class="token function" >create<
|
|
|
676
676
|
</div>
|
|
677
677
|
|
|
678
678
|
|
|
679
|
-
<footer class="aigis-footer">Last update at 2025/10/
|
|
679
|
+
<footer class="aigis-footer">Last update at 2025/10/28 23:12</footer>
|
|
680
680
|
</div>
|
|
681
681
|
</div>
|
|
682
682
|
</div>
|
|
@@ -463,7 +463,7 @@ Gn<span class="token punctuation" >.</span><span class="token function" >create<
|
|
|
463
463
|
</div>
|
|
464
464
|
|
|
465
465
|
|
|
466
|
-
<footer class="aigis-footer">Last update at 2025/10/
|
|
466
|
+
<footer class="aigis-footer">Last update at 2025/10/28 23:12</footer>
|
|
467
467
|
</div>
|
|
468
468
|
</div>
|
|
469
469
|
</div>
|
|
@@ -287,7 +287,7 @@ Gn<span class="token punctuation" >.</span><span class="token function" >create<
|
|
|
287
287
|
</div>
|
|
288
288
|
|
|
289
289
|
|
|
290
|
-
<footer class="aigis-footer">Last update at 2025/10/
|
|
290
|
+
<footer class="aigis-footer">Last update at 2025/10/28 23:12</footer>
|
|
291
291
|
</div>
|
|
292
292
|
</div>
|
|
293
293
|
</div>
|
|
@@ -507,7 +507,7 @@ Eu velit aliqua eiusmod eiusmod occaecat ullamco fugiat sunt occaecat excepteur.
|
|
|
507
507
|
</div>
|
|
508
508
|
|
|
509
509
|
|
|
510
|
-
<footer class="aigis-footer">Last update at 2025/10/
|
|
510
|
+
<footer class="aigis-footer">Last update at 2025/10/28 23:12</footer>
|
|
511
511
|
</div>
|
|
512
512
|
</div>
|
|
513
513
|
</div>
|
|
@@ -265,7 +265,7 @@ Gn<span class="token punctuation" >.</span><span class="token function" >create<
|
|
|
265
265
|
</div>
|
|
266
266
|
|
|
267
267
|
|
|
268
|
-
<footer class="aigis-footer">Last update at 2025/10/
|
|
268
|
+
<footer class="aigis-footer">Last update at 2025/10/28 23:12</footer>
|
|
269
269
|
</div>
|
|
270
270
|
</div>
|
|
271
271
|
</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 2025/10/
|
|
332
|
+
<footer class="aigis-footer">Last update at 2025/10/28 23:12</footer>
|
|
333
333
|
</div>
|
|
334
334
|
</div>
|
|
335
335
|
</div>
|