From 72f6c4e86f133c230bcd82018517c6218eeafe49 Mon Sep 17 00:00:00 2001 From: woothu <32914662+woothu@users.noreply.github.com> Date: Wed, 11 Dec 2019 16:59:26 +0100 Subject: [PATCH] chore: 3.0.0-beta.3 release: update descriptions, tests, dependencies --- CONTRIBUTING.md | 42 +- ISSUE_TEMPLATE.md | 9 +- README.md | 181 +- package-lock.json | 310 +- package.json | 22 +- tests/unit/views/icons/Brands.spec.js | 6 +- tests/unit/views/icons/CoreUIIcons.spec.js | 4 - tests/unit/views/icons/Flags.spec.js | 4 - .../icons/__snapshots__/Brands.spec.js.snap | 14981 ---------------- .../__snapshots__/CoreUIIcons.spec.js.snap | 7583 -------- .../icons/__snapshots__/Flags.spec.js.snap | 2970 --- 11 files changed, 277 insertions(+), 25835 deletions(-) delete mode 100644 tests/unit/views/icons/__snapshots__/Brands.spec.js.snap delete mode 100644 tests/unit/views/icons/__snapshots__/CoreUIIcons.spec.js.snap delete mode 100644 tests/unit/views/icons/__snapshots__/Flags.spec.js.snap diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c916f9ec..e2c3c8a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ -# Contributing to CoreUI Free Bootstrap Admin Template +# Contributing to CoreUI Vue Admin Template -Looking to contribute something to CoreUI Free Bootstrap Admin Template? **Here's how you can help.** +Looking to contribute something? **Here's how you can help.** Please take a moment to review this document in order to make the contribution process easy and effective for everyone involved. @@ -8,15 +8,22 @@ Following these guidelines helps to communicate that you respect the time of the ## Using the issue tracker -The [issue tracker](https://github.com/coreui/coreui-free-vue-bootstrap-admin-template/issues) is the preferred channel for [bug reports](#bug-reports), [features requests](#feature-requests) and [submitting pull requests](#pull-requests), but please respect the following restrictions: +The [issue tracker](https://github.com/coreui/coreui-free-vue-admin-template/issues) is the preferred channel for [bug reports](#bug-reports), [features requests](#feature-requests) and [submitting pull requests](#pull-requests), but please respect the following restrictions: -* Please **do not** use the issue tracker for personal support requests. +- Please **do not** use the issue tracker for personal support requests. -* Please **do not** post comments consisting solely of "+1" or ":thumbsup:". +- Please **do not** post comments consisting solely of "+1" or ":thumbsup:". Use [GitHub's "reactions" feature](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments) instead. -* Please **do not** open issues or pull requests regarding the code in [`@coreui/coreui`](https://github.com/coreui/coreui) (open them in their respective repositories). +- Please **do not** open issues or pull requests regarding the code in: + + - [`@coreui/vue`](https://github.com/coreui/coreui-vue) + - [`@coreui/coreui`](https://github.com/coreui/coreui) + - [`@coreui/coreui-icons-vue`](https://github.com/coreui/coreui-icons-vue) + - [`@coreui/coreui-vue-chartjs`](https://github.com/coreui/coreui-vue-chartjs) + +Open them in their respective repositories. ## Bug reports @@ -33,7 +40,6 @@ Guidelines for bug reports: 3. **Isolate the problem** — ideally create a [reduced test case](https://css-tricks.com/reduced-test-cases/) and a live example. [This JS Bin](http://jsbin.com/lefey/1/edit?html,output) is a helpful template. - A good bug report shouldn't leave others needing to chase you up for more information. Please try to be as detailed as possible in your report. What is your environment? What steps will reproduce the issue? What browser(s) and OS @@ -66,7 +72,6 @@ fits with the scope and aims of the project. It's up to *you* to make a strong case to convince the project's developers of the merits of this feature. Please provide as much detail and context as possible. - ## Pull requests Good pull requests—patches, improvements, new features—are a fantastic @@ -86,11 +91,11 @@ included in the project: ```bash # Clone your fork of the repo into the current directory - git clone https://github.com//free-bootstrap-admin-template.git + git clone https://github.com//coreui-free-vue-admin-template.git # Navigate to the newly cloned directory - cd free-bootstrap-admin-template + cd coreui-free-vue-admin-template # Assign the original repo to a remote called "upstream" - git remote add upstream https://github.com/coreui/coreui-free-bootstrap-admin-template.git + git remote add upstream https://github.com/coreui/coreui-free-vue-admin-template.git ``` 2. If you cloned a while ago, get the latest changes from upstream: @@ -133,14 +138,13 @@ included in the project: Inspired by Sparkbox's awesome article on [semantic commit messages](http://seesparkbox.com/foundry/semantic_commit_messages). Please use following commit message format. -* chore (updating npm tasks etc; no production code change) -> ```git test -m 'chore: commit-message-here'``` -* docs (changes to documentation) -> ```git commit -m 'docs: commit-message-here'``` -* feat (new feature) -> ```git commit -m 'feat: commit-message-here'``` -* fix (bug fix) -> ```git commit -m 'fix: commit-message-here'``` -* refactor (refactoring production code) -> ```git commit -m 'refactor: commit-message-here'``` -* style (formatting, missing semi colons, etc; no code change) -> ```git commit -m 'style: commit-message-here'``` -* test (adding missing tests, refactoring tests; no production code change) -> ```git test -m 'refactor: commit-message-here'``` - +- chore (updating npm tasks etc; no production code change) -> ```git test -m 'chore: commit-message-here'``` +- docs (changes to documentation) -> ```git commit -m 'docs: commit-message-here'``` +- feat (new feature) -> ```git commit -m 'feat: commit-message-here'``` +- fix (bug fix) -> ```git commit -m 'fix: commit-message-here'``` +- refactor (refactoring production code) -> ```git commit -m 'refactor: commit-message-here'``` +- style (formatting, missing semi colons, etc; no code change) -> ```git commit -m 'style: commit-message-here'``` +- test (adding missing tests, refactoring tests; no production code change) -> ```git test -m 'refactor: commit-message-here'``` ## Code guidelines diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 6b533360..04cd7eb9 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,8 +1,7 @@ -Before opening an issue: +# Before opening an issue -- [Search for duplicate or closed issues](https://github.com/coreui/coreui-free-vue-admin-template/issues?utf8=%E2%9C%93&q=is%3Aissue) -- Prepare a [reduced test case](https://css-tricks.com/reduced-test-cases/) for any bugs -- Read the [contributing guidelines](https://github.com/coreui/coreui-free-vue-admin-template/blob/master/CONTRIBUTING.md) +- [Search for duplicate or closed issues](https://github.com/coreui/coreui-free-vue-admin-template/issues?q=is%3Aissue+is%3Aclosed) +- Read the [contributing guidelines](https://github.com/coreui/coreui-free-vue-admin-templare/blob/v3-next/CONTRIBUTING.md) When asking general "how to" questions: @@ -16,5 +15,5 @@ When reporting a bug, include: When suggesting a feature, include: -- As much detail as possible for what we should add and why it's important to CoreUI Admin Template +- As much detail as possible for what we should add and why it's important to CoreUI Vue library - Relevant links to prior art, screenshots, or live demos whenever possible diff --git a/README.md b/README.md index c17f9193..522eb0c6 100644 --- a/README.md +++ b/README.md @@ -1,76 +1,54 @@ -# CoreUI Vue - Free Bootstrap Admin Template [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Vue%20Admin%20Template%20&url=http://coreui.io/vue/&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue) +# CoreUI Free Vue Bootstrap Admin Template -### Check out our Vue Admin Templates and support CoreUI Development +[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Vue%20Admin%20Template%20&url=http://coreui.io/vue/&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue) +[![NPM][npm-coreui-vue-badge-latest]][npm-coreui-vue] +[![Downloads](https://img.shields.io/npm/dm/@coreui/vue.svg?style=flat-square)][coreui] +[![Jest](https://img.shields.io/badge/Jest-^24.9.0-blue.svg?style=flat-square)][coreui] +[![Vue](https://img.shields.io/badge/Vue-^2.6.10-brightgreen.svg?style=flat-square)][coreui] -[![Bootstrap Admin Templates Bundle](https://genesisui.com/img/bundle2.png)](https://genesisui.com/bundle.html?support=1) +[npm-coreui-vue]: https://www.npmjs.com/package/@coreui/vue +[npm-coreui-vue-badge-latest]: https://img.shields.io/npm/v/@coreui/vue/latest?style=flat-square&color=brightgreen +[coreui]: https://coreui.io/vue -[Check out Bootstrap Admin Templates Bundle](https://genesisui.com/bundle.html?support=1) +![Template](https://coreui.io/images/github/vue-free-template-3.gif) -This is Vue.js version of our Bootstrap 4 admin template [CoreUI](https://github.com/coreui/coreui-free-bootstrap-admin-template). +## Description -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) & [Designer News](https://www.designernews.co/stories/81127). Thanks in advance! +Why we decided to create CoreUI? Please read this article: [Jack of all trades, master of none. Why Boostrap Admin Templates suck.](https://medium.com/@lukaszholeczek/jack-of-all-trades-master-of-none-5ea53ef8a1f#.7eqx1bcd8) -Why I decided to create CoreUI? Please read this article: [Jack of all trades, master of none. Why Boostrap Admin Templates suck.](https://medium.com/@lukaszholeczek/jack-of-all-trades-master-of-none-5ea53ef8a1f#.7eqx1bcd8) +**This is not just another Admin Template.** It goes way beyond hitherto admin templates thanks to: -CoreUI is an Open Source Vue & Bootstrap Admin Template. But CoreUI is not just another Admin Template. It goes way beyond hitherto admin templates thanks to transparent code and file structure. And if that's not enough, let’s just add that CoreUI consists bunch of unique features and over 1000 high quality icons. - -CoreUI is based on Bootstrap 4 and offers 6 versions: [HTML5 AJAX](https://github.com/coreui/coreui-free-bootstrap-admin-template-ajax), [HTML5 Static](https://github.com/coreui/coreui-free-bootstrap-admin-template), [AngularJS](https://github.com/mrholek/CoreUI-AngularJS), [Angular 2+](https://github.com/coreui/coreui-free-angular-admin-template), [React.js](https://github.com/coreui/coreui-free-react-admin-template) & [Vue.js](https://github.com/coreui/coreui-free-vue-admin-template). +- Wonderful styling delivered by bootstrap compatible css library [CoreUI](https://coreui.io/docs/3.0-beta/), +- Dedicated [component library](https://coreui.io/vue/docs/), +- Dedicated vue tooling libraries ([coreui-vue-chartjs](https://coreui.io/vue/docs/components/charts), [coreui-icons-vue](https://github.com/coreui/coreui-icons-vue)), +- Over 500 [free svg icons](https://coreui.io/icons) consistent with our styling, +- Transparent code and file structure +- Possibility of extension to [pro version](https://coreui.io/vue) which offers even more! CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all! -[![CoreUI Vue Free Bootstrap Admin Template](http://coreui.io/assets/img/coreui.png "CoreUI Vue Free Bootstrap Admin Template")](http://coreui.io) +**NOTE:** Please remember to star this project to get new versions updates of this template. -**NOTE:** Please remember to **STAR** this project and **FOLLOW** [my Github](https://github.com/coreui) to keep you update with this template. +### Demo -## Demo +A fully functional demo is available at [CoreUI](http://coreui.io/vue/) -A fully functional demo is available at [CoreUI](http://coreui.io/) +### Table of Contents -## Table of Contents +- [Installation](#installation) +- [Usage](#usage) +- [Documentation](#documentation) +- [Contributing](#contributing) +- [Versioning](#versioning) +- [Our other products](#our-other-products) +- [Community](#community) +- [Community Projects](#community-projects) +- [License](#copyright-and-license) +- [Support CoreUI Development](#support-coreui-development) -* [Versions](#versions) -* [CoreUI Pro](#coreui-pro) -* [Admin Templates built on top of CoreUI Pro](#admin-templates-built-on-top-of-coreui-pro) -* [Installation](#installation) -* [Usage](#usage) -* [What's included](#whats-included) -* [Documentation](#documentation) -* [Contributing](#contributing) -* [Versioning](#versioning) -* [Creators](#creators) -* [Community](#community) -* [Community Projects](#community-projects) -* [License](#license) -* [Support CoreUI Development](#support-coreui-development) +### Installation -## Versions - -CoreUI is built on top of Bootstrap 4 and supports popular frameworks. - -* [CoreUI Free Bootstrap Admin Template](https://github.com/coreui/coreui-free-bootstrap-admin-template) -* [CoreUI Free Bootstrap Admin Template (Ajax)](https://github.com/coreui/coreui-free-bootstrap-admin-template-ajax) -* [CoreUI Free Angular 2+ Admin Template](https://github.com/coreui/coreui-free-angular-admin-template) -* 🚧 [CoreUI Free .NET Core 2 Admin Template](https://github.com/mrholek/CoreUI-NET) (Available Soon) -* [CoreUI Free React.js Admin Template](https://github.com/coreui/coreui-free-react-admin-template) -* 🚧 [CoreUI Free Vue.js Admin Template](https://github.com/coreui/coreui-free-vue-admin-template) - -## CoreUI Pro - -* 💪 [CoreUI Pro Bootstrap Admin Template](https://coreui.io/pro/) -* 💪 [CoreUI Pro Bootstrap Admin Template (Ajax)](https://coreui.io/pro/) -* 💪 [CoreUI Pro Angular Admin Template](https://coreui.io/pro/angular) -* 💪 [CoreUI Pro React Admin Template](https://coreui.io/pro/react) -* 💪 [CoreUI Pro Vue Admin Template](https://coreui.io/pro/vue) - -## Admin Templates built on top of CoreUI Pro - -| CoreUI Pro | Prime | Root | Alba | Leaf | -| --- | --- | --- | --- | --- | -| [![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) - -## Installation - -### Clone repo +#### Clone repo ``` bash # clone the repo @@ -83,7 +61,7 @@ $ cd CoreUI-Vue $ npm install ``` -## Usage +#### Usage ``` bash # serve with hot reload at localhost:8080 @@ -105,70 +83,52 @@ npm run test:e2e For a detailed explanation on how things work, check out the [Vue CLI Guide](https://cli.vuejs.org/guide/). -## What's included +### Documentation -Within the download you'll find the following directories and files: +CoreUI tools documentation: -``` -CoreUI-Vue/ -├── public/ # pure static assets (directly copied) -│ └── index.html # index.html template -├── src/ # project root -│ ├── assets/ # module assets (processed by webpack) -│ │ └── scss/ # user styles -│ ├── components/ # ui components -│ ├── containers/ # ui containers -│ ├── router/ # routing -│ ├── shared/ # utils -│ ├── views/ # ui views -│ ├── _nav.js # sidebar nav config -│ ├── App.vue # main app component -│ └── main.js # app entry file -├── test/ -│ └── unit/ # unit tests -│ └── e2e/ # e2e tests -├── .eslintrc.js # eslint config -├── .gitignore # defaults for gitignore -├── .postcssrc.js # postcss config -├── CHANGELOG.md -├── README.md -├── babel.config.js # babel config -├── jest.config.js # jest config -├── vue.config.js # vue-cli config -├── LICENSE -└── package.json # build scripts and dependencies -``` +- Components documentation: [CoreUI Vue library](https://coreui.io/vue/docs) +- Styles documentation: [CoreUI styles](https://coreui.io/docs/3.0-beta/) +- Icons documentation: [CoreUI Icons](http://coreui.io/icons) -## Bugs and feature requests +### Bugs and feature requests Have a bug or a feature request? [Please open a new issue](https://github.com/coreui/coreui-free-vue-admin-template/issues). -## Documentation +### Contributing -CoreUI's documentation, is hosted on our website [CoreUI](http://coreui.io/) +Please read through our [contributing guidelines](https://github.com/coreui/coreui-free-vue-admin-template/blob/v3-next/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development. -## Contributing - -Please read through our [contributing guidelines](https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development. - -Editor preferences are available in the [editor config](https://github.com/coreui/coreui-free-vue-admin-template/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at . - -## Versioning +### Versioning 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/). See [the Releases section of our project](https://github.com/coreui/coreui-free-vue-admin-template/releases) for changelogs for each release version. -## Creators +### Our other products -**Łukasz Holeczek** +CoreUI is built on top of Bootstrap 4 and supports popular frameworks. -* -* +#### Free version products -**Andrzej Kopański** +- [CoreUI Free Vue Laravel Admin Template](https://github.com/coreui/coreui-free-vue-laravel-admin-template) -* +- [CoreUI Free Laravel Admin Template](https://github.com/coreui/coreui-free-laravel-admin-template) + +- [CoreUI Free Bootstrap Admin Template](https://github.com/coreui/coreui-free-bootstrap-admin-template) + +- [CoreUI Free Angular 2+ Admin Template](https://github.com/coreui/coreui-free-angular-admin-template) + +- [CoreUI Free React.js Admin Template](https://github.com/coreui/coreui-free-react-admin-template) + +#### Pro version products + +- 💪 [CoreUI Pro Vue Admin Template](https://coreui.io/pro/vue) +- 💪 [CoreUI Pro Laravel Vue Admin Template](https://coreui.io/pro/laravel) +- 💪 [CoreUI Pro Laravel Admin Template](https://coreui.io/pro/laravel) +- 💪 [CoreUI Pro Bootstrap Admin Template](https://coreui.io/pro/) +- 💪 [CoreUI Pro Angular Admin Template](https://coreui.io/pro/angular) +- 💪 [CoreUI Pro React Admin Template](https://coreui.io/pro/react) ## Community @@ -181,15 +141,16 @@ Get updates on CoreUI's development and chat with the project maintainers and co Some of projects created by community but not maintained by CoreUI team. -* [NuxtJS + Vue CoreUI](https://github.com/muhibbudins/nuxt-coreui) -* [Colmena](https://github.com/colmena/colmena) +- [NuxtJS + Vue CoreUI](https://github.com/muhibbudins/nuxt-coreui) +- [Colmena](https://github.com/colmena/colmena) ## Copyright and license -copyright 2017 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-free-vue-admin-template/blob/master/LICENSE). -There is only one limitation you cannot re-distribute the `CoreUI` as stock nor if you modify the `CoreUI`. In the past we faced some problems with persons who tried to sell `CoreUI` based templates. +Copyright 2019 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-free-vue-admin-template/blob/master/LICENSE). +There is only one limitation - you cannot re-distribute the `CoreUI` as stock nor if you modify the `CoreUI`. In the past we faced some problems with persons who tried to sell `CoreUI` based templates. ## Support CoreUI Development + 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). -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). +If you are a business that is building core products using CoreUI, we are open to conversations regarding custom sponsorship / consulting arrangements. Get in touch on [Twitter](https://twitter.com/lukaszholeczek). diff --git a/package-lock.json b/package-lock.json index ebde1c72..a892bec8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coreui/coreui-free-vue-admin-template", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -14,15 +14,15 @@ } }, "@babel/core": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.7.4.tgz", - "integrity": "sha512-+bYbx56j4nYBmpsWtnPUsKW3NdnYxbqyfrP2w9wILBuHzdfIKz9prieZK0DFPyIzkjYVUe4QkusGL07r5pXznQ==", + "version": "7.7.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.7.5.tgz", + "integrity": "sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw==", "dev": true, "requires": { "@babel/code-frame": "^7.5.5", "@babel/generator": "^7.7.4", "@babel/helpers": "^7.7.4", - "@babel/parser": "^7.7.4", + "@babel/parser": "^7.7.5", "@babel/template": "^7.7.4", "@babel/traverse": "^7.7.4", "@babel/types": "^7.7.4", @@ -170,9 +170,9 @@ } }, "@babel/helper-module-transforms": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.7.4.tgz", - "integrity": "sha512-ehGBu4mXrhs0FxAqN8tWkzF8GSIGAiEumu4ONZ/hD9M88uHcD+Yu2ttKfOCgwzoesJOJrtQh7trI5YPbRtMmnA==", + "version": "7.7.5", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.7.5.tgz", + "integrity": "sha512-A7pSxyJf1gN5qXVcidwLWydjftUN878VkalhXX5iQDuGyiGK3sOrrKKHF4/A4fwHtnsotv/NipwAeLzY4KQPvw==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.7.4", @@ -286,9 +286,9 @@ } }, "@babel/parser": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.4.tgz", - "integrity": "sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==", + "version": "7.7.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.5.tgz", + "integrity": "sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig==", "dev": true }, "@babel/plugin-proposal-async-generator-functions": { @@ -585,23 +585,23 @@ } }, "@babel/plugin-transform-modules-amd": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.7.4.tgz", - "integrity": "sha512-/542/5LNA18YDtg1F+QHvvUSlxdvjZoD/aldQwkq+E3WCkbEjNSN9zdrOXaSlfg3IfGi22ijzecklF/A7kVZFQ==", + "version": "7.7.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.7.5.tgz", + "integrity": "sha512-CT57FG4A2ZUNU1v+HdvDSDrjNWBrtCmSH6YbbgN3Lrf0Di/q/lWRxZrE72p3+HCCz9UjfZOEBdphgC0nzOS6DQ==", "dev": true, "requires": { - "@babel/helper-module-transforms": "^7.7.4", + "@babel/helper-module-transforms": "^7.7.5", "@babel/helper-plugin-utils": "^7.0.0", "babel-plugin-dynamic-import-node": "^2.3.0" } }, "@babel/plugin-transform-modules-commonjs": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.4.tgz", - "integrity": "sha512-k8iVS7Jhc367IcNF53KCwIXtKAH7czev866ThsTgy8CwlXjnKZna2VHwChglzLleYrcHz1eQEIJlGRQxB53nqA==", + "version": "7.7.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.5.tgz", + "integrity": "sha512-9Cq4zTFExwFhQI6MT1aFxgqhIsMWQWDVwOgLzl7PTWJHsNaqFvklAU+Oz6AQLAS0dJKTwZSOCo20INwktxpi3Q==", "dev": true, "requires": { - "@babel/helper-module-transforms": "^7.7.4", + "@babel/helper-module-transforms": "^7.7.5", "@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-simple-access": "^7.7.4", "babel-plugin-dynamic-import-node": "^2.3.0" @@ -677,9 +677,9 @@ } }, "@babel/plugin-transform-regenerator": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.4.tgz", - "integrity": "sha512-e7MWl5UJvmPEwFJTwkBlPmqixCtr9yAASBqff4ggXTNicZiwbF8Eefzm6NVgfiBp7JdAGItecnctKTgH44q2Jw==", + "version": "7.7.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.5.tgz", + "integrity": "sha512-/8I8tPvX2FkuEyWbjRCt4qTAgZK0DVy8QRguhA524UH48RfGJy94On2ri+dCuwOpcerPRl9O4ebQkRcVzIaGBw==", "dev": true, "requires": { "regenerator-transform": "^0.14.0" @@ -695,9 +695,9 @@ } }, "@babel/plugin-transform-runtime": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.7.4.tgz", - "integrity": "sha512-O8kSkS5fP74Ad/8pfsCMGa8sBRdLxYoSReaARRNSz3FbFQj3z/QUvoUmJ28gn9BO93YfnXc3j+Xyaqe8cKDNBQ==", + "version": "7.7.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.7.6.tgz", + "integrity": "sha512-tajQY+YmXR7JjTwRvwL4HePqoL3DYxpYXIHKVvrOIvJmeHe2y1w4tz5qz9ObUDC9m76rCzIMPyn4eERuwA4a4A==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.7.4", @@ -764,9 +764,9 @@ } }, "@babel/preset-env": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.7.4.tgz", - "integrity": "sha512-Dg+ciGJjwvC1NIe/DGblMbcGq1HOtKbw8RLl4nIjlfcILKEOkWT/vRqPpumswABEBVudii6dnVwrBtzD7ibm4g==", + "version": "7.7.6", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.7.6.tgz", + "integrity": "sha512-k5hO17iF/Q7tR9Jv8PdNBZWYW6RofxhnxKjBMc0nG4JTaWvOTiPoO/RLFwAKcA4FpmuBFm6jkoqaRJLGi0zdaQ==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.7.4", @@ -797,8 +797,8 @@ "@babel/plugin-transform-function-name": "^7.7.4", "@babel/plugin-transform-literals": "^7.7.4", "@babel/plugin-transform-member-expression-literals": "^7.7.4", - "@babel/plugin-transform-modules-amd": "^7.7.4", - "@babel/plugin-transform-modules-commonjs": "^7.7.4", + "@babel/plugin-transform-modules-amd": "^7.7.5", + "@babel/plugin-transform-modules-commonjs": "^7.7.5", "@babel/plugin-transform-modules-systemjs": "^7.7.4", "@babel/plugin-transform-modules-umd": "^7.7.4", "@babel/plugin-transform-named-capturing-groups-regex": "^7.7.4", @@ -806,7 +806,7 @@ "@babel/plugin-transform-object-super": "^7.7.4", "@babel/plugin-transform-parameters": "^7.7.4", "@babel/plugin-transform-property-literals": "^7.7.4", - "@babel/plugin-transform-regenerator": "^7.7.4", + "@babel/plugin-transform-regenerator": "^7.7.5", "@babel/plugin-transform-reserved-words": "^7.7.4", "@babel/plugin-transform-shorthand-properties": "^7.7.4", "@babel/plugin-transform-spread": "^7.7.4", @@ -816,16 +816,16 @@ "@babel/plugin-transform-unicode-regex": "^7.7.4", "@babel/types": "^7.7.4", "browserslist": "^4.6.0", - "core-js-compat": "^3.1.1", + "core-js-compat": "^3.4.7", "invariant": "^2.2.2", "js-levenshtein": "^1.1.3", "semver": "^5.5.0" } }, "@babel/runtime": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.4.tgz", - "integrity": "sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw==", + "version": "7.7.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.6.tgz", + "integrity": "sha512-BWAJxpNVa0QlE5gZdWjSxXtemZyZ9RmrmVozxt3NUXeZhVIJ5ANyqmMc0JDrivBZyxUuQvFxlvH4OWWOogGfUw==", "dev": true, "requires": { "regenerator-runtime": "^0.13.2" @@ -881,9 +881,9 @@ } }, "@coreui/coreui": { - "version": "3.0.0-beta.3", - "resolved": "https://registry.npmjs.org/@coreui/coreui/-/coreui-3.0.0-beta.3.tgz", - "integrity": "sha512-oZ6XRJEYvUuGB3lCPrDkIVXGComXC95rvhrEHROSfG+EduJz8VYTfJqtTGmnUqnKUR5FfzCKPJKJksLEM0aDrg==" + "version": "3.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@coreui/coreui/-/coreui-3.0.0-beta.4.tgz", + "integrity": "sha512-hfSw2CVLx+yLaKZxWGpcGPa8DbFAbUWO1fk+5V5ZVB9L9AWtspREh8UtPU1xTdq9KjuRowWask8q0jKBXQClSA==" }, "@coreui/coreui-chartjs": { "version": "2.0.0-beta.0", @@ -894,20 +894,10 @@ "chart.js": "^2.8.0" } }, - "@coreui/coreui-vue-chartjs": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@coreui/coreui-vue-chartjs/-/coreui-vue-chartjs-1.0.0.tgz", - "integrity": "sha512-2q4/t63pVz9EEL+HNpo4cb1AN2IoD+6LX9bq0zM9UsrUYAmEJWF3DpRfq3+UfFZAghJOtjYg+ROvdbaMEFcSOw==", - "requires": { - "@coreui/coreui-chartjs": "2.0.0-beta.0", - "chart.js": "^2.9.3", - "vue": "^2.6.10" - } - }, "@coreui/icons": { - "version": "1.0.0-beta.3", - "resolved": "https://registry.npmjs.org/@coreui/icons/-/icons-1.0.0-beta.3.tgz", - "integrity": "sha512-jaNQSIYPcrC2RxgUqdVGGh4aGz6GaJNODa3cqBw7HTP3AdHm8NyejrgmO/ILmY3J8JldVqdTMfUwegaTc0kQmA==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@coreui/icons/-/icons-1.0.0.tgz", + "integrity": "sha512-a5zbcmnlYqZkPen2iJvd0G1VGAK4S+40pV6KIJgLt1H04ALyqVoaVPiIEx3VOOmxlrxAHvIaua8Qq0+/hA+AGQ==" }, "@coreui/icons-vue": { "version": "1.0.2", @@ -917,13 +907,19 @@ "vue": "^2.6.10" } }, + "@coreui/utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@coreui/utils/-/utils-1.0.0.tgz", + "integrity": "sha512-7riTvC5VM+yXBpBJNPOUOUO9bYqx8DTKIsWesgKXq8hm1Eu9CAaTP2ox9hYGhT7qqySSbxnS8fI3j8iJHq70LA==" + }, "@coreui/vue": { - "version": "github:coreui/coreui-vue#bc1cf959325aee78d692e000184825c43294e158", - "from": "github:coreui/coreui-vue#3.0.0-beta.3", + "version": "3.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@coreui/vue/-/vue-3.0.0-beta.4.tgz", + "integrity": "sha512-XM667YRnvoLl75J4Whqj5ONw5qy9zx1PE9bj4Je4boA3tP8zaeTiMqeTa1FQaiOxbT9ETAUAOzbuX2F2+HwvRA==", "requires": { - "@coreui/coreui": "3.0.0-beta.3", - "@coreui/icons": "github:coreui/coreui-icons#1.0.0-beta.1", + "@coreui/icons": "^1.0.0-beta.3", "@coreui/icons-vue": "^1.0.2", + "@coreui/utils": "^1.0.0", "lodash.clonedeep": "^4.5.0", "perfect-scrollbar": "^1.4.0", "popper.js": "^1.16.0", @@ -931,12 +927,16 @@ "vue": "^2.6.10", "vue-clickaway2": "^2.3.1", "vue-functional-data-merge": "^3.1.0" - }, - "dependencies": { - "@coreui/icons": { - "version": "github:coreui/coreui-icons#0f38dfed6b56e10791285792f0b9df06372a6661", - "from": "github:coreui/coreui-icons#1.0.0-beta.1" - } + } + }, + "@coreui/vue-chartjs": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@coreui/vue-chartjs/-/vue-chartjs-1.0.2.tgz", + "integrity": "sha512-90giXviakc89xpvMt+fjjNK9OV7RcdwJ4d4bfN2sLzLhxBA/g++pgUxMo/KtvVyxk8baHUdntVlfXwc7P7paeg==", + "requires": { + "@coreui/coreui-chartjs": "2.0.0-beta.0", + "chart.js": "^2.9.3", + "vue": "^2.6.10" } }, "@hapi/address": { @@ -1275,9 +1275,9 @@ } }, "@types/babel__generator": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.0.tgz", - "integrity": "sha512-c1mZUu4up5cp9KROs/QAw0gTeHrw/x7m52LcnvMxxOZ03DmLwPV0MlGmlgzV3cnSdjhJOZsj7E7FHeioai+egw==", + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.1.tgz", + "integrity": "sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew==", "dev": true, "requires": { "@babel/types": "^7.0.0" @@ -1366,9 +1366,9 @@ "dev": true }, "@types/node": { - "version": "12.12.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.14.tgz", - "integrity": "sha512-u/SJDyXwuihpwjXy7hOOghagLEV1KdAST6syfnOk6QZAMzZuWZqXy5aYYZbh8Jdpd4escVFP0MvftHNDb9pruA==", + "version": "12.12.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.17.tgz", + "integrity": "sha512-Is+l3mcHvs47sKy+afn2O1rV4ldZFU7W8101cNlOd+MRbjM4Onida8jSZnJdTe/0Pcf25g9BNIUsuugmE6puHA==", "dev": true }, "@types/normalize-package-data": { @@ -1809,12 +1809,6 @@ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true }, - "serialize-javascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.0.tgz", - "integrity": "sha512-a/mxFfU00QT88umAJQsNWOnUKckhNCqOl028N48e7wFmo2/EHpTo9Wso+iJJCMrQnmFvcjto5RJdAHEvVhcyUQ==", - "dev": true - }, "slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", @@ -1828,18 +1822,18 @@ "dev": true }, "terser-webpack-plugin": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-2.2.1.tgz", - "integrity": "sha512-jwdauV5Al7zopR6OAYvIIRcxXCSvLjZjr7uZE8l2tIWb/ryrGN48sJftqGf5k9z09tWhajx53ldp0XPI080YnA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-2.2.3.tgz", + "integrity": "sha512-R8cqQDld4BjVKaIR0D9Q0O/QzfgXzME3wXfSxxW23ZGv5xpMDUt1NEnCuG94y1+bKASLvc5TjIHLlNo0eK8GLA==", "dev": true, "requires": { "cacache": "^13.0.1", - "find-cache-dir": "^3.0.0", + "find-cache-dir": "^3.1.0", "jest-worker": "^24.9.0", - "schema-utils": "^2.5.0", - "serialize-javascript": "^2.1.0", + "schema-utils": "^2.6.1", + "serialize-javascript": "^2.1.2", "source-map": "^0.6.1", - "terser": "^4.3.9", + "terser": "^4.4.2", "webpack-sources": "^1.4.3" } }, @@ -1881,9 +1875,9 @@ } }, "@vue/component-compiler-utils": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.0.2.tgz", - "integrity": "sha512-BSnY2PmW4QwU1AOcGSNYAmEPLjdQ9itl1YpLCWtpwMA5Jy/aqWNuzZ9+ZZ8h6yZJ53W95tVkEP6yrXJ/zUHdEA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.1.0.tgz", + "integrity": "sha512-OJ7swvl8LtKtX5aYP8jHhO6fQBIRIGkU6rvWzK+CGJiNOnvg16nzcBkd9qMZzW8trI2AsqAKx263nv7kb5rhZw==", "dev": true, "requires": { "consolidate": "^0.15.1", @@ -2729,9 +2723,9 @@ }, "dependencies": { "core-js": { - "version": "2.6.10", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.10.tgz", - "integrity": "sha512-I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA==", + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz", + "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==", "dev": true }, "regenerator-runtime": { @@ -3195,14 +3189,14 @@ } }, "browserslist": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.8.0.tgz", - "integrity": "sha512-HYnxc/oLRWvJ3TsGegR0SRL/UDnknGq2s/a8dYYEO+kOQ9m9apKoS5oiathLKZdh/e9uE+/J3j92qPlGD/vTqA==", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.8.2.tgz", + "integrity": "sha512-+M4oeaTplPm/f1pXDw84YohEv7B1i/2Aisei8s4s6k3QsoSHa7i5sz8u/cGQkkatCPxMASKxPualR4wwYgVboA==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001012", - "electron-to-chromium": "^1.3.317", - "node-releases": "^1.1.41" + "caniuse-lite": "^1.0.30001015", + "electron-to-chromium": "^1.3.322", + "node-releases": "^1.1.42" } }, "bs-logger": { @@ -3609,9 +3603,9 @@ } }, "chromedriver": { - "version": "78.0.1", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-78.0.1.tgz", - "integrity": "sha512-eOsyFk4xb9EECs1VMrDbxO713qN+Bu1XUE8K9AuePc3839TPdAegg72kpXSzkeNqRNZiHbnJUItIVCLFkDqceA==", + "version": "79.0.0", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-79.0.0.tgz", + "integrity": "sha512-DO29C7ntJfzu6q1vuoWwCON8E9x5xzopt7Q41A7Dr7hBKcdNpGw1l9DTt9b+l1qviOWiJLGsD+jHw21ptEHubA==", "dev": true, "requires": { "del": "^4.1.1", @@ -4234,9 +4228,9 @@ "dev": true }, "copy-webpack-plugin": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.0.5.tgz", - "integrity": "sha512-7N68eIoQTyudAuxkfPT7HzGoQ+TsmArN/I3HFwG+lVE3FNzqvZKIiaxtYh4o3BIznioxUvx9j26+Rtsc9htQUQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.0.tgz", + "integrity": "sha512-0sNrj/Sx7/cWA0k7CVQa0sdA/dzCybqSb0+GbhKuQdOlAvnAwgC2osmbAFOAfha7ZXnreoQmCq5oDjG3gP4VHw==", "dev": true, "requires": { "cacache": "^12.0.3", @@ -4249,7 +4243,7 @@ "normalize-path": "^3.0.0", "p-limit": "^2.2.1", "schema-utils": "^1.0.0", - "serialize-javascript": "^2.1.0", + "serialize-javascript": "^2.1.2", "webpack-log": "^2.0.0" }, "dependencies": { @@ -4290,12 +4284,6 @@ "ajv-keywords": "^3.1.0" } }, - "serialize-javascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.0.tgz", - "integrity": "sha512-a/mxFfU00QT88umAJQsNWOnUKckhNCqOl028N48e7wFmo2/EHpTo9Wso+iJJCMrQnmFvcjto5RJdAHEvVhcyUQ==", - "dev": true - }, "slash": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", @@ -4305,18 +4293,18 @@ } }, "core-js": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.4.7.tgz", - "integrity": "sha512-qaPVGw30J1wQ0GR3GvoPqlGf9GZfKKF4kFC7kiHlcsPTqH3txrs9crCp3ZiMAXuSenhz89Jnl4GZs/67S5VOSg==", + "version": "3.4.8", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.4.8.tgz", + "integrity": "sha512-b+BBmCZmVgho8KnBUOXpvlqEMguko+0P+kXCwD4vIprsXC6ht1qgPxtb1OK6XgSlrySF71wkwBQ0Hv695bk9gQ==", "dev": true }, "core-js-compat": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.4.7.tgz", - "integrity": "sha512-57+mgz/P/xsGdjwQYkwtBZR3LuISaxD1dEwVDtbk8xJMqAmwqaxLOvnNT7kdJ7jYE/NjNptyzXi+IQFMi/2fCw==", + "version": "3.4.8", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.4.8.tgz", + "integrity": "sha512-l3WTmnXHV2Sfu5VuD7EHE2w7y+K68+kULKt5RJg8ZJk3YhHF1qLD4O8v8AmNq+8vbOwnPFFDvds25/AoEvMqlQ==", "dev": true, "requires": { - "browserslist": "^4.8.0", + "browserslist": "^4.8.2", "semver": "^6.3.0" }, "dependencies": { @@ -4452,9 +4440,9 @@ } }, "css-loader": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-3.2.1.tgz", - "integrity": "sha512-q40kYdcBNzMvkIImCL2O+wk8dh+RGwPPV9Dfz3n7XtOYPXqe2Z6VgtvoxjkLHz02gmhepG9sOAJOUlx+3hHsBg==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-3.3.0.tgz", + "integrity": "sha512-x9Y1vvHe5RR+4tzwFdWExPueK00uqFTCw7mZy+9aE/X1SKWOArm5luaOrtJ4d05IpOwJ6S86b/tVcIdhw1Bu4A==", "dev": true, "requires": { "camelcase": "^5.3.1", @@ -5387,9 +5375,9 @@ } }, "es-abstract": { - "version": "1.16.2", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.16.2.tgz", - "integrity": "sha512-jYo/J8XU2emLXl3OLwfwtuFfuF2w6DYPs+xy9ZfVyPkDcrauu6LYrw/q2TyCtrbc/KUdCiC5e9UajRhgNkVopA==", + "version": "1.16.3", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.16.3.tgz", + "integrity": "sha512-WtY7Fx5LiOnSYgF5eg/1T+GONaGmpvpPdCpSnYij+U2gDTL0UPfWrhDw7b2IYb+9NQJsYpCA0wOQvZfsd6YwRw==", "dev": true, "requires": { "es-to-primitive": "^1.2.1", @@ -6068,12 +6056,12 @@ } }, "fb-watchman": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.0.tgz", - "integrity": "sha1-VOmr99+i8mzZsWNsWIwa/AXeXVg=", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz", + "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==", "dev": true, "requires": { - "bser": "^2.0.0" + "bser": "2.1.1" } }, "fd-slicer": { @@ -7390,10 +7378,13 @@ "dev": true }, "highlight.js": { - "version": "9.16.2", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.16.2.tgz", - "integrity": "sha512-feMUrVLZvjy0oC7FVJQcSQRqbBq9kwqnYE4+Kj9ZjbHh3g+BisiPgF49NyQbVLNdrL/qqZr3Ca9yOKwgn2i/tw==", - "dev": true + "version": "9.17.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.17.0.tgz", + "integrity": "sha512-PyO7FK7z8ZC7FqBlmAxm4d+1DYaoS6+uaxt9KGkyP1AnmGRLnWmNod1yp9BFjUyHoDF00k+V57gF6X9ifY7f/A==", + "dev": true, + "requires": { + "handlebars": "^4.5.3" + } }, "hmac-drbg": { "version": "1.0.1", @@ -9756,6 +9747,12 @@ "readable-stream": "^2.0.1" } }, + "memorystream": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", + "integrity": "sha1-htcJCzDORV1j+64S3aUaR93K+bI=", + "dev": true + }, "meow": { "version": "3.7.0", "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", @@ -10323,9 +10320,9 @@ "dev": true }, "nightwatch": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-1.3.1.tgz", - "integrity": "sha512-rnzbcSGOvyaMwXrZ/ME+1NHn7dLmLigB9cYtP7QvWgoAL6P/ZwCXKWjkxJeyp34CD0sJfhQ/wvvBOELaeQwF1w==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-1.3.2.tgz", + "integrity": "sha512-1Lcte2Su/JrzET62va4oVLbSXwZkZaTmxTdjShylio3U+woY6U250iNuQz/bOkL+Qvuw+9Vfp+5T13yT0YfsKg==", "dev": true, "requires": { "assertion-error": "^1.1.0", @@ -10816,6 +10813,23 @@ "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==", "dev": true }, + "npm-run-all": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz", + "integrity": "sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "chalk": "^2.4.1", + "cross-spawn": "^6.0.5", + "memorystream": "^0.3.1", + "minimatch": "^3.0.4", + "pidtree": "^0.3.0", + "read-pkg": "^3.0.0", + "shell-quote": "^1.6.1", + "string.prototype.padend": "^3.0.0" + } + }, "npm-run-path": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", @@ -11444,6 +11458,12 @@ "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", "dev": true }, + "pidtree": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.3.0.tgz", + "integrity": "sha512-9CT4NFlDcosssyg8KVFltgokyKZIFjoBxw8CTGy+5F38Y1eQWrt8tRayiUOXE+zVKQnYu5BR8JjCtvK3BcnBhg==", + "dev": true + }, "pify": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", @@ -11523,9 +11543,9 @@ "dev": true }, "postcss": { - "version": "7.0.23", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.23.tgz", - "integrity": "sha512-hOlMf3ouRIFXD+j2VJecwssTwbvsPGJVMzupptg+85WA+i7MwyrydmQAgY3R+m0Bc0exunhbJmijy8u8+vufuQ==", + "version": "7.0.24", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.24.tgz", + "integrity": "sha512-Xl0XvdNWg+CblAXzNvbSOUvgJXwSjmbAKORqyw9V2AlHrm1js2gFw9y3jibBAhpKZi8b5JzJCVh/FyzPsTtgTA==", "dev": true, "requires": { "chalk": "^2.4.2", @@ -12168,9 +12188,9 @@ "dev": true }, "psl": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.5.0.tgz", - "integrity": "sha512-4vqUjKi2huMu1OJiLhi3jN6jeeKvMZdI1tYgi/njW5zV52jNLgSAZSdN16m9bJFe61/cT8ulmw4qFitV9QRsEA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.6.0.tgz", + "integrity": "sha512-SYKKmVel98NCOYXpkwUqZqh0ahZeeKfmisiLIcEZdsb+WbLv02g/dI5BUmZnIyOe7RzZtLax81nnb2HbvC2tzA==", "dev": true }, "public-encrypt": { @@ -13193,9 +13213,9 @@ } }, "serialize-javascript": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz", - "integrity": "sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.2.tgz", + "integrity": "sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ==", "dev": true }, "serve-index": { @@ -14194,16 +14214,16 @@ } }, "terser-webpack-plugin": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.1.tgz", - "integrity": "sha512-ZXmmfiwtCLfz8WKZyYUuuHf3dMYEjg8NrjHMb0JqHVHVOSkzp3cW2/XG1fP3tRhqEqSzMwzzRQGtAPbs4Cncxg==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.3.tgz", + "integrity": "sha512-QMxecFz/gHQwteWwSo5nTc6UaICqN1bMedC5sMtUc7y3Ha3Q8y6ZO0iCR8pq4RJC8Hjf0FEPEHZqcMB/+DFCrA==", "dev": true, "requires": { "cacache": "^12.0.2", "find-cache-dir": "^2.1.0", "is-wsl": "^1.1.0", "schema-utils": "^1.0.0", - "serialize-javascript": "^1.7.0", + "serialize-javascript": "^2.1.2", "source-map": "^0.6.1", "terser": "^4.1.2", "webpack-sources": "^1.4.0", @@ -14574,9 +14594,9 @@ "dev": true }, "uglify-js": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.1.tgz", - "integrity": "sha512-pnOF7jY82wdIhATVn87uUY/FHU+MDUdPLkmGFvGoclQmeu229eTkbG5gjGGBi3R7UuYYSEeYXY/TTY5j2aym2g==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.2.tgz", + "integrity": "sha512-uhRwZcANNWVLrxLfNFEdltoPNhECUR3lc+UdJoG9CBpMcSnKyWA94tc3eAujB1GcMY5Uwq8ZMp4qWpxWYDQmaA==", "dev": true, "optional": true, "requires": { diff --git a/package.json b/package.json index 9c2eb76f..c4d6e8c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coreui/coreui-free-vue-admin-template", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "Open Source Bootstrap Admin Template", "author": { "name": "CoreUI", @@ -22,13 +22,16 @@ "build": "vue-cli-service build", "lint": "vue-cli-service lint", "test:unit": "vue-cli-service test:unit", - "test:e2e": "vue-cli-service test:e2e" + "test:e2e": "vue-cli-service test:e2e", + "clearCache": "jest --clearCache", + "release": "npm-run-all clearCache lint build test:unit test:e2e" }, "dependencies": { - "@coreui/coreui": "^3.0.0-beta.3", - "@coreui/coreui-vue-chartjs": "^1.0.0", - "@coreui/icons": "^1.0.0-beta.3", - "@coreui/vue": "coreui/coreui-vue#3.0.0-beta.3", + "@coreui/coreui": "^3.0.0-beta.4", + "@coreui/icons": "^1.0.0", + "@coreui/utils": "^1.0.0", + "@coreui/vue": "^3.0.0-beta.4", + "@coreui/vue-chartjs": "^1.0.2", "vue": "^2.6.10", "vue-router": "^3.1.3" }, @@ -39,14 +42,15 @@ "@vue/cli-plugin-unit-jest": "^4.1.1", "@vue/cli-service": "^4.1.1", "@vue/test-utils": "1.0.0-beta.29", - "@babel/core": "7.7.4", + "@babel/core": "^7.7.5", "babel-eslint": "^10.0.3", "babel-jest": "^24.9.0", - "core-js": "^3.4.7", - "chromedriver": "^78.0.1", + "core-js": "^3.4.8", + "chromedriver": "^79.0.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.0.1", "node-sass": "^4.13.0", + "npm-run-all": "^4.1.5", "sass-loader": "^8.0.0", "vue-template-compiler": "^2.6.10" }, diff --git a/tests/unit/views/icons/Brands.spec.js b/tests/unit/views/icons/Brands.spec.js index 9a8ff3c0..f72cbc56 100644 --- a/tests/unit/views/icons/Brands.spec.js +++ b/tests/unit/views/icons/Brands.spec.js @@ -1,5 +1,5 @@ import Vue from 'vue' -import { shallowMount, mount } from '@vue/test-utils' +import { shallowMount } from '@vue/test-utils' import CoreuiVue from '@coreui/vue' import Brands from '@/views/icons/Brands' @@ -17,8 +17,4 @@ describe('Brands.vue', () => { const wrapper = shallowMount(Brands) expect(wrapper.is(Brands)).toBe(true) }) - test('renders correctly', () => { - const wrapper = mount(Brands) - expect(wrapper.element).toMatchSnapshot() - }) }) diff --git a/tests/unit/views/icons/CoreUIIcons.spec.js b/tests/unit/views/icons/CoreUIIcons.spec.js index b5f7fa51..7a6cb3e8 100644 --- a/tests/unit/views/icons/CoreUIIcons.spec.js +++ b/tests/unit/views/icons/CoreUIIcons.spec.js @@ -17,8 +17,4 @@ describe('CoreUIIcons.vue', () => { const wrapper = shallowMount(CoreUIIcons) expect(wrapper.is(CoreUIIcons)).toBe(true) }) - test('renders correctly', () => { - const wrapper = shallowMount(CoreUIIcons) - expect(wrapper.element).toMatchSnapshot() - }) }) diff --git a/tests/unit/views/icons/Flags.spec.js b/tests/unit/views/icons/Flags.spec.js index 272292bb..24ac9ad5 100644 --- a/tests/unit/views/icons/Flags.spec.js +++ b/tests/unit/views/icons/Flags.spec.js @@ -17,8 +17,4 @@ describe('Flags.vue', () => { const wrapper = shallowMount(Flags) expect(wrapper.is(Flags)).toBe(true) }) - test('renders correctly', () => { - const wrapper = shallowMount(Flags) - expect(wrapper.element).toMatchSnapshot() - }) }) diff --git a/tests/unit/views/icons/__snapshots__/Brands.spec.js.snap b/tests/unit/views/icons/__snapshots__/Brands.spec.js.snap deleted file mode 100644 index 5e8b9adb..00000000 --- a/tests/unit/views/icons/__snapshots__/Brands.spec.js.snap +++ /dev/null @@ -1,14981 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Brands.vue renders correctly 1`] = ` -
-
-
- - - cilBasket - - undefined - - Brand icons - -
- -
-
-
- - - - -
- cib-500px-5 -
-
-
- - - - -
- cib-500px -
-
-
- - - - -
- cib-acm -
-
-
- - - - -
- cib-about-me -
-
-
- - - - -
- cib-addthis -
-
-
- - - - -
- cib-abstract -
-
-
- - - - -
- cib-adobe-after-effects -
-
-
- - - - -
- cib-adobe-audition -
-
-
- - - - -
- cib-adobe-acrobat-reader -
-
-
- - - - -
- cib-adobe-creative-cloud -
-
-
- - - - -
- cib-adguard -
-
-
- - - - -
- cib-adobe-dreamweaver -
-
-
- - - - -
- cib-adobe-indesign -
-
-
- - - - -
- cib-adobe-illustrator -
-
-
- - - - -
- cib-adobe-lightroom -
-
-
- - - - -
- cib-adobe-lightroom-classic -
-
-
- - - - -
- cib-adobe-premiere -
-
-
- - - - -
- cib-adobe-typekit -
-
-
- - - - -
- cib-adobe -
-
-
- - - - -
- cib-adobe-photoshop -
-
-
- - - - -
- cib-airbnb -
-
-
- - - - -
- cib-algolia -
-
-
- - - - -
- cib-alipay -
-
-
- - - - -
- cib-allocine -
-
-
- - - - -
- cib-adobe-xd -
-
-
- - - - -
- cib-amazon-aws -
-
-
- - - - -
- cib-amazon-pay -
-
-
- - - - -
- cib-amazon -
-
-
- - - - -
- cib-amd -
-
-
- - - - -
- cib-american-express -
-
-
- - - - -
- cib-anaconda -
-
-
- - - - -
- cib-android-alt -
-
-
- - - - -
- cib-android -
-
-
- - - - -
- cib-angellist -
-
-
- - - - -
- cib-analogue -
-
-
- - - - -
- cib-angular-universal -
-
-
- - - - -
- cib-ansible -
-
-
- - - - -
- cib-angular -
-
-
- - - - -
- cib-apache-spark -
-
-
- - - - -
- cib-apache-airflow -
-
-
- - - - -
- cib-apache -
-
-
- - - - -
- cib-app-store-ios -
-
-
- - - - -
- cib-app-store -
-
-
- - - - -
- cib-apple-pay -
-
-
- - - - -
- cib-apple-music -
-
-
- - - - -
- cib-apple-podcasts -
-
-
- - - - -
- cib-appveyor -
-
-
- - - - -
- cib-aral -
-
-
- - - - -
- cib-apple -
-
-
- - - - -
- cib-arch-linux -
-
-
- - - - -
- cib-arduino -
-
-
- - - - -
- cib-artstation -
-
-
- - - - -
- cib-archive-of-our-own -
-
-
- - - - -
- cib-arxiv -
-
-
- - - - -
- cib-asana -
-
-
- - - - -
- cib-at-and-t -
-
-
- - - - -
- cib-audible -
-
-
- - - - -
- cib-atom -
-
-
- - - - -
- cib-aurelia -
-
-
- - - - -
- cib-automatic -
-
-
- - - - -
- cib-autotask -
-
-
- - - - -
- cib-auth-0 -
-
-
- - - - -
- cib-aventrix -
-
-
- - - - -
- cib-azure-artifacts -
-
-
- - - - -
- cib-azure-devops -
-
-
- - - - -
- cib-azure-pipelines -
-
-
- - - - -
- cib-atlassian -
-
-
- - - - -
- cib-baidu -
-
-
- - - - -
- cib-bamboo -
-
-
- - - - -
- cib-bancontact -
-
-
- - - - -
- cib-behance -
-
-
- - - - -
- cib-bathasu -
-
-
- - - - -
- cib-basecamp -
-
-
- - - - -
- cib-bandcamp -
-
-
- - - - -
- cib-big-cartel -
-
-
- - - - -
- cib-bing -
-
-
- - - - -
- cib-bit -
-
-
- - - - -
- cib-bitbucket -
-
-
- - - - -
- cib-bitcoin -
-
-
- - - - -
- cib-bitdefender -
-
-
- - - - -
- cib-bitly -
-
-
- - - - -
- cib-blender -
-
-
- - - - -
- cib-blackberry -
-
-
- - - - -
- cib-blogger-b -
-
-
- - - - -
- cib-blogger -
-
-
- - - - -
- cib-boeing -
-
-
- - - - -
- cib-bluetooth-b -
-
-
- - - - -
- cib-bower -
-
-
- - - - -
- cib-boost -
-
-
- - - - -
- cib-bluetooth -
-
-
- - - - -
- cib-brand-ai -
-
-
- - - - -
- cib-bootstrap -
-
-
- - - - -
- cib-brave -
-
-
- - - - -
- cib-btc -
-
-
- - - - -
- cib-buddy -
-
-
- - - - -
- cib-buffer -
-
-
- - - - -
- cib-buy-me-acoffee -
-
-
- - - - -
- cib-buysellads -
-
-
- - - - -
- cib-buzzfeed -
-
-
- - - - -
- cib-cakephp -
-
-
- - - - -
- cib-campaign-monitor -
-
-
- - - - -
- cib-canva -
-
-
- - - - -
- cib-cashapp -
-
-
- - - - -
- cib-castro -
-
-
- - - - -
- cib-c -
-
-
- - - - -
- cib-cassandra -
-
-
- - - - -
- cib-cc-amazon-pay -
-
-
- - - - -
- cib-cc-apple-pay -
-
-
- - - - -
- cib-cc-discover -
-
-
- - - - -
- cib-cc-amex -
-
-
- - - - -
- cib-cc-jcb -
-
-
- - - - -
- cib-cc-diners-club -
-
-
- - - - -
- cib-cc-mastercard -
-
-
- - - - -
- cib-cc-paypal -
-
-
- - - - -
- cib-cc-stripe -
-
-
- - - - -
- cib-cc-visa -
-
-
- - - - -
- cib-cevo -
-
-
- - - - -
- cib-centos -
-
-
- - - - -
- cib-chase -
-
-
- - - - -
- cib-chef -
-
-
- - - - -
- cib-circle -
-
-
- - - - -
- cib-chromecast -
-
-
- - - - -
- cib-circleci -
-
-
- - - - -
- cib-cisco -
-
-
- - - - -
- cib-civicrm -
-
-
- - - - -
- cib-clockify -
-
-
- - - - -
- cib-cirrusci -
-
-
- - - - -
- cib-clojure -
-
-
- - - - -
- cib-cmake -
-
-
- - - - -
- cib-cloudflare -
-
-
- - - - -
- cib-co-op -
-
-
- - - - -
- cib-cloudbees -
-
-
- - - - -
- cib-codacy -
-
-
- - - - -
- cib-codecademy -
-
-
- - - - -
- cib-code-climate -
-
-
- - - - -
- cib-codecov -
-
-
- - - - -
- cib-codeigniter -
-
-
- - - - -
- cib-coderwall -
-
-
- - - - -
- cib-codepen -
-
-
- - - - -
- cib-codesandbox -
-
-
- - - - -
- cib-codio -
-
-
- - - - -
- cib-codeship -
-
-
- - - - -
- cib-coffeescript -
-
-
- - - - -
- cib-common-workflow-language -
-
-
- - - - -
- cib-conda-forge -
-
-
- - - - -
- cib-confluence -
-
-
- - - - -
- cib-conekta -
-
-
- - - - -
- cib-coveralls -
-
-
- - - - - -
- cib-coreui-c -
-
-
- - - - -
- cib-cplusplus -
-
-
- - - - -
- cib-coursera -
-
-
- - - - - - - - - - - -
- cib-coreui -
-
-
- - - - -
- cib-creative-commons-by -
-
-
- - - - -
- cib-cpanel -
-
-
- - - - -
- cib-creative-commons-nc-jp -
-
-
- - - - -
- cib-creative-commons-nc -
-
-
- - - - -
- cib-creative-commons-nd -
-
-
- - - - -
- cib-creative-commons-pd-alt -
-
-
- - - - -
- cib-creative-commons-remix -
-
-
- - - - -
- cib-creative-commons-sa -
-
-
- - - - -
- cib-creative-commons-pd -
-
-
- - - - -
- cib-creative-commons-sampling-plus -
-
-
- - - - -
- cib-creative-commons-sampling -
-
-
- - - - -
- cib-creative-commons-zero -
-
-
- - - - -
- cib-creative-commons-share -
-
-
- - - - -
- cib-crunchbase -
-
-
- - - - -
- cib-crunchyroll -
-
-
- - - - -
- cib-creative-commons -
-
-
- - - - -
- cib-css-3 -
-
-
- - - - -
- cib-css-3shiled -
-
-
- - - - -
- cib-d3js -
-
-
- - - - -
- cib-csswizardry -
-
-
- - - - -
- cib-dazn -
-
-
- - - - -
- cib-dailymotion -
-
-
- - - - -
- cib-dashlane -
-
-
- - - - -
- cib-dblp -
-
-
- - - - -
- cib-debian -
-
-
- - - - -
- cib-deepin -
-
-
- - - - -
- cib-deezer -
-
-
- - - - -
- cib-delicious -
-
-
- - - - -
- cib-dell -
-
-
- - - - -
- cib-dependabot -
-
-
- - - - -
- cib-designer-news -
-
-
- - - - -
- cib-deviantart -
-
-
- - - - -
- cib-dev-to -
-
-
- - - - -
- cib-devrant -
-
-
- - - - -
- cib-digg -
-
-
- - - - -
- cib-digital-ocean -
-
-
- - - - -
- cib-diaspora -
-
-
- - - - -
- cib-discord -
-
-
- - - - -
- cib-discourse -
-
-
- - - - -
- cib-discover -
-
-
- - - - -
- cib-django -
-
-
- - - - -
- cib-disqus -
-
-
- - - - -
- cib-docker -
-
-
- - - - -
- cib-disroot -
-
-
- - - - -
- cib-dot-net -
-
-
- - - - -
- cib-draugiem-lv -
-
-
- - - - -
- cib-docusign -
-
-
- - - - -
- cib-dribbble -
-
-
- - - - -
- cib-drone -
-
-
- - - - -
- cib-dtube -
-
-
- - - - -
- cib-dynatrace -
-
-
- - - - -
- cib-drupal -
-
-
- - - - -
- cib-duckduckgo -
-
-
- - - - -
- cib-ebay -
-
-
- - - - -
- cib-dropbox -
-
-
- - - - -
- cib-eclipseide -
-
-
- - - - -
- cib-elastic-cloud -
-
-
- - - - -
- cib-elastic-search -
-
-
- - - - -
- cib-electron -
-
-
- - - - -
- cib-elastic-stack -
-
-
- - - - -
- cib-elementary -
-
-
- - - - -
- cib-elastic -
-
-
- - - - -
- cib-ello -
-
-
- - - - -
- cib-eleventy -
-
-
- - - - -
- cib-emlakjet -
-
-
- - - - -
- cib-empirekred -
-
-
- - - - -
- cib-envato -
-
-
- - - - -
- cib-epson -
-
-
- - - - -
- cib-eslint -
-
-
- - - - -
- cib-esea -
-
-
- - - - -
- cib-ethereum -
-
-
- - - - -
- cib-event-store -
-
-
- - - - -
- cib-etsy -
-
-
- - - - -
- cib-eventbrite -
-
-
- - - - -
- cib-evernote -
-
-
- - - - -
- cib-everplaces -
-
-
- - - - -
- cib-exercism -
-
-
- - - - -
- cib-evry -
-
-
- - - - -
- cib-eyeem -
-
-
- - - - -
- cib-expo -
-
-
- - - - -
- cib-experts-exchange -
-
-
- - - - -
- cib-facebook-f -
-
-
- - - - -
- cib-faceit -
-
-
- - - - -
- cib-fandango -
-
-
- - - - -
- cib-creative-commons-nc-eu -
-
-
- - - - -
- cib-fsecure -
-
-
- - - - -
- cib-favro -
-
-
- - - - -
- cib-fedex -
-
-
- - - - -
- cib-facebook -
-
-
- - - - -
- cib-fedora -
-
-
- - - - -
- cib-feathub -
-
-
- - - - -
- cib-fido-alliance -
-
-
- - - - -
- cib-figma -
-
-
- - - - -
- cib-feedly -
-
-
- - - - -
- cib-filezilla -
-
-
- - - - -
- cib-fitbit -
-
-
- - - - -
- cib-firebase -
-
-
- - - - -
- cib-flickr -
-
-
- - - - -
- cib-flattr -
-
-
- - - - -
- cib-flipboard -
-
-
- - - - -
- cib-flutter -
-
-
- - - - -
- cib-fnac -
-
-
- - - - -
- cib-foursquare -
-
-
- - - - -
- cib-freebsd -
-
-
- - - - -
- cib-framer -
-
-
- - - - -
- cib-fur-affinity -
-
-
- - - - -
- cib-furry-network -
-
-
- - - - -
- cib-freecodecamp -
-
-
- - - - -
- cib-garmin -
-
-
- - - - -
- cib-gatsby -
-
-
- - - - -
- cib-gauges -
-
-
- - - - -
- cib-genius -
-
-
- - - - -
- cib-gentoo -
-
-
- - - - -
- cib-geocaching -
-
-
- - - - -
- cib-ghost -
-
-
- - - - -
- cib-gg -
-
-
- - - - -
- cib-gimp -
-
-
- - - - -
- cib-github -
-
-
- - - - -
- cib-git -
-
-
- - - - -
- cib-gitkraken -
-
-
- - - - -
- cib-gitea -
-
-
- - - - -
- cib-gitlab -
-
-
- - - - -
- cib-gitter -
-
-
- - - - -
- cib-gitpod -
-
-
- - - - -
- cib-glassdoor -
-
-
- - - - -
- cib-glitch -
-
-
- - - - -
- cib-gnu-social -
-
-
- - - - -
- cib-gmail -
-
-
- - - - -
- cib-gnu-privacy-guard -
-
-
- - - - -
- cib-godot-engine -
-
-
- - - - -
- cib-go -
-
-
- - - - -
- cib-gog-com -
-
-
- - - - -
- cib-goldenline -
-
-
- - - - -
- cib-goodreads -
-
-
- - - - -
- cib-google-ads -
-
-
- - - - -
- cib-google-allo -
-
-
- - - - -
- cib-google-keep -
-
-
- - - - -
- cib-google-chrome -
-
-
- - - - -
- cib-google-cloud -
-
-
- - - - -
- cib-google-pay -
-
-
- - - - -
- cib-google-podcasts -
-
-
- - - - -
- cib-google-play -
-
-
- - - - -
- cib-google -
-
-
- - - - -
- cib-googles-cholar -
-
-
- - - - -
- cib-google-analytics -
-
-
- - - - -
- cib-gov-uk -
-
-
- - - - -
- cib-gradle -
-
-
- - - - -
- cib-grafana -
-
-
- - - - -
- cib-graphcool -
-
-
- - - - -
- cib-graphql -
-
-
- - - - -
- cib-gravatar -
-
-
- - - - -
- cib-grav -
-
-
- - - - -
- cib-greenkeeper -
-
-
- - - - -
- cib-groupon -
-
-
- - - - -
- cib-groovy -
-
-
- - - - -
- cib-grunt -
-
-
- - - - -
- cib-gulp -
-
-
- - - - -
- cib-gumroad -
-
-
- - - - -
- cib-gumtree -
-
-
- - - - -
- cib-habr -
-
-
- - - - -
- cib-hackaday -
-
-
- - - - -
- cib-hackerearth -
-
-
- - - - -
- cib-hackerone -
-
-
- - - - -
- cib-hackhands -
-
-
- - - - -
- cib-hackster -
-
-
- - - - -
- cib-happycow -
-
-
- - - - -
- cib-hackerrank -
-
-
- - - - -
- cib-hatena-bookmark -
-
-
- - - - -
- cib-haxe -
-
-
- - - - -
- cib-hashnode -
-
-
- - - - -
- cib-haskell -
-
-
- - - - -
- cib-helm -
-
-
- - - - -
- cib-hexo -
-
-
- - - - -
- cib-heroku -
-
-
- - - - -
- cib-hipchat -
-
-
- - - - -
- cib-here -
-
-
- - - - -
- cib-highly -
-
-
- - - - -
- cib-hitachi -
-
-
- - - - -
- cib-hockeyapp -
-
-
- - - - -
- cib-homify -
-
-
- - - - -
- cib-hootsuite -
-
-
- - - - -
- cib-hotjar -
-
-
- - - - -
- cib-houzz -
-
-
- - - - -
- cib-hp -
-
-
- - - - -
- cib-html-5shield -
-
-
- - - - -
- cib-html-5 -
-
-
- - - - -
- cib-htmlacademy -
-
-
- - - - -
- cib-hubspot -
-
-
- - - - -
- cib-hulu -
-
-
- - - - -
- cib-huawei -
-
-
- - - - -
- cib-humble-bundle -
-
-
- - - - -
- cib-ibm -
-
-
- - - - -
- cib-iata -
-
-
- - - - -
- cib-icloud -
-
-
- - - - -
- cib-iconjar -
-
-
- - - - -
- cib-icq -
-
-
- - - - -
- cib-imdb -
-
-
- - - - -
- cib-ideal -
-
-
- - - - -
- cib-indeed -
-
-
- - - - -
- cib-inkscape -
-
-
- - - - -
- cib-ifixit -
-
-
- - - - -
- cib-instagram -
-
-
- - - - -
- cib-instapaper -
-
-
- - - - -
- cib-intel -
-
-
- - - - -
- cib-instacart -
-
-
- - - - -
- cib-intellijidea -
-
-
- - - - -
- cib-intercom -
-
-
- - - - -
- cib-internet-explorer -
-
-
- - - - -
- cib-invision -
-
-
- - - - -
- cib-ionic -
-
-
- - - - -
- cib-issuu -
-
-
- - - - -
- cib-itch-io -
-
-
- - - - -
- cib-jabber -
-
-
- - - - -
- cib-java -
-
-
- - - - -
- cib-jekyll -
-
-
- - - - -
- cib-javascript -
-
-
- - - - -
- cib-jest -
-
-
- - - - -
- cib-jetbrains -
-
-
- - - - -
- cib-jira -
-
-
- - - - -
- cib-jenkins -
-
-
- - - - -
- cib-joomla -
-
-
- - - - -
- cib-jet -
-
-
- - - - -
- cib-jquery -
-
-
- - - - -
- cib-js -
-
-
- - - - -
- cib-jsdelivr -
-
-
- - - - -
- cib-json -
-
-
- - - - -
- cib-jupyter -
-
-
- - - - -
- cib-jsfiddle -
-
-
- - - - -
- cib-justgiving -
-
-
- - - - -
- cib-kaggle -
-
-
- - - - -
- cib-kaios -
-
-
- - - - -
- cib-kaspersky -
-
-
- - - - -
- cib-keras -
-
-
- - - - -
- cib-khan-academy -
-
-
- - - - -
- cib-keycdn -
-
-
- - - - -
- cib-keybase -
-
-
- - - - -
- cib-kentico -
-
-
- - - - -
- cib-kickstarter -
-
-
- - - - -
- cib-kik -
-
-
- - - - -
- cib-kirby -
-
-
- - - - -
- cib-klout -
-
-
- - - - -
- cib-kibana -
-
-
- - - - -
- cib-known -
-
-
- - - - -
- cib-ko-fi -
-
-
- - - - -
- cib-kotlin -
-
-
- - - - -
- cib-kodi -
-
-
- - - - -
- cib-koding -
-
-
- - - - -
- cib-krita -
-
-
- - - - -
- cib-lanyrd -
-
-
- - - - -
- cib-kubernetes -
-
-
- - - - -
- cib-laravel-horizon -
-
-
- - - - -
- cib-laravel-nova -
-
-
- - - - -
- cib-laravel -
-
-
- - - - -
- cib-leetcode -
-
-
- - - - -
- cib-last-fm -
-
-
- - - - -
- cib-launchpad -
-
-
- - - - -
- cib-lenovo -
-
-
- - - - -
- cib-lets-encrypt -
-
-
- - - - -
- cib-less -
-
-
- - - - -
- cib-lgtm -
-
-
- - - - -
- cib-latex -
-
-
- - - - -
- cib-letterboxd -
-
-
- - - - -
- cib-liberapay -
-
-
- - - - -
- cib-librarything -
-
-
- - - - -
- cib-libreoffice -
-
-
- - - - -
- cib-line -
-
-
- - - - -
- cib-linkedin-in -
-
-
- - - - -
- cib-linkedin -
-
-
- - - - -
- cib-linux-foundation -
-
-
- - - - -
- cib-linux -
-
-
- - - - -
- cib-linux-mint -
-
-
- - - - -
- cib-livejournal -
-
-
- - - - -
- cib-logstash -
-
-
- - - - -
- cib-livestream -
-
-
- - - - -
- cib-lumen -
-
-
- - - - -
- cib-lua -
-
-
- - - - -
- cib-lyft -
-
-
- - - - -
- cib-macys -
-
-
- - - - -
- cib-magento -
-
-
- - - - -
- cib-magisk -
-
-
- - - - -
- cib-mail-ru -
-
-
- - - - -
- cib-makerbot -
-
-
- - - - -
- cib-markdown -
-
-
- - - - -
- cib-mailchimp -
-
-
- - - - -
- cib-manjaro -
-
-
- - - - -
- cib-mastodon -
-
-
- - - - -
- cib-marketo -
-
-
- - - - -
- cib-mastercard -
-
-
- - - - -
- cib-material-design -
-
-
- - - - -
- cib-mathworks -
-
-
- - - - -
- cib-matrix -
-
-
- - - - -
- cib-mattermost -
-
-
- - - - -
- cib-matternet -
-
-
- - - - -
- cib-maxcdn -
-
-
- - - - -
- cib-mcafee -
-
-
- - - - -
- cib-media-temple -
-
-
- - - - -
- cib-medium-m -
-
-
- - - - -
- cib-mediafire -
-
-
- - - - -
- cib-medium -
-
-
- - - - -
- cib-meetup -
-
-
- - - - -
- cib-mega -
-
-
- - - - -
- cib-mendeley -
-
-
- - - - -
- cib-messenger -
-
-
- - - - -
- cib-meteor -
-
-
- - - - -
- cib-micro-blog -
-
-
- - - - -
- cib-microgenetics -
-
-
- - - - -
- cib-microsoft -
-
-
- - - - -
- cib-microsoft-edge -
-
-
- - - - -
- cib-mix -
-
-
- - - - -
- cib-minetest -
-
-
- - - - -
- cib-mixcloud -
-
-
- - - - -
- cib-mixer -
-
-
- - - - -
- cib-mojang -
-
-
- - - - -
- cib-monero -
-
-
- - - - -
- cib-monkeytie -
-
-
- - - - -
- cib-mongodb -
-
-
- - - - -
- cib-minutemailer -
-
-
- - - - -
- cib-monogram -
-
-
- - - - -
- cib-monzo -
-
-
- - - - -
- cib-moo -
-
-
- - - - -
- cib-mxlinux -
-
-
- - - - -
- cib-mozilla-firefox -
-
-
- - - - -
- cib-musescore -
-
-
- - - - -
- cib-myspace -
-
-
- - - - -
- cib-mysql -
-
-
- - - - -
- cib-nativescript -
-
-
- - - - -
- cib-mozilla -
-
-
- - - - -
- cib-nec -
-
-
- - - - -
- cib-netflix -
-
-
- - - - -
- cib-neo-4j -
-
-
- - - - -
- cib-netlify -
-
-
- - - - -
- cib-nextdoor -
-
-
- - - - -
- cib-next-js -
-
-
- - - - -
- cib-nim -
-
-
- - - - -
- cib-nextcloud -
-
-
- - - - -
- cib-nginx -
-
-
- - - - -
- cib-nintendo-3ds -
-
-
- - - - -
- cib-nintendo-gamecube -
-
-
- - - - -
- cib-node-js -
-
-
- - - - -
- cib-nintendo -
-
-
- - - - -
- cib-nintendo-switch -
-
-
- - - - -
- cib-node-red -
-
-
- - - - -
- cib-nodemon -
-
-
- - - - -
- cib-notion -
-
-
- - - - -
- cib-nokia -
-
-
- - - - -
- cib-npm -
-
-
- - - - -
- cib-nuget -
-
-
- - - - -
- cib-nucleo -
-
-
- - - - -
- cib-nvidia -
-
-
- - - - -
- cib-nuxt-js -
-
-
- - - - -
- cib-ocaml -
-
-
- - - - -
- cib-octopus-deploy -
-
-
- - - - -
- cib-octave -
-
-
- - - - -
- cib-oculus -
-
-
- - - - -
- cib-open-collective -
-
-
- - - - -
- cib-odnoklassniki -
-
-
- - - - -
- cib-open-id -
-
-
- - - - -
- cib-open-access -
-
-
- - - - -
- cib-openstreetmap -
-
-
- - - - -
- cib-open-source-initiative -
-
-
- - - - -
- cib-openvpn -
-
-
- - - - -
- cib-opera -
-
-
- - - - -
- cib-oracle -
-
-
- - - - -
- cib-opsgenie -
-
-
- - - - -
- cib-opensuse -
-
-
- - - - -
- cib-osmc -
-
-
- - - - -
- cib-origin -
-
-
- - - - -
- cib-osi -
-
-
- - - - -
- cib-overcast -
-
-
- - - - -
- cib-orcid -
-
-
- - - - -
- cib-ovh -
-
-
- - - - -
- cib-pagekit -
-
-
- - - - -
- cib-pandora -
-
-
- - - - -
- cib-patreon -
-
-
- - - - -
- cib-pantheon -
-
-
- - - - -
- cib-palantir -
-
-
- - - - -
- cib-php -
-
-
- - - - -
- cib-picarto-tv -
-
-
- - - - -
- cib-pinboard -
-
-
- - - - -
- cib-overleaf -
-
-
- - - - -
- cib-periscope -
-
-
- - - - -
- cib-paypal -
-
-
- - - - -
- cib-pingdom -
-
-
- - - - -
- cib-pingup -
-
-
- - - - -
- cib-pinterest -
-
-
- - - - -
- cib-pinterest-p -
-
-
- - - - -
- cib-player-me -
-
-
- - - - -
- cib-pivotaltracker -
-
-
- - - - -
- cib-playerfm -
-
-
- - - - -
- cib-playstation-3 -
-
-
- - - - -
- cib-playstation-4 -
-
-
- - - - -
- cib-plangrid -
-
-
- - - - -
- cib-plex -
-
-
- - - - -
- cib-plesk -
-
-
- - - - -
- cib-pocket -
-
-
- - - - -
- cib-playstation -
-
-
- - - - -
- cib-pluralsight -
-
-
- - - - -
- cib-plurk -
-
-
- - - - -
- cib-postgresql -
-
-
- - - - -
- cib-postman -
-
-
- - - - -
- cib-postwoman -
-
-
- - - - -
- cib-powershell -
-
-
- - - - -
- cib-prismic -
-
-
- - - - -
- cib-prettier -
-
-
- - - - -
- cib-probot -
-
-
- - - - -
- cib-proto-io -
-
-
- - - - -
- cib-processwire -
-
-
- - - - -
- cib-protonmail -
-
-
- - - - -
- cib-proxmox -
-
-
- - - - -
- cib-pypi -
-
-
- - - - -
- cib-python -
-
-
- - - - -
- cib-pytorch -
-
-
- - - - -
- cib-qualcomm -
-
-
- - - - -
- cib-qgis -
-
-
- - - - -
- cib-qiita -
-
-
- - - - -
- cib-quantcast -
-
-
- - - - -
- cib-product-hunt -
-
-
- - - - -
- cib-quantopian -
-
-
- - - - -
- cib-quarkus -
-
-
- - - - -
- cib-qwiklabs -
-
-
- - - - -
- cib-quora -
-
-
- - - - -
- cib-qq -
-
-
- - - - -
- cib-qzone -
-
-
- - - - -
- cib-r -
-
-
- - - - -
- cib-radiopublic -
-
-
- - - - -
- cib-react -
-
-
- - - - -
- cib-raspberry-pi -
-
-
- - - - -
- cib-read-the-docs -
-
-
- - - - -
- cib-realm -
-
-
- - - - -
- cib-readme -
-
-
- - - - -
- cib-reason -
-
-
- - - - -
- cib-reddit-alt -
-
-
- - - - -
- cib-redbubble -
-
-
- - - - -
- cib-reddit -
-
-
- - - - -
- cib-redhat -
-
-
- - - - -
- cib-redux -
-
-
- - - - -
- cib-redis -
-
-
- - - - -
- cib-reverbnation -
-
-
- - - - -
- cib-renren -
-
-
- - - - -
- cib-riot -
-
-
- - - - -
- cib-rails -
-
-
- - - - -
- cib-ripple -
-
-
- - - - -
- cib-riseup -
-
-
- - - - -
- cib-rollup-js -
-
-
- - - - -
- cib-rss -
-
-
- - - - -
- cib-roots -
-
-
- - - - -
- cib-roundcube -
-
-
- - - - -
- cib-rstudio -
-
-
- - - - -
- cib-rubygems -
-
-
- - - - -
- cib-runkeeper -
-
-
- - - - -
- cib-ruby -
-
-
- - - - -
- cib-salesforce -
-
-
- - - - -
- cib-rust -
-
-
- - - - -
- cib-safari -
-
-
- - - - -
- cib-saltstack -
-
-
- - - - -
- cib-sahibinden -
-
-
- - - - -
- cib-samsung-pay -
-
-
- - - - -
- cib-samsung -
-
-
- - - - -
- cib-sap -
-
-
- - - - -
- cib-sass-alt -
-
-
- - - - -
- cib-sass -
-
-
- - - - -
- cib-scala -
-
-
- - - - -
- cib-scaleway -
-
-
- - - - -
- cib-saucelabs -
-
-
- - - - -
- cib-scribd -
-
-
- - - - -
- cib-seagate -
-
-
- - - - -
- cib-scrutinizerci -
-
-
- - - - -
- cib-sega -
-
-
- - - - -
- cib-semaphoreci -
-
-
- - - - -
- cib-sensu -
-
-
- - - - -
- cib-sellfy -
-
-
- - - - -
- cib-sentry -
-
-
- - - - -
- cib-server-fault -
-
-
- - - - -
- cib-shazam -
-
-
- - - - -
- cib-shell -
-
-
- - - - -
- cib-showpad -
-
-
- - - - -
- cib-shopify -
-
-
- - - - -
- cib-signal -
-
-
- - - - -
- cib-siemens -
-
-
- - - - -
- cib-sina-weibo -
-
-
- - - - -
- cib-sitepoint -
-
-
- - - - -
- cib-sketch -
-
-
- - - - -
- cib-skillshare -
-
-
- - - - -
- cib-skyliner -
-
-
- - - - -
- cib-skype -
-
-
- - - - -
- cib-slashdot -
-
-
- - - - -
- cib-slickpic -
-
-
- - - - -
- cib-slack -
-
-
- - - - -
- cib-slideshare -
-
-
- - - - -
- cib-slides -
-
-
- - - - -
- cib-smashingmagazine -
-
-
- - - - -
- cib-snapchat -
-
-
- - - - -
- cib-snapcraft -
-
-
- - - - -
- cib-society-6 -
-
-
- - - - -
- cib-snyk -
-
-
- - - - -
- cib-socket-io -
-
-
- - - - -
- cib-sogou -
-
-
- - - - -
- cib-solus -
-
-
- - - - -
- cib-songkick -
-
-
- - - - -
- cib-sonos -
-
-
- - - - -
- cib-sourceforge -
-
-
- - - - -
- cib-soundcloud -
-
-
- - - - -
- cib-sourcegraph -
-
-
- - - - -
- cib-spacemacs -
-
-
- - - - -
- cib-spacex -
-
-
- - - - -
- cib-sparkpost -
-
-
- - - - -
- cib-sparkfun -
-
-
- - - - -
- cib-spectrum -
-
-
- - - - -
- cib-spdx -
-
-
- - - - -
- cib-speaker-deck -
-
-
- - - - -
- cib-spotify -
-
-
- - - - -
- cib-spreaker -
-
-
- - - - -
- cib-spotlight -
-
-
- - - - -
- cib-spring -
-
-
- - - - -
- cib-squarespace -
-
-
- - - - -
- cib-stack-overflow -
-
-
- - - - -
- cib-stackbit -
-
-
- - - - -
- cib-stackexchange -
-
-
- - - - -
- cib-stackshare -
-
-
- - - - -
- cib-stadia -
-
-
- - - - -
- cib-stackpath -
-
-
- - - - -
- cib-sprint -
-
-
- - - - -
- cib-staticman -
-
-
- - - - -
- cib-statamic -
-
-
- - - - -
- cib-statuspage -
-
-
- - - - -
- cib-steam -
-
-
- - - - -
- cib-steemit -
-
-
- - - - -
- cib-stitcher -
-
-
- - - - -
- cib-steem -
-
-
- - - - -
- cib-strapi -
-
-
- - - - -
- cib-storify -
-
-
- - - - -
- cib-stripe-s -
-
-
- - - - -
- cib-strava -
-
-
- - - - -
- cib-stripe -
-
-
- - - - -
- cib-storybook -
-
-
- - - - -
- cib-stumbleupon -
-
-
- - - - -
- cib-styleshare -
-
-
- - - - -
- cib-stylus -
-
-
- - - - -
- cib-sublime-text -
-
-
- - - - -
- cib-subversion -
-
-
- - - - -
- cib-stubhub -
-
-
- - - - -
- cib-superuser -
-
-
- - - - -
- cib-swarm -
-
-
- - - - -
- cib-svg -
-
-
- - - - -
- cib-swagger -
-
-
- - - - -
- cib-symantec -
-
-
- - - - -
- cib-svelte -
-
-
- - - - -
- cib-swift -
-
-
- - - - -
- cib-tmobile -
-
-
- - - - -
- cib-symfony -
-
-
- - - - -
- cib-synology -
-
-
- - - - -
- cib-teamviewer -
-
-
- - - - -
- cib-tails -
-
-
- - - - -
- cib-tapas -
-
-
- - - - -
- cib-ted -
-
-
- - - - -
- cib-teespring -
-
-
- - - - -
- cib-telegram-plane -
-
-
- - - - -
- cib-tableau -
-
-
- - - - -
- cib-tencent-qq -
-
-
- - - - -
- cib-terraform -
-
-
- - - - -
- cib-tencent-weibo -
-
-
- - - - -
- cib-telegram -
-
-
- - - - -
- cib-tensorflow -
-
-
- - - - -
- cib-tidal -
-
-
- - - - -
- cib-tesla -
-
-
- - - - -
- cib-the-movie-database -
-
-
- - - - -
- cib-tiktok -
-
-
- - - - -
- cib-tinder -
-
-
- - - - -
- cib-todoist -
-
-
- - - - -
- cib-toggl -
-
-
- - - - -
- cib-topcoder -
-
-
- - - - -
- cib-tor -
-
-
- - - - -
- cib-toshiba -
-
-
- - - - -
- cib-trakt -
-
-
- - - - -
- cib-trainerroad -
-
-
- - - - -
- cib-treehouse -
-
-
- - - - -
- cib-toptal -
-
-
- - - - -
- cib-tripadvisor -
-
-
- - - - -
- cib-trulia -
-
-
- - - - -
- cib-trello -
-
-
- - - - -
- cib-tumblr -
-
-
- - - - -
- cib-the-mighty -
-
-
- - - - -
- cib-twitch -
-
-
- - - - -
- cib-twoo -
-
-
- - - - -
- cib-twitter -
-
-
- - - - -
- cib-typescript -
-
-
- - - - -
- cib-typo-3 -
-
-
- - - - -
- cib-ublock-origin -
-
-
- - - - -
- cib-uber -
-
-
- - - - -
- cib-ubisoft -
-
-
- - - - -
- cib-udacity -
-
-
- - - - -
- cib-udemy -
-
-
- - - - -
- cib-uikit -
-
-
- - - - -
- cib-unity -
-
-
- - - - -
- cib-umbraco -
-
-
- - - - -
- cib-ubuntu -
-
-
- - - - -
- cib-untappd -
-
-
- - - - -
- cib-unsplash -
-
-
- - - - -
- cib-upwork -
-
-
- - - - -
- cib-unreal-engine -
-
-
- - - - -
- cib-usb -
-
-
- - - - -
- cib-v8 -
-
-
- - - - -
- cib-vagrant -
-
-
- - - - -
- cib-venmo -
-
-
- - - - -
- cib-verizon -
-
-
- - - - -
- cib-viadeo -
-
-
- - - - -
- cib-twilio -
-
-
- - - - -
- cib-vimeo-v -
-
-
- - - - -
- cib-vim -
-
-
- - - - -
- cib-vimeo -
-
-
- - - - -
- cib-vine -
-
-
- - - - -
- cib-visa -
-
-
- - - - -
- cib-virb -
-
-
- - - - -
- cib-visual-studio-code -
-
-
- - - - -
- cib-viber -
-
-
- - - - -
- cib-visual-studio -
-
-
- - - - -
- cib-vlc -
-
-
- - - - -
- cib-vk -
-
-
- - - - -
- cib-vsco -
-
-
- - - - -
- cib-weasyl -
-
-
- - - - -
- cib-wattpad -
-
-
- - - - -
- cib-webpack -
-
-
- - - - -
- cib-webcomponents-org -
-
-
- - - - -
- cib-vue-js -
-
-
- - - - -
- cib-wechat -
-
-
- - - - -
- cib-whatsapp -
-
-
- - - - -
- cib-when-iwork -
-
-
- - - - -
- cib-wii -
-
-
- - - - -
- cib-wiiu -
-
-
- - - - -
- cib-wikipedia -
-
-
- - - - -
- cib-webstorm -
-
-
- - - - -
- cib-wire -
-
-
- - - - -
- cib-wireguard -
-
-
- - - - -
- cib-wolfram-language -
-
-
- - - - -
- cib-wix -
-
-
- - - - -
- cib-wolfram-mathematica -
-
-
- - - - -
- cib-windows -
-
-
- - - - -
- cib-wordpress -
-
-
- - - - -
- cib-wpengine -
-
-
- - - - -
- cib-xbox -
-
-
- - - - -
- cib-wolfram -
-
-
- - - - -
- cib-xcode -
-
-
- - - - -
- cib-xpack -
-
-
- - - - -
- cib-xero -
-
-
- - - - -
- cib-xiaomi -
-
-
- - - - -
- cib-ycombinator -
-
-
- - - - -
- cib-xing -
-
-
- - - - -
- cib-xrp -
-
-
- - - - -
- cib-xsplit -
-
-
- - - - -
- cib-yahoo -
-
-
- - - - -
- cib-yammer -
-
-
- - - - -
- cib-yandex -
-
-
- - - - -
- cib-yarn -
-
-
- - - - -
- cib-youtube -
-
-
- - - - -
- cib-yelp -
-
-
- - - - -
- cib-zalando -
-
-
- - - - -
- cib-zapier -
-
-
- - - - -
- cib-zeit -
-
-
- - - - -
- cib-zendesk -
-
-
- - - - -
- cib-zerply -
-
-
- - - - -
- cib-zillow -
-
-
- - - - -
- cib-zingat -
-
-
- - - - -
- cib-zoom -
-
-
- - - - -
- cib-zorin -
-
-
- - - - -
- cib-zulip -
-
-
- - - - -
- cib-deno -
-
-
- - - - -
- cib-epic-games -
-
-
- - - - -
- cib-flask -
-
-
- - - - -
- cib-gerrit -
-
-
- - - - -
- cib-greensock -
-
-
- - - - -
- cib-travisci -
-
-
- - - - -
- cib-apache-flink -
-
-
- - - - -
- cib-babel -
-
-
- - - - -
- cib-codewars -
-
-
- - - - -
- cib-gnu -
-
-
- - - - -
- cib-composer -
-
-
- - - - -
- cib-elsevier -
-
-
-
-
-
-`; diff --git a/tests/unit/views/icons/__snapshots__/CoreUIIcons.spec.js.snap b/tests/unit/views/icons/__snapshots__/CoreUIIcons.spec.js.snap deleted file mode 100644 index 7508579f..00000000 --- a/tests/unit/views/icons/__snapshots__/CoreUIIcons.spec.js.snap +++ /dev/null @@ -1,7583 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`CoreUIIcons.vue renders correctly 1`] = ` -
- - - - - CoreUI Icons - - - New - - - - - - - - - - -
- cil-3d -
-
- - - -
- cil-action-undo -
-
- - - -
- cil-account-logout -
-
- - - -
- cil-4k -
-
- - - -
- cil-address-book -
-
- - - -
- cil-action-redo -
-
- - - -
- cil-airplay -
-
- - - -
- cil-airplane-mode -
-
- - - -
- cil-airplane-mode-off -
-
- - - -
- cil-alarm -
-
- - - -
- cil-album -
-
- - - -
- cil-align-center -
-
- - - -
- cil-align-left -
-
- - - -
- cil-align-right -
-
- - - -
- cil-american-football -
-
- - - -
- cil-aperture -
-
- - - -
- cil-apple -
-
- - - -
- cil-applications-settings -
-
- - - -
- cil-arrow-bottom -
-
- - - -
- cil-applications -
-
- - - -
- cil-arrow-circle-bottom -
-
- - - -
- cil-arrow-circle-left -
-
- - - -
- cil-arrow-circle-right -
-
- - - -
- cil-arrow-circle-top -
-
- - - -
- cil-arrow-left -
-
- - - -
- cil-arrow-thick-bottom -
-
- - - -
- cil-arrow-right -
-
- - - -
- cil-arrow-thick-from-bottom -
-
- - - -
- cil-arrow-thick-from-left -
-
- - - -
- cil-arrow-thick-from-right -
-
- - - -
- cil-arrow-thick-from-top -
-
- - - -
- cil-arrow-thick-left -
-
- - - -
- cil-arrow-thick-right -
-
- - - -
- cil-arrow-thick-to-bottom -
-
- - - -
- cil-arrow-thick-to-left -
-
- - - -
- cil-arrow-thick-to-right -
-
- - - -
- cil-arrow-thick-top -
-
- - - -
- cil-arrow-top -
-
- - - -
- cil-arrow-thick-to-top -
-
- - - -
- cil-assistive-listening-system -
-
- - - -
- cil-asterisk -
-
- - - -
- cil-asterisk-circle -
-
- - - -
- cil-at -
-
- - - -
- cil-audio-description -
-
- - - -
- cil-audio-spectrum -
-
- - - -
- cil-audio -
-
- - - -
- cil-badge -
-
- - - -
- cil-balance-scale -
-
- - - -
- cil-av-timer -
-
- - - -
- cil-ban -
-
- - - -
- cil-bar-chart -
-
- - - -
- cil-bank -
-
- - - -
- cil-barcode -
-
- - - -
- cil-basket -
-
- - - -
- cil-basketball -
-
- - - -
- cil-baseball -
-
- - - -
- cil-battery-0 -
-
- - - -
- cil-battery-3 -
-
- - - -
- cil-battery-5 -
-
- - - -
- cil-bath -
-
- - - -
- cil-battery-alert -
-
- - - -
- cil-battery-slash -
-
- - - -
- cil-beach-access -
-
- - - -
- cil-beaker -
-
- - - -
- cil-bed -
-
- - - -
- cil-bell -
-
- - - -
- cil-bike -
-
- - - -
- cil-blind -
-
- - - -
- cil-birthday-cake -
-
- - - -
- cil-blur-circular -
-
- - - -
- cil-blur-linear -
-
- - - -
- cil-boat-alt -
-
- - - -
- cil-blur -
-
- - - -
- cil-bluetooth -
-
- - - -
- cil-book -
-
- - - -
- cil-bolt -
-
- - - -
- cil-bookmark -
-
- - - -
- cil-bold -
-
- - - -
- cil-border-all -
-
- - - -
- cil-border-bottom -
-
- - - -
- cil-border-clear -
-
- - - -
- cil-border-horizontal -
-
- - - -
- cil-border-inner -
-
- - - -
- cil-border-left -
-
- - - -
- cil-border-style -
-
- - - -
- cil-border-right -
-
- - - -
- cil-border-top -
-
- - - -
- cil-border-outer -
-
- - - -
- cil-border-vertical -
-
- - - -
- cil-briefcase -
-
- - - -
- cil-brightness -
-
- - - -
- cil-british-pound -
-
- - - -
- cil-bowling -
-
- - - -
- cil-braille -
-
- - - -
- cil-browser -
-
- - - -
- cil-brush-alt -
-
- - - -
- cil-brush -
-
- - - -
- cil-bug -
-
- - - -
- cil-building -
-
- - - -
- cil-calculator -
-
- - - -
- cil-bullhorn -
-
- - - -
- cil-burger -
-
- - - -
- cil-calendar-check -
-
- - - -
- cil-bus-alt -
-
- - - -
- cil-camera-control -
-
- - - -
- cil-camera-roll -
-
- - - -
- cil-calendar -
-
- - - -
- cil-camera -
-
- - - -
- cil-caret-bottom -
-
- - - -
- cil-car-alt -
-
- - - -
- cil-caret-top -
-
- - - -
- cil-caret-right -
-
- - - -
- cil-caret-left -
-
- - - -
- cil-casino -
-
- - - -
- cil-cart -
-
- - - -
- cil-cat -
-
- - - -
- cil-cast -
-
- - - -
- cil-chart-line -
-
- - - -
- cil-chart -
-
- - - -
- cil-chart-pie -
-
- - - -
- cil-check-alt -
-
- - - -
- cil-center-focus -
-
- - - -
- cil-check-circle -
-
- - - -
- cil-chat-bubble -
-
- - - -
- cil-check -
-
- - - -
- cil-chevron-bottom -
-
- - - -
- cil-chevron-circle-down-alt -
-
- - - -
- cil-chevron-circle-right-alt -
-
- - - -
- cil-chevron-circle-left-alt -
-
- - - -
- cil-chevron-circle-up-alt -
-
- - - -
- cil-chevron-double-down -
-
- - - -
- cil-chevron-double-left -
-
- - - -
- cil-chevron-double-up-alt -
-
- - - -
- cil-chevron-double-up -
-
- - - -
- cil-chevron-double-right -
-
- - - -
- cil-chevron-left -
-
- - - -
- cil-chevron-top -
-
- - - -
- cil-chevron-right -
-
- - - -
- cil-child -
-
- - - -
- cil-circle -
-
- - - -
- cil-clear-all -
-
- - - -
- cil-clock -
-
- - - -
- cil-clipboard -
-
- - - -
- cil-clone -
-
- - - -
- cil-cloud -
-
- - - -
- cil-cloud-upload -
-
- - - -
- cil-child-friendly -
-
- - - -
- cil-cloud-download -
-
- - - -
- cil-closed-captioning -
-
- - - -
- cil-coffee -
-
- - - -
- cil-cloudy -
-
- - - -
- cil-code -
-
- - - -
- cil-color-border -
-
- - - -
- cil-columns -
-
- - - -
- cil-color-palette -
-
- - - -
- cil-color-fill -
-
- - - -
- cil-comment-bubble -
-
- - - -
- cil-compass -
-
- - - -
- cil-comment-square -
-
- - - -
- cil-compress -
-
- - - -
- cil-contrast -
-
- - - -
- cil-contact -
-
- - - -
- cil-couch -
-
- - - -
- cil-credit-card -
-
- - - -
- cil-crop -
-
- - - -
- cil-crop-rotate -
-
- - - -
- cil-cursor-move -
-
- - - -
- cil-cursor -
-
- - - -
- cil-data-transfer-down -
-
- - - -
- cil-data-transfer-up -
-
- - - -
- cil-copy -
-
- - - -
- cil-cut -
-
- - - -
- cil-deaf -
-
- - - -
- cil-description -
-
- - - -
- cil-dinner -
-
- - - -
- cil-devices -
-
- - - -
- cil-dialpad -
-
- - - -
- cil-dog -
-
- - - -
- cil-dollar -
-
- - - -
- cil-door -
-
- - - -
- cil-double-quote-sans-left -
-
- - - -
- cil-double-quote-sans-right -
-
- - - -
- cil-drink-alcohol -
-
- - - -
- cil-drink -
-
- - - -
- cil-drop -
-
- - - -
- cil-drop-1 -
-
- - - -
- cil-envelope-closed -
-
- - - -
- cil-envelope-letter -
-
- - - -
- cil-elevator -
-
- - - -
- cil-envelope-open -
-
- - - -
- cil-equalizer -
-
- - - -
- cil-ethernet -
-
- - - -
- cil-excerpt -
-
- - - -
- cil-euro -
-
- - - -
- cil-expand-down -
-
- - - -
- cil-exit-to-app -
-
- - - -
- cil-expand-left -
-
- - - -
- cil-expand-up -
-
- - - -
- cil-exposure -
-
- - - -
- cil-expand-right -
-
- - - -
- cil-external-link -
-
- - - -
- cil-eyedropper -
-
- - - -
- cil-face-dead -
-
- - - -
- cil-face -
-
- - - -
- cil-fastfood -
-
- - - -
- cil-fax -
-
- - - -
- cil-featured-playlist -
-
- - - -
- cil-file -
-
- - - -
- cil-filter-photo -
-
- - - -
- cil-filter -
-
- - - -
- cil-filter-frames -
-
- - - -
- cil-find-in-page -
-
- - - -
- cil-fingerprint -
-
- - - -
- cil-fire -
-
- - - -
- cil-flag-alt -
-
- - - -
- cil-flight-takeoff -
-
- - - -
- cil-flip -
-
- - - -
- cil-flip-to-back -
-
- - - -
- cil-folder-open -
-
- - - -
- cil-flip-to-front -
-
- - - -
- cil-folder -
-
- - - -
- cil-flower -
-
- - - -
- cil-fork -
-
- - - -
- cil-font -
-
- - - -
- cil-football -
-
- - - -
- cil-fridge -
-
- - - -
- cil-frown -
-
- - - -
- cil-fullscreen -
-
- - - -
- cil-functions-alt -
-
- - - -
- cil-functions -
-
- - - -
- cil-gem -
-
- - - -
- cil-garage -
-
- - - -
- cil-gamepad -
-
- - - -
- cil-gif -
-
- - - -
- cil-fullscreen-exit -
-
- - - -
- cil-gift -
-
- - - -
- cil-globe-alt -
-
- - - -
- cil-golf-alt -
-
- - - -
- cil-gradient -
-
- - - -
- cil-graph -
-
- - - -
- cil-grid-slash -
-
- - - -
- cil-grid -
-
- - - -
- cil-golf -
-
- - - -
- cil-hand-point-down -
-
- - - -
- cil-grain -
-
- - - -
- cil-hand-point-left -
-
- - - -
- cil-hd -
-
- - - -
- cil-hand-point-right -
-
- - - -
- cil-header -
-
- - - -
- cil-hand-point-up -
-
- - - -
- cil-headphones -
-
- - - -
- cil-heart -
-
- - - -
- cil-highlighter -
-
- - - -
- cil-healing -
-
- - - -
- cil-hdr -
-
- - - -
- cil-highligt -
-
- - - -
- cil-history -
-
- - - -
- cil-home -
-
- - - -
- cil-hospital -
-
- - - -
- cil-house -
-
- - - -
- cil-hot-tub -
-
- - - -
- cil-image-broken -
-
- - - -
- cil-image-plus -
-
- - - -
- cil-https -
-
- - - -
- cil-image-1 -
-
- - - -
- cil-inbox -
-
- - - -
- cil-indent-decrease -
-
- - - -
- cil-industry-slash -
-
- - - -
- cil-industry -
-
- - - -
- cil-indent-increase -
-
- - - -
- cil-infinity -
-
- - - -
- cil-info -
-
- - - -
- cil-input-hdmi -
-
- - - -
- cil-input -
-
- - - -
- cil-input-power -
-
- - - -
- cil-italic -
-
- - - -
- cil-justify-center -
-
- - - -
- cil-justify-left -
-
- - - -
- cil-justify-right -
-
- - - -
- cil-keyboard -
-
- - - -
- cil-institution -
-
- - - -
- cil-lan -
-
- - - -
- cil-language -
-
- - - -
- cil-laptop -
-
- - - -
- cil-lemon -
-
- - - -
- cil-leaf -
-
- - - -
- cil-layers -
-
- - - -
- cil-level-down -
-
- - - -
- cil-level-up -
-
- - - -
- cil-library-add -
-
- - - -
- cil-library -
-
- - - -
- cil-life-ring -
-
- - - -
- cil-lightbulb -
-
- - - -
- cil-line-style -
-
- - - -
- cil-line-spacing -
-
- - - -
- cil-line-weight -
-
- - - -
- cil-link-broken -
-
- - - -
- cil-link -
-
- - - -
- cil-list-filter -
-
- - - -
- cil-link-alt -
-
- - - -
- cil-list-high-priority -
-
- - - -
- cil-list-low-priority -
-
- - - -
- cil-list-numbered -
-
- - - -
- cil-list -
-
- - - -
- cil-list-rich -
-
- - - -
- cil-location-pin -
-
- - - -
- cil-lock-locked -
-
- - - -
- cil-lock-unlocked -
-
- - - -
- cil-locomotive -
-
- - - -
- cil-loop-1 -
-
- - - -
- cil-loop -
-
- - - -
- cil-magnifying-glass -
-
- - - -
- cil-low-vision -
-
- - - -
- cil-map -
-
- - - -
- cil-media-eject -
-
- - - -
- cil-media-pause -
-
- - - -
- cil-media-play -
-
- - - -
- cil-loop-circular -
-
- - - -
- cil-media-record -
-
- - - -
- cil-media-step-backward -
-
- - - -
- cil-media-step-forward -
-
- - - -
- cil-media-skip-backward -
-
- - - -
- cil-media-skip-forward -
-
- - - -
- cil-media-stop -
-
- - - -
- cil-medical-cross -
-
- - - -
- cil-meh -
-
- - - -
- cil-memory -
-
- - - -
- cil-menu -
-
- - - -
- cil-microphone -
-
- - - -
- cil-minus -
-
- - - -
- cil-mobile-landscape -
-
- - - -
- cil-mobile -
-
- - - -
- cil-monitor -
-
- - - -
- cil-mood-bad -
-
- - - -
- cil-money -
-
- - - -
- cil-mood-good -
-
- - - -
- cil-mood-very-bad -
-
- - - -
- cil-mood-very-good -
-
- - - -
- cil-mouse -
-
- - - -
- cil-moon -
-
- - - -
- cil-move -
-
- - - -
- cil-mouth-slash -
-
- - - -
- cil-movie -
-
- - - -
- cil-music-note -
-
- - - -
- cil-mug -
-
- - - -
- cil-mug-tea -
-
- - - -
- cil-notes -
-
- - - -
- cil-object-group -
-
- - - -
- cil-object-ungroup -
-
- - - -
- cil-newspaper -
-
- - - -
- cil-opacity -
-
- - - -
- cil-options-horizontal -
-
- - - -
- cil-options -
-
- - - -
- cil-paint-bucket -
-
- - - -
- cil-paint -
-
- - - -
- cil-paper-plane -
-
- - - -
- cil-paperclip -
-
- - - -
- cil-paw -
-
- - - -
- cil-pen-nib -
-
- - - -
- cil-pen-alt -
-
- - - -
- cil-pencil -
-
- - - -
- cil-paragraph -
-
- - - -
- cil-phone -
-
- - - -
- cil-playlist-add -
-
- - - -
- cil-pizza -
-
- - - -
- cil-plus -
-
- - - -
- cil-pool -
-
- - - -
- cil-people -
-
- - - -
- cil-pregnant -
-
- - - -
- cil-pin -
-
- - - -
- cil-print -
-
- - - -
- cil-power-standby -
-
- - - -
- cil-puzzle -
-
- - - -
- cil-qr-code -
-
- - - -
- cil-rain -
-
- - - -
- cil-reload -
-
- - - -
- cil-rectangle -
-
- - - -
- cil-resize-height -
-
- - - -
- cil-remove -
-
- - - -
- cil-resize-both -
-
- - - -
- cil-restaurant -
-
- - - -
- cil-resize-width -
-
- - - -
- cil-rowing -
-
- - - -
- cil-running -
-
- - - -
- cil-room -
-
- - - -
- cil-rss -
-
- - - -
- cil-school -
-
- - - -
- cil-save -
-
- - - -
- cil-satelite -
-
- - - -
- cil-screen-desktop -
-
- - - -
- cil-screen-smartphone -
-
- - - -
- cil-scrubber -
-
- - - -
- cil-settings -
-
- - - -
- cil-share-boxed -
-
- - - -
- cil-share-alt -
-
- - - -
- cil-share -
-
- - - -
- cil-share-all -
-
- - - -
- cil-shield-alt -
-
- - - -
- cil-short-text -
-
- - - -
- cil-sign-language -
-
- - - -
- cil-shower -
-
- - - -
- cil-signal-cellular-0 -
-
- - - -
- cil-signal-cellular-4 -
-
- - - -
- cil-sitemap -
-
- - - -
- cil-sim -
-
- - - -
- cil-signal-cellular-3 -
-
- - - -
- cil-smile-plus -
-
- - - -
- cil-smile -
-
- - - -
- cil-smoke-free -
-
- - - -
- cil-sort-alpha-down -
-
- - - -
- cil-smoking-room -
-
- - - -
- cil-sort-alpha-up -
-
- - - -
- cil-sort-ascending -
-
- - - -
- cil-sort-numeric-down -
-
- - - -
- cil-snowflake -
-
- - - -
- cil-sort-numeric-up -
-
- - - -
- cil-spa -
-
- - - -
- cil-sort-descending -
-
- - - -
- cil-space-bar -
-
- - - -
- cil-speaker -
-
- - - -
- cil-speech -
-
- - - -
- cil-speedometer -
-
- - - -
- cil-spreadsheet -
-
- - - -
- cil-star-half -
-
- - - -
- cil-square -
-
- - - -
- cil-star -
-
- - - -
- cil-storage -
-
- - - -
- cil-stream -
-
- - - -
- cil-sun -
-
- - - -
- cil-swap-horizontal -
-
- - - -
- cil-swimming -
-
- - - -
- cil-swap-vertical -
-
- - - -
- cil-sync -
-
- - - -
- cil-tablet -
-
- - - -
- cil-tag -
-
- - - -
- cil-tags -
-
- - - -
- cil-task -
-
- - - -
- cil-taxi -
-
- - - -
- cil-tennis-ball -
-
- - - -
- cil-tennis -
-
- - - -
- cil-terminal -
-
- - - -
- cil-text-size -
-
- - - -
- cil-text-shapes -
-
- - - -
- cil-terrain -
-
- - - -
- cil-text-square -
-
- - - -
- cil-text-strike -
-
- - - -
- cil-text -
-
- - - -
- cil-thumb-down -
-
- - - -
- cil-thumb-up -
-
- - - -
- cil-toggle-off -
-
- - - -
- cil-toilet -
-
- - - -
- cil-touch-app -
-
- - - -
- cil-transfer -
-
- - - -
- cil-translate -
-
- - - -
- cil-trash -
-
- - - -
- cil-truck -
-
- - - -
- cil-tv -
-
- - - -
- cil-triangle -
-
- - - -
- cil-user-female -
-
- - - -
- cil-underline -
-
- - - -
- cil-user-follow -
-
- - - -
- cil-user -
-
- - - -
- cil-vector -
-
- - - -
- cil-vertical-align-bottom -
-
- - - -
- cil-user-unfollow -
-
- - - -
- cil-vertical-align-center -
-
- - - -
- cil-vertical-align-center-1 -
-
- - - -
- cil-vertical-align-top-1 -
-
- - - -
- cil-vertical-align-top -
-
- - - -
- cil-vertical-align-bottom-1 -
-
- - - -
- cil-view-column -
-
- - - -
- cil-view-module -
-
- - - -
- cil-view-quilt -
-
- - - -
- cil-volume-high -
-
- - - -
- cil-video -
-
- - - -
- cil-view-stream -
-
- - - -
- cil-volume-low -
-
- - - -
- cil-volume-off -
-
- - - -
- cil-voice-over-record -
-
- - - -
- cil-walk -
-
- - - -
- cil-wallet -
-
- - - -
- cil-wallpaper -
-
- - - -
- cil-warning -
-
- - - -
- cil-wc -
-
- - - -
- cil-weightlifitng -
-
- - - -
- cil-watch -
-
- - - -
- cil-wheelchair -
-
- - - -
- cil-wifi-signal-1 -
-
- - - -
- cil-wifi-signal-0 -
-
- - - -
- cil-wifi-signal-4 -
-
- - - -
- cil-wifi-signal-off -
-
- - - -
- cil-window-maximize -
-
- - - -
- cil-window-minimize -
-
- - - -
- cil-window-restore -
-
- - - -
- cil-wifi-signal-2 -
-
- - - -
- cil-wrap-text -
-
- - - -
- cil-xcircle -
-
- - - -
- cil-window -
-
- - - -
- cil-x -
-
- - - -
- cil-yen -
-
- - - -
- cil-zoom-in -
-
- - - -
- cil-zoom-out -
-
-
-
-
-
-`; diff --git a/tests/unit/views/icons/__snapshots__/Flags.spec.js.snap b/tests/unit/views/icons/__snapshots__/Flags.spec.js.snap deleted file mode 100644 index 9439958c..00000000 --- a/tests/unit/views/icons/__snapshots__/Flags.spec.js.snap +++ /dev/null @@ -1,2970 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Flags.vue renders correctly 1`] = ` -
- - - - Flags - - - - - - - - - - -
- cif-ae -
-
- - - -
- cif-ag -
-
- - - -
- cif-am -
-
- - - -
- cif-ao -
-
- - - -
- cif-at -
-
- - - -
- cif-au -
-
- - - -
- cif-ba -
-
- - - -
- cif-bb -
-
- - - -
- cif-az -
-
- - - -
- cif-be -
-
- - - -
- cif-bf -
-
- - - -
- cif-bd -
-
- - - -
- cif-bg -
-
- - - -
- cif-bh -
-
- - - -
- cif-bi -
-
- - - -
- cif-bo -
-
- - - -
- cif-br -
-
- - - -
- cif-bj -
-
- - - -
- cif-bw -
-
- - - -
- cif-ca -
-
- - - -
- cif-cd -
-
- - - -
- cif-cg -
-
- - - -
- cif-bs -
-
- - - -
- cif-cf -
-
- - - -
- cif-ch -
-
- - - -
- cif-ci -
-
- - - -
- cif-cl -
-
- - - -
- cif-cm -
-
- - - -
- cif-cn -
-
- - - -
- cif-co -
-
- - - -
- cif-cr -
-
- - - -
- cif-cu -
-
- - - -
- cif-cv -
-
- - - -
- cif-de -
-
- - - -
- cif-dk -
-
- - - -
- cif-cz -
-
- - - -
- cif-dj -
-
- - - -
- cif-dz -
-
- - - -
- cif-ee -
-
- - - -
- cif-er -
-
- - - -
- cif-et -
-
- - - -
- cif-fi -
-
- - - -
- cif-fm -
-
- - - -
- cif-fr -
-
- - - -
- cif-gb -
-
- - - -
- cif-gd -
-
- - - -
- cif-ga -
-
- - - -
- cif-ge -
-
- - - -
- cif-gh -
-
- - - -
- cif-gm -
-
- - - -
- cif-gr -
-
- - - -
- cif-gw -
-
- - - -
- cif-gy -
-
- - - -
- cif-hn -
-
- - - -
- cif-id -
-
- - - -
- cif-hu -
-
- - - -
- cif-ie -
-
- - - -
- cif-il -
-
- - - -
- cif-in -
-
- - - -
- cif-is -
-
- - - -
- cif-ir -
-
- - - -
- cif-iq -
-
- - - -
- cif-it -
-
- - - -
- cif-jo -
-
- - - -
- cif-jm -
-
- - - -
- cif-jp -
-
- - - -
- cif-ke -
-
- - - -
- cif-ki -
-
- - - -
- cif-km -
-
- - - -
- cif-kn -
-
- - - -
- cif-kp -
-
- - - -
- cif-kr -
-
- - - -
- cif-kw -
-
- - - -
- cif-la -
-
- - - -
- cif-lc -
-
- - - -
- cif-lr -
-
- - - -
- cif-lt -
-
- - - -
- cif-lu -
-
- - - -
- cif-ls -
-
- - - -
- cif-lv -
-
- - - -
- cif-ly -
-
- - - -
- cif-ma -
-
- - - -
- cif-mc -
-
- - - -
- cif-mg -
-
- - - -
- cif-mh -
-
- - - -
- cif-mk -
-
- - - -
- cif-ml -
-
- - - -
- cif-mm -
-
- - - -
- cif-mn -
-
- - - -
- cif-mr -
-
- - - -
- cif-mu -
-
- - - -
- cif-mv -
-
- - - -
- cif-mw -
-
- - - -
- cif-mz -
-
- - - -
- cif-my -
-
- - - -
- cif-na -
-
- - - -
- cif-ne -
-
- - - -
- cif-nl -
-
- - - -
- cif-ng -
-
- - - -
- cif-np -
-
- - - -
- cif-no -
-
- - - -
- cif-nu -
-
- - - -
- cif-nr -
-
- - - -
- cif-nz -
-
- - - -
- cif-pa -
-
- - - -
- cif-pe -
-
- - - -
- cif-pg -
-
- - - -
- cif-pk -
-
- - - -
- cif-pl -
-
- - - -
- cif-ph -
-
- - - -
- cif-pw -
-
- - - -
- cif-ro -
-
- - - -
- cif-qa -
-
- - - -
- cif-ru -
-
- - - -
- cif-rw -
-
- - - -
- cif-sd -
-
- - - -
- cif-sc -
-
- - - -
- cif-sb -
-
- - - -
- cif-sg -
-
- - - -
- cif-se -
-
- - - -
- cif-si -
-
- - - -
- cif-sk -
-
- - - -
- cif-sl -
-
- - - -
- cif-sn -
-
- - - -
- cif-so -
-
- - - -
- cif-ss -
-
- - - -
- cif-sr -
-
- - - -
- cif-st -
-
- - - -
- cif-sy -
-
- - - -
- cif-sz -
-
- - - -
- cif-tj -
-
- - - -
- cif-td -
-
- - - -
- cif-th -
-
- - - -
- cif-tl -
-
- - - -
- cif-tn -
-
- - - -
- cif-to -
-
- - - -
- cif-tg -
-
- - - -
- cif-tr -
-
- - - -
- cif-tt -
-
- - - -
- cif-tv -
-
- - - -
- cif-tz -
-
- - - -
- cif-tw -
-
- - - -
- cif-ua -
-
- - - -
- cif-ug -
-
- - - -
- cif-us -
-
- - - -
- cif-uy -
-
- - - -
- cif-uz -
-
- - - -
- cif-vc -
-
- - - -
- cif-vn -
-
- - - -
- cif-ve -
-
- - - -
- cif-ws -
-
- - - -
- cif-xk -
-
- - - -
- cif-ye -
-
- - - -
- cif-za -
-
- - - -
- cif-zm -
-
- - - -
- cif-zw -
-
- - - -
- cif-al -
-
- - - -
- cif-ar -
-
- - - -
- cif-by -
-
- - - -
- cif-cy -
-
- - - -
- cif-dm -
-
- - - -
- cif-gn -
-
- - - -
- cif-gq -
-
- - - -
- cif-kg -
-
- - - -
- cif-lb -
-
- - - -
- cif-mt -
-
- - - -
- cif-kh -
-
- - - -
- cif-li -
-
- - - -
- cif-ni -
-
- - - -
- cif-om -
-
- - - -
- cif-sa -
-
- - - -
- cif-bn -
-
- - - -
- cif-eg -
-
- - - -
- cif-kz -
-
- - - -
- cif-lk -
-
- - - -
- cif-md -
-
- - - -
- cif-bt -
-
- - - -
- cif-ht -
-
- - - -
- cif-py -
-
- - - -
- cif-pt -
-
- - - -
- cif-af -
-
- - - -
- cif-tm -
-
- - - -
- cif-ad -
-
- - - -
- cif-va -
-
- - - -
- cif-me -
-
- - - -
- cif-bz -
-
- - - -
- cif-gt -
-
- - - -
- cif-fj -
-
- - - -
- cif-hr -
-
- - - -
- cif-es -
-
- - - -
- cif-sm -
-
- - - -
- cif-do -
-
- - - -
- cif-sv -
-
- - - -
- cif-mx -
-
- - - -
- cif-ec -
-
- - - -
- cif-rs -
-
-
-
-
-
-`;