gnui 1.0.7 → 1.1.1
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 +0 -0
- package/README.md +0 -0
- package/assets/LICENSE_OFL.txt +0 -0
- package/assets/NotoSansCJKkr-Black.otf +0 -0
- package/assets/NotoSansCJKkr-Bold.otf +0 -0
- package/assets/NotoSansCJKkr-DemiLight.otf +0 -0
- package/assets/NotoSansCJKkr-Light.otf +0 -0
- package/assets/NotoSansCJKkr-Medium.otf +0 -0
- package/assets/NotoSansCJKkr-Regular.otf +0 -0
- package/assets/NotoSansCJKkr-Thin.otf +0 -0
- package/assets/NotoSansMonoCJKkr-Bold.otf +0 -0
- package/assets/NotoSansMonoCJKkr-Regular.otf +0 -0
- package/assets/README +0 -0
- package/dist/js/gnui.esm.js +2613 -312
- package/dist/js/gnui.js +2631 -317
- 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 +4 -2
- package/styleguide/assets/components.js +163 -14
- package/styleguide/assets/guide.js +0 -0
- package/styleguide/assets/image.png +0 -0
- package/styleguide/assets/okadia.css +0 -0
- package/styleguide/assets/theme.css +1 -1
- package/styleguide/category/COLOR/index.html +3 -3
- package/styleguide/category/COMPONENT/Alert(js)/index.html +3 -3
- package/styleguide/category/COMPONENT/Bignumber/index.html +3 -3
- package/styleguide/category/COMPONENT/Breadcrumb/index.html +3 -3
- package/styleguide/category/COMPONENT/Calendar(js)/index.html +4 -5
- package/styleguide/category/COMPONENT/Card/index.html +3 -3
- package/styleguide/category/COMPONENT/Chart(js)/index.html +3 -3
- package/styleguide/category/COMPONENT/Datagrid(js)/index.html +3 -3
- package/styleguide/category/COMPONENT/Growl(js)/index.html +3 -3
- package/styleguide/category/COMPONENT/JsonView(js)/index.html +135 -8
- package/styleguide/category/COMPONENT/Message(js)/index.html +3 -3
- package/styleguide/category/COMPONENT/Modal(js)/index.html +54 -17
- package/styleguide/category/COMPONENT/Pagination/index.html +3 -3
- package/styleguide/category/COMPONENT/Panel/index.html +3 -3
- package/styleguide/category/COMPONENT/Progressbar(js)/index.html +3 -3
- package/styleguide/category/COMPONENT/Tab(js)/index.html +3 -3
- package/styleguide/category/COMPONENT/Tagcloud(js)/index.html +3 -3
- package/styleguide/category/COMPONENT/Time(js)/index.html +244 -0
- package/styleguide/category/COMPONENT/Tooltip(js)/index.html +3 -3
- package/styleguide/category/COMPONENT/Tree(js)/index.html +11 -6
- package/styleguide/category/CONTROLS/Button(js)/index.html +3 -3
- package/styleguide/category/CONTROLS/Checkbox/index.html +3 -3
- package/styleguide/category/CONTROLS/Colorpicker(js)/index.html +3 -3
- package/styleguide/category/CONTROLS/Datepicker(js)/index.html +3 -3
- package/styleguide/category/CONTROLS/Dropdown(js)/index.html +23 -9
- package/styleguide/category/CONTROLS/File/index.html +3 -3
- package/styleguide/category/CONTROLS/Form/Control/index.html +3 -3
- package/styleguide/category/CONTROLS/Form/Field/index.html +3 -3
- package/styleguide/category/CONTROLS/Form/Plain/index.html +3 -3
- package/styleguide/category/CONTROLS/Input/index.html +3 -3
- package/styleguide/category/CONTROLS/MenuButton(js)/index.html +3 -3
- package/styleguide/category/CONTROLS/MultiText(js)/index.html +11 -15
- package/styleguide/category/CONTROLS/Picklist(js)/index.html +52 -3
- package/styleguide/category/CONTROLS/Radio/index.html +3 -3
- package/styleguide/category/CONTROLS/Select/index.html +3 -3
- package/styleguide/category/CONTROLS/SelectButton(js)/index.html +3 -3
- package/styleguide/category/CONTROLS/Slider/index.html +3 -3
- package/styleguide/category/CONTROLS/Switch(js)/index.html +3 -3
- package/styleguide/category/CONTROLS/SyntaxInput(js)/index.html +483 -0
- package/styleguide/category/CONTROLS/Textarea/index.html +3 -3
- package/styleguide/category/ELEMENTS/Box/index.html +3 -3
- package/styleguide/category/ELEMENTS/Icon/index.html +3 -3
- package/styleguide/category/ELEMENTS/Image/index.html +3 -3
- package/styleguide/category/ELEMENTS/List/index.html +3 -3
- package/styleguide/category/ELEMENTS/Table/index.html +3 -3
- package/styleguide/category/ELEMENTS/Tag/index.html +3 -3
- package/styleguide/category/ELEMENTS/Title/index.html +3 -3
- package/styleguide/category/LAYOUT/Container/index.html +3 -3
- package/styleguide/category/LAYOUT/Grid/index.html +3 -3
- package/styleguide/category/LAYOUT/Splitter(js)/index.html +3 -3
- package/styleguide/category/UTILITY/index.html +3 -3
- package/styleguide/category/Utils/index.html +8 -18
- package/styleguide/color.html +2 -2
- package/styleguide/index.html +2 -2
- package/styleguide/tag/javascript/index.html +629 -60
- package/styleguide/tag/v.0.1.0/index.html +788 -92
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gnui",
|
|
3
3
|
"description": "CSS framework for Genians",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"main": "dist/js/gnui.js",
|
|
6
6
|
"types": "@types/gnui.d.ts",
|
|
7
7
|
"module": "dist/js/gnui.esm.js",
|
|
@@ -75,7 +75,8 @@
|
|
|
75
75
|
"@babel/polyfill": "^7.8.3",
|
|
76
76
|
"@fortawesome/fontawesome-free": "^5.12.1",
|
|
77
77
|
"apexcharts": "^3.23.1",
|
|
78
|
-
"jsonpath": "^1.1.0"
|
|
78
|
+
"jsonpath": "^1.1.0",
|
|
79
|
+
"prismjs": "^1.24.1"
|
|
79
80
|
},
|
|
80
81
|
"devDependencies": {
|
|
81
82
|
"@babel/cli": "^7.8.4",
|
|
@@ -83,6 +84,7 @@
|
|
|
83
84
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
84
85
|
"@babel/plugin-transform-react-jsx": "^7.9.4",
|
|
85
86
|
"@babel/preset-env": "^7.8.4",
|
|
87
|
+
"@types/prismjs": "^1.16.6",
|
|
86
88
|
"autoprefixer": "^9.7.4",
|
|
87
89
|
"clean-css-cli": "^4.3.0",
|
|
88
90
|
"http-server": "^0.12.1",
|
|
@@ -41,12 +41,11 @@ var components = {
|
|
|
41
41
|
});
|
|
42
42
|
Gn.create('calendar', {
|
|
43
43
|
target: '.new-calendar1',
|
|
44
|
-
value: '2021-04-01 12:08:31',
|
|
45
44
|
onSelect: function (v) {
|
|
46
45
|
console.log('선택한 날짜: '+ v)
|
|
47
46
|
},
|
|
48
47
|
dateType: 'datetime',
|
|
49
|
-
max: '
|
|
48
|
+
max: '1M',
|
|
50
49
|
min: '-1M'
|
|
51
50
|
});
|
|
52
51
|
},
|
|
@@ -196,17 +195,21 @@ var components = {
|
|
|
196
195
|
Gn.create('dropdown', {
|
|
197
196
|
target: '.new-dropdown1',
|
|
198
197
|
className: 'is-top',
|
|
199
|
-
onChange: function(val, txt){
|
|
198
|
+
onChange: function(val, txt, values){
|
|
200
199
|
console.log('선택된 값은 [ ' + val + ' ]입니다.')
|
|
201
200
|
},
|
|
202
|
-
width: '
|
|
203
|
-
value: 'item2',
|
|
201
|
+
width: '150px',
|
|
202
|
+
value: 'item2,item5',
|
|
203
|
+
type: 'opened',
|
|
204
|
+
multiple: true,
|
|
204
205
|
data: [
|
|
205
206
|
{ value: 'item1', text: '항목1' },
|
|
206
207
|
{ value: 'item2', text: '항목2' },
|
|
207
208
|
{ value: 'item3', text: '항목3' },
|
|
208
209
|
{ value: 'item4', text: '항목4' },
|
|
209
|
-
{ value: 'item5', text: '항목5' }
|
|
210
|
+
{ value: 'item5', text: '항목5' },
|
|
211
|
+
{ value: 'item6', text: '항목6' },
|
|
212
|
+
{ value: 'item7', text: '항목7' }
|
|
210
213
|
]
|
|
211
214
|
});
|
|
212
215
|
Gn.create('dropdown', {
|
|
@@ -217,7 +220,7 @@ var components = {
|
|
|
217
220
|
textSets: {
|
|
218
221
|
selectText: '골라라'
|
|
219
222
|
},
|
|
220
|
-
value: '
|
|
223
|
+
value: 'item2',
|
|
221
224
|
hasSearch: true,
|
|
222
225
|
color: 'danger'
|
|
223
226
|
});
|
|
@@ -229,7 +232,7 @@ var components = {
|
|
|
229
232
|
{ value: 'item3', text: '항목3' },
|
|
230
233
|
{ value: 'item4', text: '항목4' },
|
|
231
234
|
{ value: 'item5', text: '항목5', html: '<p><strong>text</strong>가 있는 항목은 선택 시 <u>text</u>로 대체됩니다.</p>' },
|
|
232
|
-
{ value: '
|
|
235
|
+
{ value: 'item6', html: '<p><strong>text</strong>가 없는 항목은 <u>선택</u>할 수 없습니다.</p>' }
|
|
233
236
|
],
|
|
234
237
|
width: 150,
|
|
235
238
|
scrollHeight: 100
|
|
@@ -496,6 +499,11 @@ var components = {
|
|
|
496
499
|
}
|
|
497
500
|
},
|
|
498
501
|
datas: {
|
|
502
|
+
$ref: '#/$defs/Datas'
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
$defs: {
|
|
506
|
+
Datas: {
|
|
499
507
|
Type: "array",
|
|
500
508
|
Disp: "추가 데이터 정보",
|
|
501
509
|
Items: {
|
|
@@ -581,7 +589,6 @@ var components = {
|
|
|
581
589
|
target: '.new-rawview',
|
|
582
590
|
data: '{"_id": "d3185f78-7221-103a-8002-0272452c0706","_type": "aws","test1": 1234,"test2": 1231.23,"nodes" : {"obj1":"value","obj2":123},"datas": [{"field1":"test1","field2":123,"datas":["data1","data2"]},{"field1":"test2","field2":321,"datas":["data3","data4"]}]}'
|
|
583
591
|
});
|
|
584
|
-
|
|
585
592
|
Gn.create('jsonview', {
|
|
586
593
|
target: '.add-jsonview',
|
|
587
594
|
schema: {
|
|
@@ -609,7 +616,8 @@ var components = {
|
|
|
609
616
|
target: '.type-string',
|
|
610
617
|
schema: {
|
|
611
618
|
Type: 'string',
|
|
612
|
-
RefURL: 'http://www.genians.com'
|
|
619
|
+
RefURL: 'http://www.genians.com',
|
|
620
|
+
Target: '_blank'
|
|
613
621
|
},
|
|
614
622
|
data: '다람쥐 헌 쳇바퀴'
|
|
615
623
|
});
|
|
@@ -719,12 +727,12 @@ var components = {
|
|
|
719
727
|
Items: {
|
|
720
728
|
Type: 'object',
|
|
721
729
|
Properties: {
|
|
722
|
-
'data-string': {
|
|
730
|
+
'$["data-string"]': {
|
|
723
731
|
Type: 'string',
|
|
724
732
|
Disp: '물품명',
|
|
725
733
|
Description: 'product name'
|
|
726
734
|
},
|
|
727
|
-
'data-number': {
|
|
735
|
+
'$["data-number"]': {
|
|
728
736
|
Type: 'number',
|
|
729
737
|
Disp: '재고'
|
|
730
738
|
}
|
|
@@ -739,6 +747,104 @@ var components = {
|
|
|
739
747
|
'data-number': 34
|
|
740
748
|
}]
|
|
741
749
|
});
|
|
750
|
+
Gn.create('jsonview', {
|
|
751
|
+
target: '.path-key',
|
|
752
|
+
schema: {
|
|
753
|
+
Type: "array",
|
|
754
|
+
Items: {
|
|
755
|
+
Type: "object",
|
|
756
|
+
Properties: {
|
|
757
|
+
'$.COLLECTOR._id': {
|
|
758
|
+
Type: "string",
|
|
759
|
+
Disp: "인스턴스ID"
|
|
760
|
+
},
|
|
761
|
+
'$.COLLECTOR._type': {
|
|
762
|
+
Type: "string",
|
|
763
|
+
Disp: "타입"
|
|
764
|
+
},
|
|
765
|
+
'$.COLLECTOR.nodes.obj2': {
|
|
766
|
+
Type: "number",
|
|
767
|
+
Disp: "No"
|
|
768
|
+
},
|
|
769
|
+
'$.COLLECTOR.datas.datas': {
|
|
770
|
+
$ref: '#/$defs/Datas'
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
$defs: {
|
|
775
|
+
Datas: {
|
|
776
|
+
Type: "array",
|
|
777
|
+
Disp: "Datas",
|
|
778
|
+
Items: {
|
|
779
|
+
Type: "object",
|
|
780
|
+
Properties: {
|
|
781
|
+
field1: {
|
|
782
|
+
Type: "string",
|
|
783
|
+
Disp: '필드1'
|
|
784
|
+
},
|
|
785
|
+
field2: {
|
|
786
|
+
Type: "number",
|
|
787
|
+
Disp: '필드2'
|
|
788
|
+
},
|
|
789
|
+
field3: {
|
|
790
|
+
Type: "string",
|
|
791
|
+
Disp: '필드3'
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
data: [{
|
|
799
|
+
COLLECTOR: {
|
|
800
|
+
_id: 'data-1-id',
|
|
801
|
+
_type: 'collector',
|
|
802
|
+
test1: 0,
|
|
803
|
+
test2: 0,
|
|
804
|
+
nodes: {
|
|
805
|
+
obj1: '',
|
|
806
|
+
obj2: 0
|
|
807
|
+
},
|
|
808
|
+
datas: {
|
|
809
|
+
field1: 'data-1',
|
|
810
|
+
field2: 0,
|
|
811
|
+
datas: [{
|
|
812
|
+
field1: 'data-1',
|
|
813
|
+
field2: 0,
|
|
814
|
+
field3: 'data-1'
|
|
815
|
+
}, {
|
|
816
|
+
field1: 'data-1',
|
|
817
|
+
field2: 0,
|
|
818
|
+
field3: 'data-1'
|
|
819
|
+
}]
|
|
820
|
+
}
|
|
821
|
+
}
|
|
822
|
+
}, {
|
|
823
|
+
COLLECTOR: {
|
|
824
|
+
_id: 'data-2-id',
|
|
825
|
+
_type: 'collector',
|
|
826
|
+
test1: 1,
|
|
827
|
+
test2: 1,
|
|
828
|
+
nodes: {
|
|
829
|
+
obj1: '',
|
|
830
|
+
obj2: 1
|
|
831
|
+
},
|
|
832
|
+
datas: {
|
|
833
|
+
field1: 'data-2',
|
|
834
|
+
field2: 1,
|
|
835
|
+
datas: [{
|
|
836
|
+
field1: 'data-2',
|
|
837
|
+
field2: 1,
|
|
838
|
+
field3: 'data-2'
|
|
839
|
+
},{
|
|
840
|
+
field1: 'data-2',
|
|
841
|
+
field2: 1,
|
|
842
|
+
field3: 'data-2'
|
|
843
|
+
}]
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
}]
|
|
847
|
+
});
|
|
742
848
|
},
|
|
743
849
|
Message: function(){
|
|
744
850
|
Gn.create('button', {
|
|
@@ -812,7 +918,9 @@ var components = {
|
|
|
812
918
|
textSets : { title: '새로운 팝업' },
|
|
813
919
|
contents: '<table class="gn-table is-full"><tr><td>1</td><td>2</td><td>3</td><td>4</td></tr><tr class="is-primary-light"><td>5</td><td>6</td><td class="is-primary">7</td><td>8</td></tr><tr><td>9</td><td>10</td><td>11</td><td>12</td></tr><tr><td>13</td><td>14</td><td>15</td><td>16</td></tr></table>',
|
|
814
920
|
isModal: false,
|
|
815
|
-
draggable: true
|
|
921
|
+
draggable: true,
|
|
922
|
+
minimized: true,
|
|
923
|
+
resizable: true
|
|
816
924
|
});
|
|
817
925
|
}
|
|
818
926
|
});
|
|
@@ -853,7 +961,8 @@ var components = {
|
|
|
853
961
|
height: 180,
|
|
854
962
|
onChange: function(s,t){
|
|
855
963
|
console.log(s, t)
|
|
856
|
-
}
|
|
964
|
+
},
|
|
965
|
+
orderable: 'target'
|
|
857
966
|
});
|
|
858
967
|
Gn.create('picklist', {
|
|
859
968
|
target: '.new-picklist-v',
|
|
@@ -949,6 +1058,28 @@ var components = {
|
|
|
949
1058
|
onToggle: function(e){ console.log('toggle 이벤트'); }
|
|
950
1059
|
})
|
|
951
1060
|
},
|
|
1061
|
+
SyntaxInput: function(){
|
|
1062
|
+
Gn.create('syntaxinput', {
|
|
1063
|
+
target: '.syntaxInput'
|
|
1064
|
+
});
|
|
1065
|
+
Gn.create('syntaxinput', {
|
|
1066
|
+
target: '.syntaxInput2',
|
|
1067
|
+
multiple: true,
|
|
1068
|
+
usetab: true
|
|
1069
|
+
});
|
|
1070
|
+
Gn.create('syntaxinput', {
|
|
1071
|
+
target: '.syntaxInput3',
|
|
1072
|
+
type: 'custom',
|
|
1073
|
+
patterns: {
|
|
1074
|
+
constant: {
|
|
1075
|
+
pattern: /\w+:?(?=\/)/gm
|
|
1076
|
+
},
|
|
1077
|
+
keyword: {
|
|
1078
|
+
pattern: /[^/]*$/gm
|
|
1079
|
+
}
|
|
1080
|
+
}
|
|
1081
|
+
});
|
|
1082
|
+
},
|
|
952
1083
|
Tab: function(){
|
|
953
1084
|
Gn.create('tab', {
|
|
954
1085
|
target: '#newTab',
|
|
@@ -1039,6 +1170,24 @@ var components = {
|
|
|
1039
1170
|
direction: 'right-bottom'
|
|
1040
1171
|
});
|
|
1041
1172
|
},
|
|
1173
|
+
Time: function(){
|
|
1174
|
+
Gn.create('time', {
|
|
1175
|
+
target: '.new-time',
|
|
1176
|
+
onChange: function(time){
|
|
1177
|
+
console.log(time)
|
|
1178
|
+
},
|
|
1179
|
+
value: '22:33:44'
|
|
1180
|
+
});
|
|
1181
|
+
Gn.create('time', {
|
|
1182
|
+
target: '.new-time2',
|
|
1183
|
+
timeFormat: 'hh:mm',
|
|
1184
|
+
onChange: function(time){
|
|
1185
|
+
console.log(time)
|
|
1186
|
+
},
|
|
1187
|
+
value: '6:2',
|
|
1188
|
+
hasControls: false
|
|
1189
|
+
});
|
|
1190
|
+
},
|
|
1042
1191
|
Tree: function(){
|
|
1043
1192
|
Gn.create('tree', {
|
|
1044
1193
|
target: '.new-tree1',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
window.Gn = window.gnui;
|
|
50
50
|
|
|
51
51
|
Gn.ready(function(){
|
|
52
|
-
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
52
|
+
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,COMPONENT/Panel,COMPONENT/Progressbar(js),COMPONENT/Tab(js),COMPONENT/Tagcloud(js),COMPONENT/Time(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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/SyntaxInput(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
53
53
|
var jsComps = ''.split(',');
|
|
54
54
|
delete leftMenu.Utils;
|
|
55
55
|
Gn.util.append('.left-menu', renderTree(leftMenu));
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
COLOR
|
|
119
119
|
</h2>
|
|
120
120
|
<div class="aigis-module__filepath">
|
|
121
|
-
/scss
|
|
121
|
+
/scss/components/color.scss
|
|
122
122
|
</div>
|
|
123
123
|
<div class="aigis-tags">
|
|
124
124
|
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
|
|
149
|
-
<footer class="aigis-footer">Last update at 2021/
|
|
149
|
+
<footer class="aigis-footer">Last update at 2021/12/30 10:35</footer>
|
|
150
150
|
</div>
|
|
151
151
|
</div>
|
|
152
152
|
</div>
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
window.Gn = window.gnui;
|
|
50
50
|
|
|
51
51
|
Gn.ready(function(){
|
|
52
|
-
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
52
|
+
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,COMPONENT/Panel,COMPONENT/Progressbar(js),COMPONENT/Tab(js),COMPONENT/Tagcloud(js),COMPONENT/Time(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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/SyntaxInput(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
53
53
|
var jsComps = ''.split(',');
|
|
54
54
|
delete leftMenu.Utils;
|
|
55
55
|
Gn.util.append('.left-menu', renderTree(leftMenu));
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
Alert
|
|
119
119
|
</h2>
|
|
120
120
|
<div class="aigis-module__filepath">
|
|
121
|
-
/scss
|
|
121
|
+
/scss/components/alert.scss
|
|
122
122
|
</div>
|
|
123
123
|
<div class="aigis-tags">
|
|
124
124
|
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
|
|
410
410
|
|
|
411
411
|
|
|
412
|
-
<footer class="aigis-footer">Last update at 2021/
|
|
412
|
+
<footer class="aigis-footer">Last update at 2021/12/30 10:35</footer>
|
|
413
413
|
</div>
|
|
414
414
|
</div>
|
|
415
415
|
</div>
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
window.Gn = window.gnui;
|
|
50
50
|
|
|
51
51
|
Gn.ready(function(){
|
|
52
|
-
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
52
|
+
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,COMPONENT/Panel,COMPONENT/Progressbar(js),COMPONENT/Tab(js),COMPONENT/Tagcloud(js),COMPONENT/Time(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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/SyntaxInput(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
53
53
|
var jsComps = ''.split(',');
|
|
54
54
|
delete leftMenu.Utils;
|
|
55
55
|
Gn.util.append('.left-menu', renderTree(leftMenu));
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
Bignumber
|
|
119
119
|
</h2>
|
|
120
120
|
<div class="aigis-module__filepath">
|
|
121
|
-
/scss
|
|
121
|
+
/scss/components/bignumber.scss
|
|
122
122
|
</div>
|
|
123
123
|
<div class="aigis-tags">
|
|
124
124
|
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
|
|
262
262
|
|
|
263
263
|
|
|
264
|
-
<footer class="aigis-footer">Last update at 2021/
|
|
264
|
+
<footer class="aigis-footer">Last update at 2021/12/30 10:35</footer>
|
|
265
265
|
</div>
|
|
266
266
|
</div>
|
|
267
267
|
</div>
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
window.Gn = window.gnui;
|
|
50
50
|
|
|
51
51
|
Gn.ready(function(){
|
|
52
|
-
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
52
|
+
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,COMPONENT/Panel,COMPONENT/Progressbar(js),COMPONENT/Tab(js),COMPONENT/Tagcloud(js),COMPONENT/Time(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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/SyntaxInput(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
53
53
|
var jsComps = ''.split(',');
|
|
54
54
|
delete leftMenu.Utils;
|
|
55
55
|
Gn.util.append('.left-menu', renderTree(leftMenu));
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
Breadcrumb
|
|
119
119
|
</h2>
|
|
120
120
|
<div class="aigis-module__filepath">
|
|
121
|
-
/scss
|
|
121
|
+
/scss/components/breadcrumb.scss
|
|
122
122
|
</div>
|
|
123
123
|
<div class="aigis-tags">
|
|
124
124
|
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
|
|
317
317
|
|
|
318
318
|
|
|
319
|
-
<footer class="aigis-footer">Last update at 2021/
|
|
319
|
+
<footer class="aigis-footer">Last update at 2021/12/30 10:35</footer>
|
|
320
320
|
</div>
|
|
321
321
|
</div>
|
|
322
322
|
</div>
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
window.Gn = window.gnui;
|
|
50
50
|
|
|
51
51
|
Gn.ready(function(){
|
|
52
|
-
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
52
|
+
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,COMPONENT/Panel,COMPONENT/Progressbar(js),COMPONENT/Tab(js),COMPONENT/Tagcloud(js),COMPONENT/Time(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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/SyntaxInput(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
53
53
|
var jsComps = ''.split(',');
|
|
54
54
|
delete leftMenu.Utils;
|
|
55
55
|
Gn.util.append('.left-menu', renderTree(leftMenu));
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
Calendar
|
|
119
119
|
</h2>
|
|
120
120
|
<div class="aigis-module__filepath">
|
|
121
|
-
/scss
|
|
121
|
+
/scss/components/calendar.scss
|
|
122
122
|
</div>
|
|
123
123
|
<div class="aigis-tags">
|
|
124
124
|
|
|
@@ -163,12 +163,11 @@
|
|
|
163
163
|
}<span class="token punctuation" >)</span><span class="token comment" spellcheck="true">;</span>
|
|
164
164
|
Gn<span class="token punctuation" >.</span><span class="token function" >create</span><span class="token punctuation" >(</span><span class="token string" >'calendar'</span><span class="token punctuation" >,</span> {
|
|
165
165
|
target<span class="token punctuation" >:</span> <span class="token string" >'.new-calendar1'</span><span class="token punctuation" >,</span>
|
|
166
|
-
value<span class="token punctuation" >:</span> <span class="token string" >'2021-04-01 12:08:31'</span><span class="token punctuation" >,</span>
|
|
167
166
|
onSelect<span class="token punctuation" >:</span> function <span class="token punctuation" >(</span>v<span class="token punctuation" >)</span> {
|
|
168
167
|
console<span class="token punctuation" >.</span><span class="token function" >log</span><span class="token punctuation" >(</span><span class="token string" >'선택한 날짜: '</span><span class="token operator" >+</span> v<span class="token punctuation" >)</span>
|
|
169
168
|
}<span class="token punctuation" >,</span>
|
|
170
169
|
dateType<span class="token punctuation" >:</span> <span class="token string" >'datetime'</span><span class="token punctuation" >,</span>
|
|
171
|
-
max<span class="token punctuation" >:</span> <span class="token string" >'
|
|
170
|
+
max<span class="token punctuation" >:</span> <span class="token string" >'1M'</span><span class="token punctuation" >,</span>
|
|
172
171
|
min<span class="token punctuation" >:</span> <span class="token string" >'-1M'</span>
|
|
173
172
|
}<span class="token punctuation" >)</span><span class="token comment" spellcheck="true">;</span>
|
|
174
173
|
</code></pre><table class="gn-table is-full is-border">
|
|
@@ -228,7 +227,7 @@
|
|
|
228
227
|
|
|
229
228
|
|
|
230
229
|
|
|
231
|
-
<footer class="aigis-footer">Last update at 2021/
|
|
230
|
+
<footer class="aigis-footer">Last update at 2021/12/30 10:35</footer>
|
|
232
231
|
</div>
|
|
233
232
|
</div>
|
|
234
233
|
</div>
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
window.Gn = window.gnui;
|
|
50
50
|
|
|
51
51
|
Gn.ready(function(){
|
|
52
|
-
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
52
|
+
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,COMPONENT/Panel,COMPONENT/Progressbar(js),COMPONENT/Tab(js),COMPONENT/Tagcloud(js),COMPONENT/Time(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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/SyntaxInput(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
53
53
|
var jsComps = ''.split(',');
|
|
54
54
|
delete leftMenu.Utils;
|
|
55
55
|
Gn.util.append('.left-menu', renderTree(leftMenu));
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
Card
|
|
119
119
|
</h2>
|
|
120
120
|
<div class="aigis-module__filepath">
|
|
121
|
-
/scss
|
|
121
|
+
/scss/components/card.scss
|
|
122
122
|
</div>
|
|
123
123
|
<div class="aigis-tags">
|
|
124
124
|
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
|
|
179
|
-
<footer class="aigis-footer">Last update at 2021/
|
|
179
|
+
<footer class="aigis-footer">Last update at 2021/12/30 10:35</footer>
|
|
180
180
|
</div>
|
|
181
181
|
</div>
|
|
182
182
|
</div>
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
window.Gn = window.gnui;
|
|
50
50
|
|
|
51
51
|
Gn.ready(function(){
|
|
52
|
-
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
52
|
+
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,COMPONENT/Panel,COMPONENT/Progressbar(js),COMPONENT/Tab(js),COMPONENT/Tagcloud(js),COMPONENT/Time(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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/SyntaxInput(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
53
53
|
var jsComps = ''.split(',');
|
|
54
54
|
delete leftMenu.Utils;
|
|
55
55
|
Gn.util.append('.left-menu', renderTree(leftMenu));
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
Chart
|
|
119
119
|
</h2>
|
|
120
120
|
<div class="aigis-module__filepath">
|
|
121
|
-
/scss
|
|
121
|
+
/scss/components/chart.scss
|
|
122
122
|
</div>
|
|
123
123
|
<div class="aigis-tags">
|
|
124
124
|
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
|
|
547
547
|
|
|
548
548
|
|
|
549
|
-
<footer class="aigis-footer">Last update at 2021/
|
|
549
|
+
<footer class="aigis-footer">Last update at 2021/12/30 10:35</footer>
|
|
550
550
|
</div>
|
|
551
551
|
</div>
|
|
552
552
|
</div>
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
window.Gn = window.gnui;
|
|
50
50
|
|
|
51
51
|
Gn.ready(function(){
|
|
52
|
-
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
52
|
+
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,COMPONENT/Panel,COMPONENT/Progressbar(js),COMPONENT/Tab(js),COMPONENT/Tagcloud(js),COMPONENT/Time(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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/SyntaxInput(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
53
53
|
var jsComps = ''.split(',');
|
|
54
54
|
delete leftMenu.Utils;
|
|
55
55
|
Gn.util.append('.left-menu', renderTree(leftMenu));
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
Datagrid
|
|
119
119
|
</h2>
|
|
120
120
|
<div class="aigis-module__filepath">
|
|
121
|
-
/scss
|
|
121
|
+
/scss/components/datagrid.scss
|
|
122
122
|
</div>
|
|
123
123
|
<div class="aigis-tags">
|
|
124
124
|
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
|
|
534
534
|
|
|
535
535
|
|
|
536
|
-
<footer class="aigis-footer">Last update at 2021/
|
|
536
|
+
<footer class="aigis-footer">Last update at 2021/12/30 10:35</footer>
|
|
537
537
|
</div>
|
|
538
538
|
</div>
|
|
539
539
|
</div>
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
window.Gn = window.gnui;
|
|
50
50
|
|
|
51
51
|
Gn.ready(function(){
|
|
52
|
-
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
52
|
+
var leftMenu = setTree('COLOR,COMPONENT/Alert(js),COMPONENT/Bignumber,COMPONENT/Breadcrumb,COMPONENT/Calendar(js),COMPONENT/Card,COMPONENT/Chart(js),COMPONENT/Datagrid(js),COMPONENT/Growl(js),COMPONENT/JsonView(js),COMPONENT/Message(js),COMPONENT/Modal(js),COMPONENT/Pagination,COMPONENT/Panel,COMPONENT/Progressbar(js),COMPONENT/Tab(js),COMPONENT/Tagcloud(js),COMPONENT/Time(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/MenuButton(js),CONTROLS/MultiText(js),CONTROLS/Picklist(js),CONTROLS/Radio,CONTROLS/Select,CONTROLS/SelectButton(js),CONTROLS/Slider,CONTROLS/Switch(js),CONTROLS/SyntaxInput(js),CONTROLS/Textarea,ELEMENTS/Box,ELEMENTS/Icon,ELEMENTS/Image,ELEMENTS/List,ELEMENTS/Table,ELEMENTS/Tag,ELEMENTS/Title,LAYOUT/Container,LAYOUT/Grid,LAYOUT/Splitter(js),UTILITY,Utils'.split(','));
|
|
53
53
|
var jsComps = ''.split(',');
|
|
54
54
|
delete leftMenu.Utils;
|
|
55
55
|
Gn.util.append('.left-menu', renderTree(leftMenu));
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
Growl
|
|
119
119
|
</h2>
|
|
120
120
|
<div class="aigis-module__filepath">
|
|
121
|
-
/scss
|
|
121
|
+
/scss/components/growl.scss
|
|
122
122
|
</div>
|
|
123
123
|
<div class="aigis-tags">
|
|
124
124
|
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
|
|
277
277
|
|
|
278
278
|
|
|
279
|
-
<footer class="aigis-footer">Last update at 2021/
|
|
279
|
+
<footer class="aigis-footer">Last update at 2021/12/30 10:35</footer>
|
|
280
280
|
</div>
|
|
281
281
|
</div>
|
|
282
282
|
</div>
|