Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit a4f4bce

Browse files
neolitectremblaymath
authored andcommitted
chore: cleanup
1 parent b701942 commit a4f4bce

File tree

27 files changed

+1178
-625
lines changed

27 files changed

+1178
-625
lines changed

LICENSE

+23-19
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
1-
Copyright (c) 2013-2018, OVH SAS.
1+
BSD 3-Clause License
2+
3+
Copyright (c) 2013-present, OVH SAS
24
All rights reserved.
35

46
Redistribution and use in source and binary forms, with or without
57
modification, are permitted provided that the following conditions are met:
68

7-
* Redistributions of source code must retain the above copyright
8-
notice, this list of conditions and the following disclaimer.
9-
* Redistributions in binary form must reproduce the above copyright
10-
notice, this list of conditions and the following disclaimer in the
11-
documentation and/or other materials provided with the distribution.
12-
* Neither the name of OVH SAS nor the
13-
names of its contributors may be used to endorse or promote products
14-
derived from this software without specific prior written permission.
9+
* Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
11+
12+
* Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
15+
16+
* Neither the name of the copyright holders nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
1519

16-
THIS SOFTWARE IS PROVIDED BY OVH SAS AND CONTRIBUTORS AS IS'' AND ANY
17-
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19-
DISCLAIMED. IN NO EVENT SHALL OVH SAS AND CONTRIBUTORS BE LIABLE FOR ANY
20-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
23-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
24+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

+10-21
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
![OVH component](https://user-images.githubusercontent.com/3379410/27423240-3f944bc4-5731-11e7-87bb-3ff603aff8a7.png)
2-
31
[![NPM](https://nodei.co/npm/ovh-ui-angular.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/ovh-ui-angular/)
42

5-
[![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)]() [![Chat on gitter](https://img.shields.io/gitter/room/ovh/ux.svg)](https://gitter.im/ovh/ux) [![Build Status](https://travis-ci.org/ovh-ux/ovh-ui-angular.svg)](https://travis-ci.org/ovh-ux/ovh-ui-angular) [![Build Status](https://travis-ci.org/ovh/ovh-ui-angular.svg)](https://travis-ci.org/ovh-ux/ovh-ui-angular)
3+
![Project status stable](https://img.shields.io/badge/status-stable-blue.svg)
4+
[![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)]()
5+
[![Chat on gitter](https://img.shields.io/gitter/room/ovh/ux.svg)](https://gitter.im/ovh/ux)
66

77
# OVH UI (Angular)
88

@@ -18,6 +18,7 @@ You will also need these dependencies in your project:
1818

1919
- [angular-aria](https://www.npmjs.com/package/angular-aria)
2020
- [angular-sanitize](https://www.npmjs.com/package/angular-sanitize)
21+
- [flatpickr](https://www.npmjs.com/package/flatpickr) for _Calendar_ component
2122
- [ovh-ui-kit](https://github.com/ovh-ux/ovh-ui-kit)
2223

2324
Follow the [guide](https://github.com/ovh-ux/ovh-ui-kit) for _ovh-ui-kit_, because you need to integrate it by _yourself_.
@@ -54,37 +55,25 @@ angular.module("myAwesomeApp", [
5455
]);
5556
```
5657

57-
## Get the sources
58-
59-
```bash
60-
git clone https://github.com/ovh-ux/ovh-ui-angular.git
61-
cd ovh-ui-angular
62-
yarn install
63-
yarn link
64-
yarn bootstrap
65-
cd packages/ovh-ui-angular
66-
yarn build:watch
67-
```
68-
### NPM
69-
70-
For those using npm instead of yarn here is a list of equivalences: [https://yarnpkg.com/en/docs/migrating-from-npm](https://yarnpkg.com/en/docs/migrating-from-npm)
71-
58+
## Developers
7259

7360
You've developed a new cool feature? Fixed an annoying bug? We'd be happy
7461
to hear from you!
7562

7663
see [CONTRIBUTING](https://github.com/ovh-ux/ovh-ui-angular/blob/master/CONTRIBUTING.md)
7764

78-
# Related links
65+
And read this [quick start](https://github.com/ovh-ux/ovh-ui-kit-documentation).
66+
67+
## Related links
7968

8069
* Contribute: [https://github.com/ovh-ux/ovh-ui-angular/blob/master/CONTRIBUTING.md](https://github.com/ovh-ux/ovh-ui-angular/blob/master/CONTRIBUTING.md)
8170
* Report bugs: [https://github.com/ovh-ux/ovh-ui-angular/issues](https://github.com/ovh-ux/ovh-ui-angular/issues)
8271
* Get latest version: [https://github.com/ovh-ux/ovh-ui-angular](https://github.com/ovh-ux/ovh-ui-angular)
8372

84-
# Documentation
73+
## Documentation
8574

8675
Documentation is available from the `packages/` folder, every package is self-documented throught a `README.md` file. But you can also check bellow.
8776

88-
# License
77+
## License
8978

9079
See [https://github.com/ovh-ux/ovh-ui-angular/blob/master/LICENSE](https://github.com/ovh-ux/ovh-ui-angular/blob/master/LICENSE)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint-loader": "^1.9.0",
6262
"eventsource-polyfill": "^0.9.6",
6363
"express": "^4.15.3",
64-
"flatpickr": "^4.3.2",
64+
"flatpickr": "~4.3.2",
6565
"html-loader": "^0.5.1",
6666
"html-webpack-plugin": "^2.26.0",
6767
"istanbul-instrumenter-loader": "^3.0.0",

packages/oui-back-button/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Back button
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-button/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Button
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

@@ -60,4 +60,4 @@
6060
| variant-nav | string | @? | true | next,previous | | nav modifier for button |
6161
| aria-label | string | @? | true | | | accessibility label |
6262
| disabled | boolean | <? | | | false | disabled flag |
63-
| on-click | function | &? | | | | click handler
63+
| on-click | function | &? | | | | click handler

packages/oui-calendar/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Calendar
22

3-
<component-status cx-design="none" ux="prototype"></component-status>
3+
<component-status cx-design="partial" ux="prototype"></component-status>
44

55
## Usage
66

packages/oui-checkbox/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Checkbox
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-chips/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Chips
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-criteria-adder/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Criteria adder
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-datagrid/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Datagrid
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-dropdown/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dropdown
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-field/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Field
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-form-actions/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Form Actions
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-message/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# oui-message
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-modal/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Modal
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-navbar/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Navbar
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-numeric/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Numeric
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-pagination/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pagination
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-radio-group/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Radio-group
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-radio-toggle-group/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Radio-toggle-group
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-radio-toggle/README.md

-62
This file was deleted.

packages/oui-radio/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Radio
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-search/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Search field
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-select/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Select
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-spinner/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Spinner
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

packages/oui-textarea/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Textarea
22

3-
<component-status cx-design="complete" ux="rc"></component-status>
3+
<component-status cx-design="complete" ux="complete"></component-status>
44

55
## Usage
66

0 commit comments

Comments
 (0)