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.
Files changed (83) hide show
  1. package/@types/gnui.d.ts +0 -0
  2. package/README.md +0 -0
  3. package/assets/LICENSE_OFL.txt +0 -0
  4. package/assets/NotoSansCJKkr-Black.otf +0 -0
  5. package/assets/NotoSansCJKkr-Bold.otf +0 -0
  6. package/assets/NotoSansCJKkr-DemiLight.otf +0 -0
  7. package/assets/NotoSansCJKkr-Light.otf +0 -0
  8. package/assets/NotoSansCJKkr-Medium.otf +0 -0
  9. package/assets/NotoSansCJKkr-Regular.otf +0 -0
  10. package/assets/NotoSansCJKkr-Thin.otf +0 -0
  11. package/assets/NotoSansMonoCJKkr-Bold.otf +0 -0
  12. package/assets/NotoSansMonoCJKkr-Regular.otf +0 -0
  13. package/assets/README +0 -0
  14. package/dist/js/gnui.esm.js +2613 -312
  15. package/dist/js/gnui.js +2631 -317
  16. package/dist/js/gnui.min.js +1 -1
  17. package/dist/styles/default.css +2 -2
  18. package/dist/styles/gpi.css +2 -2
  19. package/dist/styles/insights.css +2 -2
  20. package/dist/styles/nac.css +2 -2
  21. package/dist/styles/zt-nac.css +2 -2
  22. package/package.json +4 -2
  23. package/styleguide/assets/components.js +163 -14
  24. package/styleguide/assets/guide.js +0 -0
  25. package/styleguide/assets/image.png +0 -0
  26. package/styleguide/assets/okadia.css +0 -0
  27. package/styleguide/assets/theme.css +1 -1
  28. package/styleguide/category/COLOR/index.html +3 -3
  29. package/styleguide/category/COMPONENT/Alert(js)/index.html +3 -3
  30. package/styleguide/category/COMPONENT/Bignumber/index.html +3 -3
  31. package/styleguide/category/COMPONENT/Breadcrumb/index.html +3 -3
  32. package/styleguide/category/COMPONENT/Calendar(js)/index.html +4 -5
  33. package/styleguide/category/COMPONENT/Card/index.html +3 -3
  34. package/styleguide/category/COMPONENT/Chart(js)/index.html +3 -3
  35. package/styleguide/category/COMPONENT/Datagrid(js)/index.html +3 -3
  36. package/styleguide/category/COMPONENT/Growl(js)/index.html +3 -3
  37. package/styleguide/category/COMPONENT/JsonView(js)/index.html +135 -8
  38. package/styleguide/category/COMPONENT/Message(js)/index.html +3 -3
  39. package/styleguide/category/COMPONENT/Modal(js)/index.html +54 -17
  40. package/styleguide/category/COMPONENT/Pagination/index.html +3 -3
  41. package/styleguide/category/COMPONENT/Panel/index.html +3 -3
  42. package/styleguide/category/COMPONENT/Progressbar(js)/index.html +3 -3
  43. package/styleguide/category/COMPONENT/Tab(js)/index.html +3 -3
  44. package/styleguide/category/COMPONENT/Tagcloud(js)/index.html +3 -3
  45. package/styleguide/category/COMPONENT/Time(js)/index.html +244 -0
  46. package/styleguide/category/COMPONENT/Tooltip(js)/index.html +3 -3
  47. package/styleguide/category/COMPONENT/Tree(js)/index.html +11 -6
  48. package/styleguide/category/CONTROLS/Button(js)/index.html +3 -3
  49. package/styleguide/category/CONTROLS/Checkbox/index.html +3 -3
  50. package/styleguide/category/CONTROLS/Colorpicker(js)/index.html +3 -3
  51. package/styleguide/category/CONTROLS/Datepicker(js)/index.html +3 -3
  52. package/styleguide/category/CONTROLS/Dropdown(js)/index.html +23 -9
  53. package/styleguide/category/CONTROLS/File/index.html +3 -3
  54. package/styleguide/category/CONTROLS/Form/Control/index.html +3 -3
  55. package/styleguide/category/CONTROLS/Form/Field/index.html +3 -3
  56. package/styleguide/category/CONTROLS/Form/Plain/index.html +3 -3
  57. package/styleguide/category/CONTROLS/Input/index.html +3 -3
  58. package/styleguide/category/CONTROLS/MenuButton(js)/index.html +3 -3
  59. package/styleguide/category/CONTROLS/MultiText(js)/index.html +11 -15
  60. package/styleguide/category/CONTROLS/Picklist(js)/index.html +52 -3
  61. package/styleguide/category/CONTROLS/Radio/index.html +3 -3
  62. package/styleguide/category/CONTROLS/Select/index.html +3 -3
  63. package/styleguide/category/CONTROLS/SelectButton(js)/index.html +3 -3
  64. package/styleguide/category/CONTROLS/Slider/index.html +3 -3
  65. package/styleguide/category/CONTROLS/Switch(js)/index.html +3 -3
  66. package/styleguide/category/CONTROLS/SyntaxInput(js)/index.html +483 -0
  67. package/styleguide/category/CONTROLS/Textarea/index.html +3 -3
  68. package/styleguide/category/ELEMENTS/Box/index.html +3 -3
  69. package/styleguide/category/ELEMENTS/Icon/index.html +3 -3
  70. package/styleguide/category/ELEMENTS/Image/index.html +3 -3
  71. package/styleguide/category/ELEMENTS/List/index.html +3 -3
  72. package/styleguide/category/ELEMENTS/Table/index.html +3 -3
  73. package/styleguide/category/ELEMENTS/Tag/index.html +3 -3
  74. package/styleguide/category/ELEMENTS/Title/index.html +3 -3
  75. package/styleguide/category/LAYOUT/Container/index.html +3 -3
  76. package/styleguide/category/LAYOUT/Grid/index.html +3 -3
  77. package/styleguide/category/LAYOUT/Splitter(js)/index.html +3 -3
  78. package/styleguide/category/UTILITY/index.html +3 -3
  79. package/styleguide/category/Utils/index.html +8 -18
  80. package/styleguide/color.html +2 -2
  81. package/styleguide/index.html +2 -2
  82. package/styleguide/tag/javascript/index.html +629 -60
  83. package/styleguide/tag/v.0.1.0/index.html +788 -92

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.