Skip to content

Commit

Permalink
Release 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benm071 committed Jul 13, 2023
1 parent cad87ab commit 7d5f44c
Show file tree
Hide file tree
Showing 1,838 changed files with 59,320 additions and 24,238 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Oracle JET version 14.1.0
# Oracle JET version 15.0.0

## About Oracle JET

Expand Down Expand Up @@ -39,15 +39,15 @@ npm install -g @oracle/ojet-cli
ojet create <app name>
```

See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1410&id=homepage) for complete installation details, including prerequisites.
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1500&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=jet1410&id=homepage)
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet1500&id=homepage)

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.
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.

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

Expand Down
16 changes: 8 additions & 8 deletions THIRDPARTYLICENSE.txt
Original file line number Diff line number Diff line change
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/v14.1.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
js/libs/oj/v14.1.0/min/ojexpparser.js (expparser.js) MIT
js/libs/oj/v14.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
js/libs/oj/v14.1.0/min/ojmessagebanner.js (Ramda) MIT
js/libs/oj/v14.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
js/libs/oj/v14.1.0/min/ojtree.js (jsTree.js) MIT
js/libs/oj/v14.1.0/ojL10n.js (requireJS i18n) MIT
js/libs/oj/v15.0.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
js/libs/oj/v15.0.0/min/ojexpparser.js (expparser.js) MIT
js/libs/oj/v15.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
js/libs/oj/v15.0.0/min/ojmessagebanner.js (Ramda) MIT
js/libs/oj/v15.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
js/libs/oj/v15.0.0/min/ojtree.js (jsTree.js) MIT
js/libs/oj/v15.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/v14.1.0/3rdparty/normalize/normalize.scss MIT
scss/oj/v15.0.0/3rdparty/normalize/normalize.scss MIT
js/libs/touchr/touchr.js MIT
js/libs/preact/dist/preact.umd.js MIT

Expand Down
2 changes: 1 addition & 1 deletion dist/css/alta-android/oj-alta-min.css

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions dist/css/alta-android/oj-alta.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ template {
visibility: hidden; }

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

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

/* Styling for the status message. */
.oj-table-status-message {
position: absolute; }
position: absolute;
pointer-events: none; }

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

/* Styling for all row labels */
.oj-gantt-row-label {
fill: rgba(0, 0, 0, 0.6);
color: rgba(0, 0, 0, 0.6);
font-size: 1rem;
padding-left: 0.5714rem;
padding-right: 0.5714rem; }
Expand Down Expand Up @@ -13008,7 +13009,7 @@ oj-gantt:not(.oj-complete) {

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

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

/* Styling for the minor time axis labels */
.oj-gantt-minor-axis-label {
fill: black;
color: black;
font-size: 0.875rem;
font-weight: normal; }

Expand Down
2 changes: 1 addition & 1 deletion dist/css/alta-ios/oj-alta-min.css

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions dist/css/alta-ios/oj-alta.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ template {
visibility: hidden; }

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

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

/* Styling for the status message. */
.oj-table-status-message {
position: absolute; }
position: absolute;
pointer-events: none; }

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

/* Styling for all row labels */
.oj-gantt-row-label {
fill: rgba(0, 0, 0, 0.85);
color: rgba(0, 0, 0, 0.85);
font-size: 1rem;
padding-left: 0.5714rem;
padding-right: 0.5714rem; }
Expand Down Expand Up @@ -13135,7 +13136,7 @@ oj-gantt:not(.oj-complete) {

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

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

/* Styling for the minor time axis labels */
.oj-gantt-minor-axis-label {
fill: black;
color: black;
font-size: 0.875rem;
font-weight: normal; }

Expand Down
2 changes: 1 addition & 1 deletion dist/css/alta-windows/oj-alta-min.css

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions dist/css/alta-windows/oj-alta.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ template {
visibility: hidden; }

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

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

/* Styling for the status message. */
.oj-table-status-message {
position: absolute; }
position: absolute;
pointer-events: none; }

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

/* Styling for all row labels */
.oj-gantt-row-label {
fill: rgba(0, 0, 0, 0.8);
color: rgba(0, 0, 0, 0.8);
font-size: 1rem;
padding-left: 0.5714rem;
padding-right: 0.5714rem; }
Expand Down Expand Up @@ -13020,7 +13021,7 @@ oj-gantt:not(.oj-complete) {

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

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

/* Styling for the minor time axis labels */
.oj-gantt-minor-axis-label {
fill: black;
color: black;
font-size: 0.93333rem;
font-weight: normal; }

Expand Down
2 changes: 1 addition & 1 deletion dist/css/alta/oj-alta-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/alta/oj-alta-notag-min.css

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions dist/css/alta/oj-alta-notag.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
visibility: hidden; }

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

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

/* Styling for the status message. */
.oj-table-status-message {
position: absolute; }
position: absolute;
pointer-events: none; }

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

/* Styling for all row labels */
.oj-gantt-row-label {
fill: rgba(0, 0, 0, 0.85);
color: rgba(0, 0, 0, 0.85);
font-size: 1rem;
padding-left: 0.5714rem;
padding-right: 0.5714rem; }
Expand Down Expand Up @@ -12794,7 +12795,7 @@ oj-gantt:not(.oj-complete) {

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

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

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

Expand Down
11 changes: 6 additions & 5 deletions dist/css/alta/oj-alta.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ template {
visibility: hidden; }

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

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

/* Styling for the status message. */
.oj-table-status-message {
position: absolute; }
position: absolute;
pointer-events: none; }

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

/* Styling for all row labels */
.oj-gantt-row-label {
fill: rgba(0, 0, 0, 0.85);
color: rgba(0, 0, 0, 0.85);
font-size: 1rem;
padding-left: 0.5714rem;
padding-right: 0.5714rem; }
Expand Down Expand Up @@ -13180,7 +13181,7 @@ oj-gantt:not(.oj-complete) {

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

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

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

Expand Down
Binary file modified dist/css/redwood/images/avatar-pattern10_38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/css/redwood/images/avatar-pattern1_38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/css/redwood/images/avatar-pattern2_38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/css/redwood/images/avatar-pattern3_38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/css/redwood/images/avatar-pattern4_38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/css/redwood/images/avatar-pattern5_38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/css/redwood/images/avatar-pattern6_38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/css/redwood/images/avatar-pattern7_38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/css/redwood/images/avatar-pattern8_38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/css/redwood/images/avatar-pattern9_38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/css/redwood/oj-redwood-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/redwood/oj-redwood-notag-min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 7d5f44c

Please sign in to comment.