Skip to content

Commit 7d5f44c

Browse files
committed
Release 15.0.0
1 parent cad87ab commit 7d5f44c

File tree

1,838 files changed

+59320
-24238
lines changed

Some content is hidden

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

1,838 files changed

+59320
-24238
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle JET version 14.1.0
1+
# Oracle JET version 15.0.0
22

33
## About Oracle JET
44

@@ -39,15 +39,15 @@ npm install -g @oracle/ojet-cli
3939
ojet create <app name>
4040
```
4141

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

4444
## Related GitHub Projects
4545

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

48-
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet1410&id=homepage)
48+
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet1500&id=homepage)
4949

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

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

THIRDPARTYLICENSE.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -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/v14.1.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
52-
js/libs/oj/v14.1.0/min/ojexpparser.js (expparser.js) MIT
53-
js/libs/oj/v14.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
54-
js/libs/oj/v14.1.0/min/ojmessagebanner.js (Ramda) MIT
55-
js/libs/oj/v14.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
56-
js/libs/oj/v14.1.0/min/ojtree.js (jsTree.js) MIT
57-
js/libs/oj/v14.1.0/ojL10n.js (requireJS i18n) MIT
51+
js/libs/oj/v15.0.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
52+
js/libs/oj/v15.0.0/min/ojexpparser.js (expparser.js) MIT
53+
js/libs/oj/v15.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
54+
js/libs/oj/v15.0.0/min/ojmessagebanner.js (Ramda) MIT
55+
js/libs/oj/v15.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
56+
js/libs/oj/v15.0.0/min/ojtree.js (jsTree.js) MIT
57+
js/libs/oj/v15.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/v14.1.0/3rdparty/normalize/normalize.scss MIT
62+
scss/oj/v15.0.0/3rdparty/normalize/normalize.scss MIT
6363
js/libs/touchr/touchr.js MIT
6464
js/libs/preact/dist/preact.umd.js MIT
6565

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.

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

+6-5
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ template {
270270
visibility: hidden; }
271271

272272
.oj-theme-json {
273-
font-family: '{"name":"alta","targetPlatform":"android","behavior":"alta","jetReleaseVersion":"v14.1.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"android","behavior":"alta","jetReleaseVersion":"v15.0.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -9658,7 +9658,8 @@ html[dir="rtl"] .oj-table-vgrid-lines:last-child, html[dir="rtl"]
96589658

96599659
/* Styling for the status message. */
96609660
.oj-table-status-message {
9661-
position: absolute; }
9661+
position: absolute;
9662+
pointer-events: none; }
96629663

96639664
/* Styling for the status message text. */
96649665
.oj-table-status-message-text {
@@ -12893,7 +12894,7 @@ oj-gantt:not(.oj-complete) {
1289312894

1289412895
/* Styling for all row labels */
1289512896
.oj-gantt-row-label {
12896-
fill: rgba(0, 0, 0, 0.6);
12897+
color: rgba(0, 0, 0, 0.6);
1289712898
font-size: 1rem;
1289812899
padding-left: 0.5714rem;
1289912900
padding-right: 0.5714rem; }
@@ -13008,7 +13009,7 @@ oj-gantt:not(.oj-complete) {
1300813009

1300913010
/* Styling for the major time axis labels */
1301013011
.oj-gantt-major-axis-label {
13011-
fill: rgba(0, 0, 0, 0.6);
13012+
color: rgba(0, 0, 0, 0.6);
1301213013
font-size: 1rem;
1301313014
font-weight: 500; }
1301413015

@@ -13024,7 +13025,7 @@ oj-gantt:not(.oj-complete) {
1302413025

1302513026
/* Styling for the minor time axis labels */
1302613027
.oj-gantt-minor-axis-label {
13027-
fill: black;
13028+
color: black;
1302813029
font-size: 0.875rem;
1302913030
font-weight: normal; }
1303013031

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

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

dist/css/alta-ios/oj-alta.css

+6-5
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ template {
270270
visibility: hidden; }
271271

272272
.oj-theme-json {
273-
font-family: '{"name":"alta","targetPlatform":"ios","behavior":"alta","jetReleaseVersion":"v14.1.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"ios","behavior":"alta","jetReleaseVersion":"v15.0.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -9685,7 +9685,8 @@ html[dir="rtl"] .oj-table-vgrid-lines:last-child, html[dir="rtl"]
96859685

96869686
/* Styling for the status message. */
96879687
.oj-table-status-message {
9688-
position: absolute; }
9688+
position: absolute;
9689+
pointer-events: none; }
96899690

96909691
/* Styling for the status message text. */
96919692
.oj-table-status-message-text {
@@ -13020,7 +13021,7 @@ oj-gantt:not(.oj-complete) {
1302013021

1302113022
/* Styling for all row labels */
1302213023
.oj-gantt-row-label {
13023-
fill: rgba(0, 0, 0, 0.85);
13024+
color: rgba(0, 0, 0, 0.85);
1302413025
font-size: 1rem;
1302513026
padding-left: 0.5714rem;
1302613027
padding-right: 0.5714rem; }
@@ -13135,7 +13136,7 @@ oj-gantt:not(.oj-complete) {
1313513136

1313613137
/* Styling for the major time axis labels */
1313713138
.oj-gantt-major-axis-label {
13138-
fill: rgba(0, 0, 0, 0.85);
13139+
color: rgba(0, 0, 0, 0.85);
1313913140
font-size: 1rem;
1314013141
font-weight: 500; }
1314113142

@@ -13151,7 +13152,7 @@ oj-gantt:not(.oj-complete) {
1315113152

1315213153
/* Styling for the minor time axis labels */
1315313154
.oj-gantt-minor-axis-label {
13154-
fill: black;
13155+
color: black;
1315513156
font-size: 0.875rem;
1315613157
font-weight: normal; }
1315713158

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

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

dist/css/alta-windows/oj-alta.css

+6-5
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ template {
270270
visibility: hidden; }
271271

272272
.oj-theme-json {
273-
font-family: '{"name":"alta","targetPlatform":"windows","behavior":"alta","jetReleaseVersion":"v14.1.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"windows","behavior":"alta","jetReleaseVersion":"v15.0.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -9637,7 +9637,8 @@ html[dir="rtl"] .oj-table-vgrid-lines:last-child, html[dir="rtl"]
96379637

96389638
/* Styling for the status message. */
96399639
.oj-table-status-message {
9640-
position: absolute; }
9640+
position: absolute;
9641+
pointer-events: none; }
96419642

96429643
/* Styling for the status message text. */
96439644
.oj-table-status-message-text {
@@ -12905,7 +12906,7 @@ oj-gantt:not(.oj-complete) {
1290512906

1290612907
/* Styling for all row labels */
1290712908
.oj-gantt-row-label {
12908-
fill: rgba(0, 0, 0, 0.8);
12909+
color: rgba(0, 0, 0, 0.8);
1290912910
font-size: 1rem;
1291012911
padding-left: 0.5714rem;
1291112912
padding-right: 0.5714rem; }
@@ -13020,7 +13021,7 @@ oj-gantt:not(.oj-complete) {
1302013021

1302113022
/* Styling for the major time axis labels */
1302213023
.oj-gantt-major-axis-label {
13023-
fill: rgba(0, 0, 0, 0.8);
13024+
color: rgba(0, 0, 0, 0.8);
1302413025
font-size: 1rem;
1302513026
font-weight: 500; }
1302613027

@@ -13036,7 +13037,7 @@ oj-gantt:not(.oj-complete) {
1303613037

1303713038
/* Styling for the minor time axis labels */
1303813039
.oj-gantt-minor-axis-label {
13039-
fill: black;
13040+
color: black;
1304013041
font-size: 0.93333rem;
1304113042
font-weight: normal; }
1304213043

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

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

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

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

dist/css/alta/oj-alta-notag.css

+6-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
visibility: hidden; }
1515

1616
.oj-theme-json {
17-
font-family: '{"name":"alta","targetPlatform":"web","behavior":"alta","jetReleaseVersion":"v14.1.0"}'; }
17+
font-family: '{"name":"alta","targetPlatform":"web","behavior":"alta","jetReleaseVersion":"v15.0.0"}'; }
1818

1919
.oj-helper-hidden-accessible {
2020
border: 0;
@@ -9434,7 +9434,8 @@ html[dir="rtl"] .oj-table-vgrid-lines:last-child, html[dir="rtl"]
94349434

94359435
/* Styling for the status message. */
94369436
.oj-table-status-message {
9437-
position: absolute; }
9437+
position: absolute;
9438+
pointer-events: none; }
94389439

94399440
/* Styling for the status message text. */
94409441
.oj-table-status-message-text {
@@ -12679,7 +12680,7 @@ oj-gantt:not(.oj-complete) {
1267912680

1268012681
/* Styling for all row labels */
1268112682
.oj-gantt-row-label {
12682-
fill: rgba(0, 0, 0, 0.85);
12683+
color: rgba(0, 0, 0, 0.85);
1268312684
font-size: 1rem;
1268412685
padding-left: 0.5714rem;
1268512686
padding-right: 0.5714rem; }
@@ -12794,7 +12795,7 @@ oj-gantt:not(.oj-complete) {
1279412795

1279512796
/* Styling for the major time axis labels */
1279612797
.oj-gantt-major-axis-label {
12797-
fill: rgba(0, 0, 0, 0.85);
12798+
color: rgba(0, 0, 0, 0.85);
1279812799
font-size: 1rem;
1279912800
font-weight: 500; }
1280012801

@@ -12810,7 +12811,7 @@ oj-gantt:not(.oj-complete) {
1281012811

1281112812
/* Styling for the minor time axis labels */
1281212813
.oj-gantt-minor-axis-label {
12813-
fill: rgba(0, 0, 0, 0.8);
12814+
color: rgba(0, 0, 0, 0.8);
1281412815
font-size: 0.85714rem;
1281512816
font-weight: normal; }
1281612817

dist/css/alta/oj-alta.css

+6-5
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ template {
270270
visibility: hidden; }
271271

272272
.oj-theme-json {
273-
font-family: '{"name":"alta","targetPlatform":"web","behavior":"alta","jetReleaseVersion":"v14.1.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"web","behavior":"alta","jetReleaseVersion":"v15.0.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -9822,7 +9822,8 @@ html[dir="rtl"] .oj-table-vgrid-lines:last-child, html[dir="rtl"]
98229822

98239823
/* Styling for the status message. */
98249824
.oj-table-status-message {
9825-
position: absolute; }
9825+
position: absolute;
9826+
pointer-events: none; }
98269827

98279828
/* Styling for the status message text. */
98289829
.oj-table-status-message-text {
@@ -13065,7 +13066,7 @@ oj-gantt:not(.oj-complete) {
1306513066

1306613067
/* Styling for all row labels */
1306713068
.oj-gantt-row-label {
13068-
fill: rgba(0, 0, 0, 0.85);
13069+
color: rgba(0, 0, 0, 0.85);
1306913070
font-size: 1rem;
1307013071
padding-left: 0.5714rem;
1307113072
padding-right: 0.5714rem; }
@@ -13180,7 +13181,7 @@ oj-gantt:not(.oj-complete) {
1318013181

1318113182
/* Styling for the major time axis labels */
1318213183
.oj-gantt-major-axis-label {
13183-
fill: rgba(0, 0, 0, 0.85);
13184+
color: rgba(0, 0, 0, 0.85);
1318413185
font-size: 1rem;
1318513186
font-weight: 500; }
1318613187

@@ -13196,7 +13197,7 @@ oj-gantt:not(.oj-complete) {
1319613197

1319713198
/* Styling for the minor time axis labels */
1319813199
.oj-gantt-minor-axis-label {
13199-
fill: rgba(0, 0, 0, 0.8);
13200+
color: rgba(0, 0, 0, 0.8);
1320013201
font-size: 0.85714rem;
1320113202
font-weight: normal; }
1320213203

-259 Bytes
Loading
-546 Bytes
Loading
-290 Bytes
Loading
-316 Bytes
Loading
-251 Bytes
Loading
-284 Bytes
Loading
-349 Bytes
Loading
-317 Bytes
Loading
-270 Bytes
Loading
-285 Bytes
Loading

dist/css/redwood/oj-redwood-min.css

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

dist/css/redwood/oj-redwood-notag-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)