Skip to content

Commit

Permalink
14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benm071 committed Jan 12, 2023
1 parent caea3ed commit ff5e0a4
Show file tree
Hide file tree
Showing 4,132 changed files with 328,200 additions and 316,535 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
22 changes: 11 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Contributing to Oracle JET

*Copyright (c) 2014, 2022 Oracle and/or its affiliates
The Universal Permissive License (UPL), Version 1.0*

**Pull requests are currently not being accepted for the Oracle JET project.**

We plan to provide this functionality in the future. At that time, you will need to follow [The Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html)
(OCA).

If you have ideas, comments, or issues related to Oracle JET, swing on by the [Oracle JET discussion forum.](https://community.oracle.com/tech/developers/categories/16409-oracle-jet)
# Contributing to Oracle JET

_Copyright (c) 2014, 2023 Oracle and/or its affiliates
The Universal Permissive License (UPL), Version 1.0_

**Pull requests are currently not being accepted for the Oracle JET project.**

We plan to provide this functionality in the future. At that time, you will need to follow [The Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html)
(OCA).

If you have ideas, comments, or issues related to Oracle JET, swing on by the [Oracle JET discussion forum.](https://community.oracle.com/tech/developers/categories/16409-oracle-jet)
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Oracle JET

Copyright (c) 2022 Oracle and/or its affiliates.
Copyright (c) 2023 Oracle and/or its affiliates.

The Universal Permissive License (UPL), Version 1.0

Expand Down
113 changes: 61 additions & 52 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,61 @@
# Oracle JET version 13.1.0

## About Oracle JET
Oracle JET is targeted at intermediate to advanced JavaScript developers working on client-side applications. It's a collection of open source JavaScript libraries along with a set of Oracle contributed JavaScript libraries that make it as simple and efficient as possible to build applications that consume and interact with Oracle products and services, especially Oracle Cloud services.

This is an open source project maintained by Oracle Corp.

### Features and Benefits:
Oracle JET is a modular toolkit allowing developers to use as much or as little of the features as they desire. Watch a short overview of what Oracle JET can do for you.

* Complete JavaScript development toolkit
* Leverages popular open-source technologies
* Full lifecycle management for template based SPA
* Built in accessibility support
* Support for internationalization (28 languages and 160+ locales)
* Rich set of UI components
* Advanced two-way binding with a common model layer
* Powerful routing system supporting single-page application navigation
* Smart resource management
* For intermediate & advanced JS devs

## Examples
Here is a list of places to see Oracle JET in action:
* [Oracle JET website](https://www.oracle.com/jet)
* [Oracle JET Cookbook](http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html) - Every component with live code demos
* [Sample applications and Tutorials](https://www.oracle.com/webfolder/technetwork/jet/index.html?ojr=learn)


## Installation
Oracle JET provides a command-line interface to help scaffold up your applications. To install and build a blank app, type:

```
npm install -g @oracle/ojet-cli
ojet create <app name>
```
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1310&id=homepage) for complete installation details, including prerequisites.

## Related GitHub Projects
All related projects on GitHub are associated under the [oracle-jet topic](https://github.com/search?q=topic%3Aoracle-jet+org%3Aoracle&type=Repositories).

## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet1310&id=homepage)
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1310&id=homepage) to help with Getting Started and many common issues.

## [Contributing](https://github.com/oracle/oraclejet/blob/master/CONTRIBUTING.md)
Oracle JET is an open source project. Pull Requests are currently not being accepted. See
[CONTRIBUTING](https://github.com/oracle/oraclejet/blob/master/CONTRIBUTING.md)
for details.

## [License](https://github.com/oracle/oraclejet/blob/master/LICENSE)
Copyright (c) 2022 Oracle and/or its affiliates and released under the
[Universal Permissive License (UPL)](https://oss.oracle.com/licenses/upl/), Version 1.0
# Oracle JET version 14.0.0

## About Oracle JET

Oracle JET is targeted at intermediate to advanced JavaScript developers working on client-side applications. It's a collection of open source JavaScript libraries along with a set of Oracle contributed JavaScript libraries that make it as simple and efficient as possible to build applications that consume and interact with Oracle products and services, especially Oracle Cloud services.

This is an open source project maintained by Oracle Corp.

### Features and Benefits:

Oracle JET is a modular toolkit allowing developers to use as much or as little of the features as they desire. Watch a short overview of what Oracle JET can do for you.

- Complete JavaScript development toolkit
- Leverages popular open-source technologies
- Full lifecycle management for template based SPA
- Built in accessibility support
- Support for internationalization (28 languages and 160+ locales)
- Rich set of UI components
- Advanced two-way binding with a common model layer
- Powerful routing system supporting single-page application navigation
- Smart resource management
- For intermediate & advanced JS devs

## Examples

Here is a list of places to see Oracle JET in action:

- [Oracle JET website](https://www.oracle.com/jet)
- [Oracle JET Cookbook](http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html) - Every component with live code demos
- [Sample applications and Tutorials](https://www.oracle.com/webfolder/technetwork/jet/index.html?ojr=learn)

## Installation

Oracle JET provides a command-line interface to help scaffold up your applications. To install and build a blank app, type:

```
npm install -g @oracle/ojet-cli
ojet create <app name>
```

See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1400&id=homepage) for complete installation details, including prerequisites.

## Related GitHub Projects

All related projects on GitHub are associated under the [oracle-jet topic](https://github.com/search?q=topic%3Aoracle-jet+org%3Aoracle&type=Repositories).

## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet1400&id=homepage)

Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1400&id=homepage) to help with Getting Started and many common issues.

## [Contributing](https://github.com/oracle/oraclejet/blob/master/CONTRIBUTING.md)

Oracle JET is an open source project. Pull Requests are currently not being accepted. See
[CONTRIBUTING](https://github.com/oracle/oraclejet/blob/master/CONTRIBUTING.md)
for details.

## [License](https://github.com/oracle/oraclejet/blob/master/LICENSE)

Copyright (c) 2023 Oracle and/or its affiliates and released under the
[Universal Permissive License (UPL)](https://oss.oracle.com/licenses/upl/), Version 1.0
22 changes: 11 additions & 11 deletions THIRDPARTYLICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ THIRD-PARTY COMPONENT FILE LICENSE
js/libs/chai/chai-4.2.0.js MIT
js/libs/hammer/hammer-2.0.8.js MIT
js/libs/js-signals/signals.js MIT
js/libs/jquery/jquery-3.6.0.js MIT
js/libs/jquery/jquery-3.6.1.js MIT
js/libs/jquery/jquery-ui-1.13.2.custom.js MIT
js/libs/jquery/jqueryui-amd-1.13.2/core.js MIT
js/libs/jquery/jqueryui-amd-1.13.2/draggable.js MIT
Expand Down Expand Up @@ -48,18 +48,18 @@ js/libs/jquery/jqueryui-amd-1.13.2/widgets/mouse.js MI
js/libs/jquery/jqueryui-amd-1.13.2/vendor/jquery-color/jquery.color.js MIT
js/libs/jquery/jqueryui-amd-1.13.2/position.js MIT
js/libs/knockout/knockout-3.5.1.js MIT
js/libs/oj/v13.1.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
js/libs/oj/v13.1.0/min/ojexpparser.js (expparser.js) MIT
js/libs/oj/v13.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
js/libs/oj/v13.1.0/min/ojmessagebanner.js (Ramda) MIT
js/libs/oj/v13.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
js/libs/oj/v13.1.0/min/ojtree.js (jsTree.js) MIT
js/libs/oj/v13.1.0/ojL10n.js (requireJS i18n) MIT
js/libs/oj/v14.0.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
js/libs/oj/v14.0.0/min/ojexpparser.js (expparser.js) MIT
js/libs/oj/v14.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
js/libs/oj/v14.0.0/min/ojmessagebanner.js (Ramda) MIT
js/libs/oj/v14.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
js/libs/oj/v14.0.0/min/ojtree.js (jsTree.js) MIT
js/libs/oj/v14.0.0/ojL10n.js (requireJS i18n) MIT
js/libs/proj4js/dist/proj4.js Proj4js
js/libs/require/require.js MIT
js/libs/require/text.js MIT
js/libs/require-css/css.min.js (require-css) MIT
scss/oj/v13.1.0/3rdparty/normalize/normalize.scss MIT
scss/oj/v14.0.0/3rdparty/normalize/normalize.scss MIT
js/libs/touchr/touchr.js MIT
js/libs/preact/dist/preact.umd.js MIT

Expand Down Expand Up @@ -308,7 +308,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


jQuery JavaScript Library v3.6.0
jQuery JavaScript Library v3.6.1
http://jquery.com/
Copyright OpenJS Foundation and other contributors, https://openjsf.org/

Expand Down Expand Up @@ -357,7 +357,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



RequireJS text 2.0.15
RequireJS text 2.0.16
http://github.com/requirejs/text
Copyright jQuery Foundation and other contributors, https://jquery.org/

Expand Down
Binary file modified dist/css/alta-android/fonts/internal_iconfont.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/css/alta-android/oj-alta-min.css

Large diffs are not rendered by default.

Loading

0 comments on commit ff5e0a4

Please sign in to comment.