gnui 1.1.7 → 1.2.0
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 +195 -154
- package/README.md +9 -3
- package/assets/NotoSansKR-Black.otf +0 -0
- package/assets/NotoSansKR-Black.woff +0 -0
- package/assets/NotoSansKR-Black.woff2 +0 -0
- package/assets/NotoSansKR-Bold.otf +0 -0
- package/assets/NotoSansKR-Bold.woff +0 -0
- package/assets/NotoSansKR-Bold.woff2 +0 -0
- package/assets/NotoSansKR-DemiLight.otf +0 -0
- package/assets/NotoSansKR-DemiLight.woff +0 -0
- package/assets/NotoSansKR-DemiLight.woff2 +0 -0
- package/assets/NotoSansKR-Light.otf +0 -0
- package/assets/NotoSansKR-Light.woff +0 -0
- package/assets/NotoSansKR-Light.woff2 +0 -0
- package/assets/NotoSansKR-Medium.otf +0 -0
- package/assets/NotoSansKR-Medium.woff +0 -0
- package/assets/NotoSansKR-Medium.woff2 +0 -0
- package/assets/NotoSansKR-Regular.otf +0 -0
- package/assets/NotoSansKR-Regular.woff +0 -0
- package/assets/NotoSansKR-Regular.woff2 +0 -0
- package/assets/NotoSansKR-Thin.otf +0 -0
- package/assets/NotoSansKR-Thin.woff +0 -0
- package/assets/NotoSansKR-Thin.woff2 +0 -0
- package/assets/{LICENSE_OFL.txt → OFL.txt} +93 -92
- package/assets/images/flags.png +0 -0
- package/dist/js/gnui.esm.js +19752 -17625
- package/dist/js/gnui.js +19767 -17931
- package/dist/js/gnui.min.js +23 -1
- package/dist/styles/default.css +1 -3
- package/dist/styles/gpi.css +1 -3
- package/dist/styles/green24.css +1 -0
- package/dist/styles/insights.css +1 -3
- package/dist/styles/nac.css +1 -3
- package/dist/styles/ztnac.css +1 -0
- package/package.json +39 -30
- package/styleguide/assets/components.js +1031 -579
- package/styleguide/assets/guide.js +28 -26
- package/styleguide/assets/okadia.css +115 -117
- package/styleguide/assets/theme.css +140 -82
- package/styleguide/category/COLOR/index.html +75 -77
- package/styleguide/category/COMPONENT/Alert(js)/index.html +89 -92
- package/styleguide/category/COMPONENT/Bignumber/index.html +78 -82
- package/styleguide/category/COMPONENT/Breadcrumb/index.html +78 -82
- package/styleguide/category/COMPONENT/Calendar(js)/index.html +89 -92
- package/styleguide/category/COMPONENT/Card/index.html +78 -82
- package/styleguide/category/COMPONENT/Chart(js)/index.html +89 -92
- package/styleguide/category/COMPONENT/Datagrid(js)/index.html +354 -206
- package/styleguide/category/COMPONENT/Datalist(js)/index.html +471 -0
- package/styleguide/category/COMPONENT/Growl(js)/index.html +89 -92
- package/styleguide/category/COMPONENT/JsonView(js)/index.html +544 -246
- package/styleguide/category/{CONTROLS → COMPONENT}/MenuButton(js)/index.html +116 -92
- package/styleguide/category/COMPONENT/Message(js)/index.html +219 -95
- package/styleguide/category/COMPONENT/Modal(js)/index.html +128 -94
- package/styleguide/category/COMPONENT/Pagination/index.html +78 -82
- package/styleguide/category/COMPONENT/Panel/index.html +78 -82
- package/styleguide/category/COMPONENT/Progressbar(js)/index.html +89 -92
- package/styleguide/category/COMPONENT/Tab(js)/index.html +122 -93
- package/styleguide/category/COMPONENT/Tagcloud(js)/index.html +88 -89
- package/styleguide/category/COMPONENT/Tooltip(js)/index.html +175 -92
- package/styleguide/category/COMPONENT/Tree(js)/index.html +95 -92
- package/styleguide/category/CONTROLS/Button(js)/index.html +110 -95
- package/styleguide/category/CONTROLS/Checkbox/index.html +82 -86
- package/styleguide/category/CONTROLS/Colorpicker(js)/index.html +147 -93
- package/styleguide/category/CONTROLS/Datepicker(js)/index.html +124 -92
- package/styleguide/category/CONTROLS/Dropdown(js)/index.html +161 -132
- package/styleguide/category/CONTROLS/File/index.html +78 -82
- package/styleguide/category/CONTROLS/Form/Control/index.html +78 -82
- package/styleguide/category/CONTROLS/Form/Field/index.html +78 -82
- package/styleguide/category/CONTROLS/Form/Plain/index.html +78 -82
- package/styleguide/category/CONTROLS/Input/index.html +80 -84
- package/styleguide/category/CONTROLS/MultiText(js)/index.html +105 -92
- package/styleguide/category/CONTROLS/Picklist(js)/index.html +165 -141
- package/styleguide/category/CONTROLS/Radio/index.html +78 -82
- package/styleguide/category/CONTROLS/Select/index.html +80 -84
- package/styleguide/category/CONTROLS/SelectButton(js)/index.html +147 -92
- package/styleguide/category/CONTROLS/Slider/index.html +78 -82
- package/styleguide/category/CONTROLS/Switch(js)/index.html +105 -93
- package/styleguide/category/CONTROLS/SyntaxInput(js)/index.html +89 -92
- package/styleguide/category/CONTROLS/Textarea/index.html +78 -82
- package/styleguide/category/{COMPONENT → CONTROLS}/Time(js)/index.html +111 -92
- package/styleguide/category/ELEMENTS/Box/index.html +78 -82
- package/styleguide/category/ELEMENTS/Icon/index.html +122 -82
- package/styleguide/category/ELEMENTS/Image/index.html +78 -82
- package/styleguide/category/ELEMENTS/List/index.html +78 -82
- package/styleguide/category/ELEMENTS/Table/index.html +78 -82
- package/styleguide/category/ELEMENTS/Tag/index.html +78 -82
- package/styleguide/category/ELEMENTS/Title/index.html +78 -82
- package/styleguide/category/LAYOUT/Container/index.html +78 -82
- package/styleguide/category/LAYOUT/Grid/index.html +78 -82
- package/styleguide/category/LAYOUT/Splitter(js)/index.html +89 -92
- package/styleguide/category/UTILITY/index.html +80 -82
- package/styleguide/category/Utils/index.html +97 -71
- package/styleguide/color.html +66 -65
- package/styleguide/index.html +66 -65
- package/styleguide/tag/javascript/index.html +1984 -1011
- package/styleguide/tag/v.0.1.0/index.html +2730 -1568
- 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 -11
- package/dist/styles/zt-nac.css +0 -3
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gnui",
|
|
3
3
|
"description": "CSS framework for Genians",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.2.0",
|
|
5
|
+
"type": "module",
|
|
5
6
|
"main": "dist/js/gnui.js",
|
|
6
7
|
"types": "@types/gnui.d.ts",
|
|
7
8
|
"module": "dist/js/gnui.esm.js",
|
|
@@ -27,11 +28,13 @@
|
|
|
27
28
|
],
|
|
28
29
|
"scripts": {
|
|
29
30
|
"build": "npm install && npm run build-clean && npm run build-sass && npm run build-autoprefix && npm run build-ts && npm run docs",
|
|
30
|
-
"build-autoprefix": "postcss css/ --use autoprefixer --dir dist/styles",
|
|
31
|
+
"build-autoprefix": "postcss css/ --use autoprefixer --no-map --dir dist/styles",
|
|
31
32
|
"build-clean": "rimraf css styleguide dist",
|
|
32
33
|
"build-sass": "node-sass --output-style compressed theme/ -o css/",
|
|
33
34
|
"build-ts": "rollup -c",
|
|
34
35
|
"docs": "./node_modules/.bin/aigis run -c ./aigis_config.yml",
|
|
36
|
+
"prettier": "npx prettier --write .",
|
|
37
|
+
"eslint": "npx eslint --fix ./ts/**/*.{ts,tsx} ./template_docs/**/*.js",
|
|
35
38
|
"server": "http-server ./ -a localhost --port 9002 -s -o ./styleguide --watch",
|
|
36
39
|
"dev": "npm-watch"
|
|
37
40
|
},
|
|
@@ -73,40 +76,46 @@
|
|
|
73
76
|
},
|
|
74
77
|
"dependencies": {
|
|
75
78
|
"@babel/polyfill": "^7.8.3",
|
|
76
|
-
"@fortawesome/fontawesome-free": "^5.
|
|
77
|
-
"apexcharts": "^3.
|
|
78
|
-
"jsonpath": "^1.1.
|
|
79
|
-
"prismjs": "^1.
|
|
79
|
+
"@fortawesome/fontawesome-free": "^6.5.1",
|
|
80
|
+
"apexcharts": "^3.45.0",
|
|
81
|
+
"jsonpath": "^1.1.1",
|
|
82
|
+
"prismjs": "^1.29.0"
|
|
80
83
|
},
|
|
81
84
|
"devDependencies": {
|
|
82
|
-
"@babel/cli": "^7.
|
|
83
|
-
"@babel/core": "^7.
|
|
85
|
+
"@babel/cli": "^7.23.4",
|
|
86
|
+
"@babel/core": "^7.23.6",
|
|
84
87
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
85
|
-
"@babel/plugin-transform-react-jsx": "^7.
|
|
86
|
-
"@babel/preset-env": "^7.
|
|
87
|
-
"@
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
88
|
+
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
|
89
|
+
"@babel/preset-env": "^7.23.6",
|
|
90
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
91
|
+
"@rollup/plugin-commonjs": "^25.0.7",
|
|
92
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
93
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
94
|
+
"@types/node": "^20.10.5",
|
|
95
|
+
"@types/prismjs": "^1.26.3",
|
|
96
|
+
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
|
97
|
+
"@typescript-eslint/parser": "^6.15.0",
|
|
98
|
+
"autoprefixer": "^10.4.16",
|
|
99
|
+
"clean-css-cli": "^5.6.3",
|
|
100
|
+
"eslint": "^8.56.0",
|
|
101
|
+
"eslint-config-prettier": "^9.1.0",
|
|
102
|
+
"http-server": "^14.1.1",
|
|
91
103
|
"node-aigis": "^1.4.1",
|
|
92
|
-
"node-sass": "^
|
|
93
|
-
"npm-watch": "^0.
|
|
94
|
-
"postcss-cli": "^
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"rollup
|
|
98
|
-
"rollup-plugin-
|
|
99
|
-
"
|
|
100
|
-
"rollup-plugin-typescript2": "^0.27.1",
|
|
101
|
-
"rollup-plugin-uglify": "^6.0.4",
|
|
102
|
-
"snabbdom": "^0.7.4",
|
|
104
|
+
"node-sass": "^9.0.0",
|
|
105
|
+
"npm-watch": "^0.11.0",
|
|
106
|
+
"postcss-cli": "^11.0.0",
|
|
107
|
+
"prettier": "^3.1.1",
|
|
108
|
+
"rimraf": "^5.0.5",
|
|
109
|
+
"rollup": "^4.9.1",
|
|
110
|
+
"rollup-plugin-typescript2": "^0.36.0",
|
|
111
|
+
"snabbdom": "^3.5.1",
|
|
103
112
|
"snabbdom-pragma": "^2.8.0",
|
|
104
|
-
"tsc": "^
|
|
105
|
-
"tslib": "^
|
|
106
|
-
"typescript": "^3.
|
|
113
|
+
"tsc": "^2.0.4",
|
|
114
|
+
"tslib": "^2.6.2",
|
|
115
|
+
"typescript": "^5.3.3"
|
|
107
116
|
},
|
|
108
117
|
"engines": {
|
|
109
|
-
"node": "
|
|
110
|
-
"npm": "
|
|
118
|
+
"node": "20.11.0",
|
|
119
|
+
"npm": "10.2.4"
|
|
111
120
|
}
|
|
112
121
|
}
|