Skip to content

Commit ff5e0a4

Browse files
committed
14.0.0
1 parent caea3ed commit ff5e0a4

File tree

4,132 files changed

+328200
-316535
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,132 files changed

+328200
-316535
lines changed

CONTRIBUTING.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Contributing to Oracle JET
2-
3-
*Copyright (c) 2014, 2022 Oracle and/or its affiliates
4-
The Universal Permissive License (UPL), Version 1.0*
5-
6-
**Pull requests are currently not being accepted for the Oracle JET project.**
7-
8-
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)
9-
(OCA).
10-
11-
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)
1+
# Contributing to Oracle JET
2+
3+
_Copyright (c) 2014, 2023 Oracle and/or its affiliates
4+
The Universal Permissive License (UPL), Version 1.0_
5+
6+
**Pull requests are currently not being accepted for the Oracle JET project.**
7+
8+
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)
9+
(OCA).
10+
11+
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)

LICENSE

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

3-
Copyright (c) 2022 Oracle and/or its affiliates.
3+
Copyright (c) 2023 Oracle and/or its affiliates.
44

55
The Universal Permissive License (UPL), Version 1.0
66

README.md

+61-52
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,61 @@
1-
# Oracle JET version 13.1.0
2-
3-
## About Oracle JET
4-
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.
5-
6-
This is an open source project maintained by Oracle Corp.
7-
8-
### Features and Benefits:
9-
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.
10-
11-
* Complete JavaScript development toolkit
12-
* Leverages popular open-source technologies
13-
* Full lifecycle management for template based SPA
14-
* Built in accessibility support
15-
* Support for internationalization (28 languages and 160+ locales)
16-
* Rich set of UI components
17-
* Advanced two-way binding with a common model layer
18-
* Powerful routing system supporting single-page application navigation
19-
* Smart resource management
20-
* For intermediate & advanced JS devs
21-
22-
## Examples
23-
Here is a list of places to see Oracle JET in action:
24-
* [Oracle JET website](https://www.oracle.com/jet)
25-
* [Oracle JET Cookbook](http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html) - Every component with live code demos
26-
* [Sample applications and Tutorials](https://www.oracle.com/webfolder/technetwork/jet/index.html?ojr=learn)
27-
28-
29-
## Installation
30-
Oracle JET provides a command-line interface to help scaffold up your applications. To install and build a blank app, type:
31-
32-
```
33-
npm install -g @oracle/ojet-cli
34-
35-
ojet create <app name>
36-
```
37-
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1310&id=homepage) for complete installation details, including prerequisites.
38-
39-
## Related GitHub Projects
40-
All related projects on GitHub are associated under the [oracle-jet topic](https://github.com/search?q=topic%3Aoracle-jet+org%3Aoracle&type=Repositories).
41-
42-
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet1310&id=homepage)
43-
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.
44-
45-
## [Contributing](https://github.com/oracle/oraclejet/blob/master/CONTRIBUTING.md)
46-
Oracle JET is an open source project. Pull Requests are currently not being accepted. See
47-
[CONTRIBUTING](https://github.com/oracle/oraclejet/blob/master/CONTRIBUTING.md)
48-
for details.
49-
50-
## [License](https://github.com/oracle/oraclejet/blob/master/LICENSE)
51-
Copyright (c) 2022 Oracle and/or its affiliates and released under the
52-
[Universal Permissive License (UPL)](https://oss.oracle.com/licenses/upl/), Version 1.0
1+
# Oracle JET version 14.0.0
2+
3+
## About Oracle JET
4+
5+
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.
6+
7+
This is an open source project maintained by Oracle Corp.
8+
9+
### Features and Benefits:
10+
11+
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.
12+
13+
- Complete JavaScript development toolkit
14+
- Leverages popular open-source technologies
15+
- Full lifecycle management for template based SPA
16+
- Built in accessibility support
17+
- Support for internationalization (28 languages and 160+ locales)
18+
- Rich set of UI components
19+
- Advanced two-way binding with a common model layer
20+
- Powerful routing system supporting single-page application navigation
21+
- Smart resource management
22+
- For intermediate & advanced JS devs
23+
24+
## Examples
25+
26+
Here is a list of places to see Oracle JET in action:
27+
28+
- [Oracle JET website](https://www.oracle.com/jet)
29+
- [Oracle JET Cookbook](http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html) - Every component with live code demos
30+
- [Sample applications and Tutorials](https://www.oracle.com/webfolder/technetwork/jet/index.html?ojr=learn)
31+
32+
## Installation
33+
34+
Oracle JET provides a command-line interface to help scaffold up your applications. To install and build a blank app, type:
35+
36+
```
37+
npm install -g @oracle/ojet-cli
38+
39+
ojet create <app name>
40+
```
41+
42+
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1400&id=homepage) for complete installation details, including prerequisites.
43+
44+
## Related GitHub Projects
45+
46+
All related projects on GitHub are associated under the [oracle-jet topic](https://github.com/search?q=topic%3Aoracle-jet+org%3Aoracle&type=Repositories).
47+
48+
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet1400&id=homepage)
49+
50+
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.
51+
52+
## [Contributing](https://github.com/oracle/oraclejet/blob/master/CONTRIBUTING.md)
53+
54+
Oracle JET is an open source project. Pull Requests are currently not being accepted. See
55+
[CONTRIBUTING](https://github.com/oracle/oraclejet/blob/master/CONTRIBUTING.md)
56+
for details.
57+
58+
## [License](https://github.com/oracle/oraclejet/blob/master/LICENSE)
59+
60+
Copyright (c) 2023 Oracle and/or its affiliates and released under the
61+
[Universal Permissive License (UPL)](https://oss.oracle.com/licenses/upl/), Version 1.0

THIRDPARTYLICENSE.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ THIRD-PARTY COMPONENT FILE LICENSE
1414
js/libs/chai/chai-4.2.0.js MIT
1515
js/libs/hammer/hammer-2.0.8.js MIT
1616
js/libs/js-signals/signals.js MIT
17-
js/libs/jquery/jquery-3.6.0.js MIT
17+
js/libs/jquery/jquery-3.6.1.js MIT
1818
js/libs/jquery/jquery-ui-1.13.2.custom.js MIT
1919
js/libs/jquery/jqueryui-amd-1.13.2/core.js MIT
2020
js/libs/jquery/jqueryui-amd-1.13.2/draggable.js MIT
@@ -48,18 +48,18 @@ js/libs/jquery/jqueryui-amd-1.13.2/widgets/mouse.js MI
4848
js/libs/jquery/jqueryui-amd-1.13.2/vendor/jquery-color/jquery.color.js MIT
4949
js/libs/jquery/jqueryui-amd-1.13.2/position.js MIT
5050
js/libs/knockout/knockout-3.5.1.js MIT
51-
js/libs/oj/v13.1.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
52-
js/libs/oj/v13.1.0/min/ojexpparser.js (expparser.js) MIT
53-
js/libs/oj/v13.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
54-
js/libs/oj/v13.1.0/min/ojmessagebanner.js (Ramda) MIT
55-
js/libs/oj/v13.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
56-
js/libs/oj/v13.1.0/min/ojtree.js (jsTree.js) MIT
57-
js/libs/oj/v13.1.0/ojL10n.js (requireJS i18n) MIT
51+
js/libs/oj/v14.0.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
52+
js/libs/oj/v14.0.0/min/ojexpparser.js (expparser.js) MIT
53+
js/libs/oj/v14.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
54+
js/libs/oj/v14.0.0/min/ojmessagebanner.js (Ramda) MIT
55+
js/libs/oj/v14.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
56+
js/libs/oj/v14.0.0/min/ojtree.js (jsTree.js) MIT
57+
js/libs/oj/v14.0.0/ojL10n.js (requireJS i18n) MIT
5858
js/libs/proj4js/dist/proj4.js Proj4js
5959
js/libs/require/require.js MIT
6060
js/libs/require/text.js MIT
6161
js/libs/require-css/css.min.js (require-css) MIT
62-
scss/oj/v13.1.0/3rdparty/normalize/normalize.scss MIT
62+
scss/oj/v14.0.0/3rdparty/normalize/normalize.scss MIT
6363
js/libs/touchr/touchr.js MIT
6464
js/libs/preact/dist/preact.umd.js MIT
6565

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

310310

311-
jQuery JavaScript Library v3.6.0
311+
jQuery JavaScript Library v3.6.1
312312
http://jquery.com/
313313
Copyright OpenJS Foundation and other contributors, https://openjsf.org/
314314

@@ -357,7 +357,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
357357

358358

359359

360-
RequireJS text 2.0.15
360+
RequireJS text 2.0.16
361361
http://github.com/requirejs/text
362362
Copyright jQuery Foundation and other contributors, https://jquery.org/
363363

Binary file not shown.

dist/css/alta-android/oj-alta-min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)