Skip to content

Commit 2e5a1b4

Browse files
committed
Release 12.0.0
1 parent 5893ae4 commit 2e5a1b4

File tree

3,307 files changed

+344353
-345060
lines changed

Some content is hidden

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

3,307 files changed

+344353
-345060
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to Oracle JET
22

3-
*Copyright (c) 2014, 2021 Oracle and/or its affiliates
3+
*Copyright (c) 2014, 2022 Oracle and/or its affiliates
44
The Universal Permissive License (UPL), Version 1.0*
55

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Oracle JET
22

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

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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle JET version 11.1.0
1+
# Oracle JET version 12.0.0
22

33
## About Oracle JET
44
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.
@@ -34,19 +34,19 @@ npm install -g @oracle/ojet-cli
3434
3535
ojet create <app name>
3636
```
37-
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1110&id=homepage) for complete installation details, including prerequisites.
37+
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1200&id=homepage) for complete installation details, including prerequisites.
3838

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

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

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

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

THIRDPARTYLICENSE.txt

Lines changed: 40 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ js/libs/jquery/jqueryui-amd-1.12.1/position.js MI
2323
js/libs/jquery/jqueryui-amd-1.12.1/sortable.js MIT
2424
js/libs/jquery/jqueryui-amd-1.12.1/widget.js MIT
2525
js/libs/knockout/knockout-3.5.1.js MIT
26-
js/libs/knockout/knockout-mapping-latest.js MIT
27-
js/libs/oj/v11.1.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
28-
js/libs/oj/v11.1.0/min/ojexpparser.js (expparser.js) MIT
29-
js/libs/oj/v11.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
30-
js/libs/oj/v11.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31-
js/libs/oj/v11.1.0/min/ojtree.js (jsTree.js) MIT
32-
js/libs/oj/v11.1.0/ojL10n.js (requireJS i18n) MIT
26+
js/libs/oj/v12.0.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
27+
js/libs/oj/v12.0.0/min/ojexpparser.js (expparser.js) MIT
28+
js/libs/oj/v12.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
29+
js/libs/oj/v12.0.0/min/ojmessagebanner.js (Ramda) MIT
30+
js/libs/oj/v12.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31+
js/libs/oj/v12.0.0/min/ojtree.js (jsTree.js) MIT
32+
js/libs/oj/v12.0.0/ojL10n.js (requireJS i18n) MIT
3333
js/libs/proj4js/dist/proj4.js Proj4js
3434
js/libs/require/require.js MIT
3535
js/libs/require/text.js MIT
3636
js/libs/require-css/css.min.js (require-css) MIT
37-
scss/oj/v11.1.0/3rdparty/normalize/normalize.scss MIT
37+
scss/oj/v12.0.0/3rdparty/normalize/normalize.scss MIT
3838
js/libs/touchr/touchr.js MIT
3939
js/libs/preact/dist/preact.umd.js MIT
4040

@@ -84,7 +84,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8484
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8585
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8686
SOFTWARE.
87-
87+
8888

8989

9090

@@ -217,7 +217,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
217217
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
218218
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
219219
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
220-
THE SOFTWARE.
220+
THE SOFTWARE.
221221

222222

223223
jsTree 1.0-rc3 http://jstree.com/
@@ -238,7 +238,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
238238
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
239239
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
240240
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
241-
THE SOFTWARE.
241+
THE SOFTWARE.
242242

243243

244244
select2.js
@@ -332,7 +332,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
332332

333333

334334

335-
RequireJS text 2.0.15
335+
RequireJS text 2.0.15
336336
http://github.com/requirejs/text
337337
Copyright jQuery Foundation and other contributors, https://jquery.org/
338338

@@ -402,7 +402,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
402402
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
403403
THE SOFTWARE.
404404

405-
Preact - v10.5.13
405+
Preact - v10.5.15
406406

407407
The MIT License (MIT)
408408
Copyright (c) 2015-present Jason Miller
@@ -426,6 +426,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
426426
SOFTWARE.
427427

428428

429+
Ramda v0.27.1
430+
https://github.com/ramda/ramda
431+
432+
The MIT License (MIT)
433+
434+
Copyright (c) 2013-2020 Scott Sauyet and Michael Hurley
435+
436+
Permission is hereby granted, free of charge, to any person obtaining a copy
437+
of this software and associated documentation files (the "Software"), to deal
438+
in the Software without restriction, including without limitation the rights
439+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
440+
copies of the Software, and to permit persons to whom the Software is
441+
furnished to do so, subject to the following conditions:
442+
443+
The above copyright notice and this permission notice shall be included in
444+
all copies or substantial portions of the Software.
445+
446+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
447+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
448+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
449+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
450+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
451+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
452+
THE SOFTWARE.
453+
454+
429455
========================= Apache-2.0 =========================
430456

431457

@@ -687,4 +713,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
687713

688714
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
689715

690-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
716+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)