@coreui/coreui 2.1.10 → 2.1.16

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 (61) hide show
  1. package/CHANGELOG.md +395 -313
  2. package/README.md +150 -147
  3. package/dist/css/bootstrap.css.map +1 -1
  4. package/dist/css/coreui-standalone.css +138 -2
  5. package/dist/css/coreui-standalone.css.map +1 -1
  6. package/dist/css/coreui-standalone.min.css +2 -2
  7. package/dist/css/coreui-standalone.min.css.map +1 -1
  8. package/dist/css/coreui.css +138 -2
  9. package/dist/css/coreui.css.map +1 -1
  10. package/dist/css/coreui.min.css +2 -2
  11. package/dist/css/coreui.min.css.map +1 -1
  12. package/dist/js/coreui-utilities.js +205 -122
  13. package/dist/js/coreui-utilities.js.map +1 -1
  14. package/dist/js/coreui-utilities.min.js +2 -2
  15. package/dist/js/coreui-utilities.min.js.map +1 -1
  16. package/dist/js/coreui.js +295 -166
  17. package/dist/js/coreui.js.map +1 -1
  18. package/dist/js/coreui.min.js +2 -2
  19. package/dist/js/coreui.min.js.map +1 -1
  20. package/js/dist/ajax-load.js +9 -3
  21. package/js/dist/ajax-load.js.map +1 -1
  22. package/js/dist/aside-menu.js +9 -3
  23. package/js/dist/aside-menu.js.map +1 -1
  24. package/js/dist/index.js +1 -1
  25. package/js/dist/index.js.map +1 -1
  26. package/js/dist/sidebar.js +25 -7
  27. package/js/dist/sidebar.js.map +1 -1
  28. package/js/dist/toggle-classes.js +1 -1
  29. package/js/dist/toggle-classes.js.map +1 -1
  30. package/js/dist/utilities/get-color.js +1 -1
  31. package/js/dist/utilities/get-color.js.map +1 -1
  32. package/js/dist/utilities/get-css-custom-properties.js +1 -1
  33. package/js/dist/utilities/get-css-custom-properties.js.map +1 -1
  34. package/js/dist/utilities/get-style.js +1 -1
  35. package/js/dist/utilities/get-style.js.map +1 -1
  36. package/js/dist/utilities/hex-to-rgb.js +1 -1
  37. package/js/dist/utilities/hex-to-rgb.js.map +1 -1
  38. package/js/dist/utilities/hex-to-rgba.js +1 -1
  39. package/js/dist/utilities/hex-to-rgba.js.map +1 -1
  40. package/js/dist/utilities/rgb-to-hex.js +1 -1
  41. package/js/dist/utilities/rgb-to-hex.js.map +1 -1
  42. package/js/src/ajax-load.js +7 -2
  43. package/js/src/aside-menu.js +8 -3
  44. package/js/src/index.js +1 -1
  45. package/js/src/sidebar.js +27 -6
  46. package/js/src/toggle-classes.js +1 -1
  47. package/js/src/utilities/classes.js +1 -1
  48. package/js/src/utilities/get-color.js +1 -1
  49. package/js/src/utilities/get-css-custom-properties.js +1 -1
  50. package/js/src/utilities/get-style.js +1 -1
  51. package/js/src/utilities/hex-to-rgb.js +1 -1
  52. package/js/src/utilities/hex-to-rgba.js +1 -1
  53. package/js/src/utilities/rgb-to-hex.js +1 -1
  54. package/package.json +30 -30
  55. package/scss/_header.scss +1 -1
  56. package/scss/_layout.scss +24 -8
  57. package/scss/_navbar.scss +1 -1
  58. package/scss/_sidebar.scss +18 -2
  59. package/scss/_variables.scss +4 -0
  60. package/scss/coreui-standalone.scss +1 -1
  61. package/scss/coreui.scss +1 -1
package/README.md CHANGED
@@ -1,147 +1,150 @@
1
- [![npm package][npm-badge]][npm]
2
- [![NPM downloads][npm-download]][npm]
3
-
4
- [npm-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
5
- [npm-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
6
- [npm]: https://www.npmjs.com/package/@coreui/coreui
7
-
8
- # CoreUI - Free WebApp UI Kit built on top of Bootstrap 4 [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
9
-
10
- Please help us on [Product Hunt](https://www.producthunt.com/posts/coreui-open-source-bootstrap-4-admin-template-with-angular-2-react-js-vue-js-support) and [Designer News](https://www.designernews.co/stories/81127). Thanks in advance!
11
-
12
- Curious why I decided to create CoreUI? Please read this article: [Jack of all trades, master of none. Why Bootstrap Admin Templates suck.](https://medium.com/@lukaszholeczek/jack-of-all-trades-master-of-none-5ea53ef8a1f#.7eqx1bcd8)
13
-
14
- CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the fastest way to build modern dashboard for any platforms, browser or device. A complete Dashboard and WebApp UI Kit that allows you to quickly build eye-catching, high-quality, high-performance responsive applications using your framework of choice.
15
-
16
- ## Table of Contents
17
-
18
- * [Templates](#templates)
19
- * [Admin Templates built on top of CoreUI Pro](#admin-templates-built-on-top-of-coreui-pro)
20
- * [Installation](#installation)
21
- * [Usage](#usage)
22
- * [What's included](#whats-included)
23
- * [Documentation](#documentation)
24
- * [Contributing](#contributing)
25
- * [Versioning](#versioning)
26
- * [Creators](#creators)
27
- * [Community](#community)
28
- * [License](#license)
29
- * [Support CoreUI Development](#support-coreui-development)
30
-
31
- ## Templates
32
-
33
- * [CoreUI Free Bootstrap Admin Template](https://github.com/coreui/coreui-free-bootstrap-admin-template)
34
- * 💪 [CoreUI Pro Bootstrap Admin Template](https://coreui.io/pro/)
35
-
36
- ## Admin Templates built on top of CoreUI Pro
37
-
38
- | CoreUI Pro | Prime | Root | Alba | Leaf |
39
- | --- | --- | --- | --- | --- |
40
- | [![CoreUI Pro Admin Template](https://coreui.io/assets/img/example-coureui.jpg)](https://coreui.io/pro/) | [![Prime Admin Template](https://genesisui.com/assets/img/templates/prime1280.jpg)](https://genesisui.com/admin-templates/bootstrap/prime/?support=1) | [![Root Admin Template](https://genesisui.com/assets/img/templates/root1280.jpg)](https://genesisui.com/admin-templates/bootstrap/root/?support=1) | [![Alba Admin Template](https://genesisui.com/assets/img/templates/alba1280.jpg)](https://genesisui.com/admin-templates/bootstrap/alba/?support=1) | [![Leaf Admin Template](https://genesisui.com/assets/img/templates/leaf1280.jpg)](https://genesisui.com/admin-templates/bootstrap/leaf/?support=1)
41
-
42
-
43
- ## Installation
44
-
45
- Several options are available:
46
-
47
- ### Clone repo
48
-
49
- ``` bash
50
- $ git clone https://github.com/coreui/coreui.git
51
- ```
52
-
53
- ### NPM
54
-
55
- ``` bash
56
- $ npm install @coreui/coreui --save
57
- ```
58
-
59
- ### Yarn
60
-
61
- ``` bash
62
- $ yarn add @coreui/coreui@2.1.10
63
- ```
64
-
65
- ### Composer
66
-
67
- ``` bash
68
- $ composer require coreui/coreui:2.1.10
69
- ```
70
-
71
- ## Usage
72
-
73
- ### CSS
74
-
75
- Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets to load our CSS.
76
-
77
- ``` html
78
- <link rel="stylesheet" href="node_modules/@coreui/coreui/dist/css/coreui.min.css">
79
- ```
80
-
81
- ### JS
82
-
83
- Many of our components require the use of JavaScript to function. Specifically, they require [jQuery](https://jquery.com), [Popper.js](https://popper.js.org/), [Bootstrap](https://getbootstrap.com) and our own JavaScript plugins. Place the following `<script>`s near the end of your pages, right before the closing `</body>` tag, to enable them. jQuery must come first, then Popper.js, then Bootstrap, and then our JavaScript plugins.
84
-
85
- ``` html
86
- <script src="node_modules/jquery/dist/jquery.min.js"></script>
87
- <script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
88
- <script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
89
- <script src="node_modules/@coreui/coreui/dist/js/coreui.min.js"></script>
90
- ```
91
-
92
- ## What's included
93
-
94
- Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
95
-
96
- ```
97
- coreui/
98
- ├── build/
99
- ├── dist/
100
- ├── js/
101
- └── scss/
102
- ```
103
-
104
- ## Documentation
105
-
106
- The documentation for the CoreUI Free Bootstrap Admin Template is hosted at our website [CoreUI](https://coreui.io/)
107
-
108
- ## Contributing
109
-
110
- Please read through our [contributing guidelines](https://github.com/coreui/coreui/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
111
-
112
- Editor preferences are available in the [editor config](https://github.com/coreui/coreui/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at <http://editorconfig.org>.
113
-
114
- ## Versioning
115
-
116
- For transparency into our release cycle and in striving to maintain backward compatibility,CoreUI Free Admin Template is maintained under [the Semantic Versioning guidelines](http://semver.org/).
117
-
118
- See [the Releases section of our project](https://github.com/coreui/coreui/releases) for changelogs for each release version.
119
-
120
- ## Creators
121
-
122
- **Łukasz Holeczek**
123
-
124
- * <https://twitter.com/lukaszholeczek>
125
- * <https://github.com/mrholek>
126
-
127
- **Andrzej Kopański**
128
-
129
- * <https://github.com/xidedix>
130
-
131
- ## Community
132
-
133
- Get updates on CoreUI's development and chat with the project maintainers and community members.
134
-
135
- - Follow [@core_ui on Twitter](https://twitter.com/core_ui).
136
- - Read and subscribe to [CoreUI Blog](https://coreui.io/blog/).
137
-
138
- ## Copyright and license
139
-
140
- copyright 2018 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui/blob/master/LICENSE).
141
- There is only one limitation you can't can’t re-distribute the CoreUI as stock. You can’t do this if you modify the CoreUI. In past we faced some problems with persons who tried to sell CoreUI based templates.
142
-
143
- ## Support CoreUI Development
144
-
145
- CoreUI is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by donating on [PayPal](https://www.paypal.me/holeczek), buying [CoreUI Pro Version](https://coreui.io/pro) or buying one of our [premium admin templates](https://genesisui.com/?support=1).
146
-
147
- As of now I am exploring the possibility of working on CoreUI fulltime - if you are a business that is building core products using CoreUI, I am also open to conversations regarding custom sponsorship / consulting arrangements. Get in touch on [Twitter](https://twitter.com/lukaszholeczek).
1
+ [![NPM downloads][npm-download]][npm]
2
+ [![npm package][npm-badge]][npm]
3
+ [![npm-coreui-coreui-next][npm-coreui-coreui-next]][npm-coreui-coreui]
4
+
5
+ [npm-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
6
+ [npm-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
7
+ [npm]: https://www.npmjs.com/package/@coreui/coreui
8
+ [npm-coreui-coreui]: https://www.npmjs.com/package/@coreui/coreui
9
+ [npm-coreui-coreui-next]: https://img.shields.io/npm/v/@coreui/coreui/next.png?style=flat-square
10
+
11
+ # CoreUI - Free WebApp UI Kit built on top of Bootstrap 4 [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
12
+
13
+ Please help us on [Product Hunt](https://www.producthunt.com/posts/coreui-open-source-bootstrap-4-admin-template-with-angular-2-react-js-vue-js-support) and [Designer News](https://www.designernews.co/stories/81127). Thanks in advance!
14
+
15
+ Curious why I decided to create CoreUI? Please read this article: [Jack of all trades, master of none. Why Bootstrap Admin Templates suck.](https://medium.com/@lukaszholeczek/jack-of-all-trades-master-of-none-5ea53ef8a1f#.7eqx1bcd8)
16
+
17
+ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the fastest way to build modern dashboard for any platforms, browser or device. A complete Dashboard and WebApp UI Kit that allows you to quickly build eye-catching, high-quality, high-performance responsive applications using your framework of choice.
18
+
19
+ ## Table of Contents
20
+
21
+ * [Templates](#templates)
22
+ * [Admin Templates built on top of CoreUI Pro](#admin-templates-built-on-top-of-coreui-pro)
23
+ * [Installation](#installation)
24
+ * [Usage](#usage)
25
+ * [What's included](#whats-included)
26
+ * [Documentation](#documentation)
27
+ * [Contributing](#contributing)
28
+ * [Versioning](#versioning)
29
+ * [Creators](#creators)
30
+ * [Community](#community)
31
+ * [License](#license)
32
+ * [Support CoreUI Development](#support-coreui-development)
33
+
34
+ ## Templates
35
+
36
+ * [CoreUI Free Bootstrap Admin Template](https://github.com/coreui/coreui-free-bootstrap-admin-template)
37
+ * 💪 [CoreUI Pro Bootstrap Admin Template](https://coreui.io/pro/)
38
+
39
+ ## Admin Templates built on top of CoreUI Pro
40
+
41
+ | CoreUI Pro | Prime | Root | Alba | Leaf |
42
+ | --- | --- | --- | --- | --- |
43
+ | [![CoreUI Pro Admin Template](https://coreui.io/assets/img/example-coureui.jpg)](https://coreui.io/pro/) | [![Prime Admin Template](https://genesisui.com/assets/img/templates/prime1280.jpg)](https://genesisui.com/admin-templates/bootstrap/prime/?support=1) | [![Root Admin Template](https://genesisui.com/assets/img/templates/root1280.jpg)](https://genesisui.com/admin-templates/bootstrap/root/?support=1) | [![Alba Admin Template](https://genesisui.com/assets/img/templates/alba1280.jpg)](https://genesisui.com/admin-templates/bootstrap/alba/?support=1) | [![Leaf Admin Template](https://genesisui.com/assets/img/templates/leaf1280.jpg)](https://genesisui.com/admin-templates/bootstrap/leaf/?support=1)
44
+
45
+
46
+ ## Installation
47
+
48
+ Several options are available:
49
+
50
+ ### Clone repo
51
+
52
+ ``` bash
53
+ $ git clone https://github.com/coreui/coreui.git
54
+ ```
55
+
56
+ ### NPM
57
+
58
+ ``` bash
59
+ $ npm install @coreui/coreui --save
60
+ ```
61
+
62
+ ### Yarn
63
+
64
+ ``` bash
65
+ $ yarn add @coreui/coreui@2.1.16
66
+ ```
67
+
68
+ ### Composer
69
+
70
+ ``` bash
71
+ $ composer require coreui/coreui:2.1.16
72
+ ```
73
+
74
+ ## Usage
75
+
76
+ ### CSS
77
+
78
+ Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets to load our CSS.
79
+
80
+ ``` html
81
+ <link rel="stylesheet" href="node_modules/@coreui/coreui/dist/css/coreui.min.css">
82
+ ```
83
+
84
+ ### JS
85
+
86
+ Many of our components require the use of JavaScript to function. Specifically, they require [jQuery](https://jquery.com), [Popper.js](https://popper.js.org/), [Bootstrap](https://getbootstrap.com) and our own JavaScript plugins. Place the following `<script>`s near the end of your pages, right before the closing `</body>` tag, to enable them. jQuery must come first, then Popper.js, then Bootstrap, and then our JavaScript plugins.
87
+
88
+ ``` html
89
+ <script src="node_modules/jquery/dist/jquery.min.js"></script>
90
+ <script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
91
+ <script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
92
+ <script src="node_modules/@coreui/coreui/dist/js/coreui.min.js"></script>
93
+ ```
94
+
95
+ ## What's included
96
+
97
+ Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
98
+
99
+ ```
100
+ coreui/
101
+ ├── build/
102
+ ├── dist/
103
+ ├── js/
104
+ └── scss/
105
+ ```
106
+
107
+ ## Documentation
108
+
109
+ The documentation for the CoreUI Free Bootstrap Admin Template is hosted at our website [CoreUI](https://coreui.io/)
110
+
111
+ ## Contributing
112
+
113
+ Please read through our [contributing guidelines](https://github.com/coreui/coreui/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
114
+
115
+ Editor preferences are available in the [editor config](https://github.com/coreui/coreui/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at <http://editorconfig.org>.
116
+
117
+ ## Versioning
118
+
119
+ For transparency into our release cycle and in striving to maintain backward compatibility,CoreUI Free Admin Template is maintained under [the Semantic Versioning guidelines](http://semver.org/).
120
+
121
+ See [the Releases section of our project](https://github.com/coreui/coreui/releases) for changelogs for each release version.
122
+
123
+ ## Creators
124
+
125
+ **Łukasz Holeczek**
126
+
127
+ * <https://twitter.com/lukaszholeczek>
128
+ * <https://github.com/mrholek>
129
+
130
+ **Andrzej Kopański**
131
+
132
+ * <https://github.com/xidedix>
133
+
134
+ ## Community
135
+
136
+ Get updates on CoreUI's development and chat with the project maintainers and community members.
137
+
138
+ - Follow [@core_ui on Twitter](https://twitter.com/core_ui).
139
+ - Read and subscribe to [CoreUI Blog](https://coreui.io/blog/).
140
+
141
+ ## Copyright and license
142
+
143
+ copyright 2018 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui/blob/master/LICENSE).
144
+ There is only one limitation you can't can’t re-distribute the CoreUI as stock. You can’t do this if you modify the CoreUI. In past we faced some problems with persons who tried to sell CoreUI based templates.
145
+
146
+ ## Support CoreUI Development
147
+
148
+ CoreUI is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by donating on [PayPal](https://www.paypal.me/holeczek), buying [CoreUI Pro Version](https://coreui.io/pro) or buying one of our [premium admin templates](https://genesisui.com/?support=1).
149
+
150
+ As of now I am exploring the possibility of working on CoreUI fulltime - if you are a business that is building core products using CoreUI, I am also open to conversations regarding custom sponsorship / consulting arrangements. Get in touch on [Twitter](https://twitter.com/lukaszholeczek).