Skip to content

Commit

Permalink
Release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benm071 committed Aug 17, 2018
1 parent 294f381 commit ecf1154
Show file tree
Hide file tree
Showing 410 changed files with 91,741 additions and 58,112 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 5.1.0
# Oracle JET version 5.2.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.
Expand Down Expand Up @@ -34,13 +34,13 @@ npm install -g @oracle/ojet-cli
ojet create <app name>
```
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet510&id=homepage) for complete installation details, including prerequisites.
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet520&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=jet510&id=homepage)
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet510&id=homepage) to help with Getting Started and many common issues.
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet520&id=homepage)
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet520&id=homepage) to help with Getting Started and many common issues.

## [Contributing](https://github.com/oracle/oraclejet/tree/master/CONTRIBUTING.md)
Oracle JET is an open source project. Pull Requests are currently not being accepted. See
Expand Down
10 changes: 5 additions & 5 deletions THIRDPARTYLICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ js/libs/jquery/jqueryui-amd-1.12.1/sortable.js MIT
js/libs/jquery/jqueryui-amd-1.12.1/widget.js MIT
js/libs/knockout/knockout-3.4.2.js MIT
js/libs/knockout/knockout-mapping-latest.js MIT
js/libs/oj/v5.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
js/libs/oj/v5.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
js/libs/oj/v5.1.0/min/ojtree.js (jsTree.js) MIT
js/libs/oj/v5.1.0/ojL10n.js (requireJS i18n) MIT
js/libs/oj/v5.2.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
js/libs/oj/v5.2.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
js/libs/oj/v5.2.0/min/ojtree.js (jsTree.js) MIT
js/libs/oj/v5.2.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.js (require-css) MIT
js/libs/webcomponents/custom-elements.min.js custom-elements
scss/oj/v5.1.0/3rdparty/normalize/normalize.scss MIT
scss/oj/v5.2.0/3rdparty/normalize/normalize.scss MIT


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

Large diffs are not rendered by default.

178 changes: 160 additions & 18 deletions dist/css/alta-android/oj-alta.css
Original file line number Diff line number Diff line change
Expand Up @@ -7231,7 +7231,8 @@ oj-messages:not(.oj-messages-inline) .oj-messages-container {
margin-bottom: 8px; }

@media screen and (max-width: 767px) {
.oj-messages-container:not(.oj-messages-inline) {
.oj-messages-general,
.oj-messages-notification {
width: calc(100% - 20px);
max-width: initial;
min-width: initial; } }
Expand Down Expand Up @@ -10550,6 +10551,20 @@ oj-diagram {
.oj-diagram-link.oj-invalid-drop {
cursor: no-drop; }

.oj-diagram-overview {
background-color: #e5e6e6; }

.oj-diagram-overview-viewport {
background-color: #ffffff;
border-color: #4b4d4e; }

.oj-diagram-overview-node {
fill: #4b4d4e; }

.oj-diagram-overview-container-node {
fill: #4b4d4e;
fill-opacity: .25; }

oj-gantt:not(.oj-complete) {
visibility: hidden; }

Expand Down Expand Up @@ -11798,10 +11813,10 @@ html[dir="rtl"] .oj-formlayout-labels-inline > .oj-flex > .oj-flex-item:nth-chil
.oj-label-nocomp:not(.oj-label-for-non-control) {
line-height: 1.6em; }

html:not([dir="rtl"]) .oj-formlayout-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
html:not([dir="rtl"]) .oj-formlayout-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
padding-left: 1rem; }

html[dir="rtl"] .oj-formlayout-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
html[dir="rtl"] .oj-formlayout-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
padding-right: 1rem; }

html:not([dir="rtl"]) .oj-formlayout-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
Expand All @@ -11810,10 +11825,38 @@ html:not([dir="rtl"]) .oj-formlayout-form-across > .oj-flex > .oj-flex-item:nth-
html[dir="rtl"] .oj-formlayout-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
padding-left: 1rem; }

.oj-form.oj-formlayout-form-across > .oj-flex {
padding-left: 0;
padding-right: 0; }

html:not([dir="rtl"]) .oj-form.oj-formlayout-form-across {
padding-left: 0; }

html[dir="rtl"] .oj-form.oj-formlayout-form-across {
padding-right: 0; }

html:not([dir="rtl"]) .oj-form.oj-formlayout-form-across > .oj-flex {
padding-right: 0; }

html[dir="rtl"] .oj-form.oj-formlayout-form-across > .oj-flex {
padding-left: 0; }

.oj-formlayout-labels-inline > .oj-flex {
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap; }

html:not([dir="rtl"]) .oj-formlayout-form-across > .oj-flex > .oj-formlayout-no-label-flex-item.oj-flex-item:nth-child(odd) {
padding-left: 0px; }

html[dir="rtl"] .oj-formlayout-form-across > .oj-flex > .oj-formlayout-no-label-flex-item.oj-flex-item:nth-child(odd) {
padding-right: 0px; }

html:not([dir="rtl"]) .oj-formlayout-form-across > .oj-flex > .oj-formlayout-no-label-flex-item.oj-flex-item:nth-child(even) {
padding-left: 1rem; }

html[dir="rtl"] .oj-formlayout-form-across > .oj-flex > .oj-formlayout-no-label-flex-item.oj-flex-item:nth-child(even) {
padding-right: 1rem; }

oj-form-layout:not(.oj-complete) {
visibility: hidden; }

Expand Down Expand Up @@ -11946,9 +11989,20 @@ html[dir="rtl"] .oj-inputtext.oj-inputtext-clearicon-visible .oj-inputtext-input
opacity: 1; }

/* Styling for text-align */
.oj-form-control-text-align-right .oj-inputtext-input {
.oj-form-control-text-align-right .oj-inputtext-input,
.oj-form-control-text-align-right .oj-inputpassword-input,
.oj-form-control-text-align-right .oj-textarea-input {
text-align: right; }

.oj-form-control-text-align-start .oj-inputtext-input,
.oj-form-control-text-align-start .oj-inputpassword-input,
.oj-form-control-text-align-start .oj-textarea-input {
text-align: left; }
html[dir="rtl"] .oj-form-control-text-align-start .oj-inputtext-input, html[dir="rtl"]
.oj-form-control-text-align-start .oj-inputpassword-input, html[dir="rtl"]
.oj-form-control-text-align-start .oj-textarea-input {
text-align: right; }

.oj-inputtext-input[size],
.oj-inputpassword-input[size],
.oj-textarea-input[size] {
Expand Down Expand Up @@ -12201,6 +12255,11 @@ html[dir="rtl"] .oj-inputnumber-input {
.oj-form-control-text-align-right .oj-inputnumber-input {
text-align: right; }

.oj-form-control-text-align-start .oj-inputnumber-input {
text-align: left; }
html[dir="rtl"] .oj-form-control-text-align-start .oj-inputnumber-input {
text-align: right; }

.oj-form-control-inherit .oj-inputnumber-input {
color: inherit;
height: 100%;
Expand Down Expand Up @@ -12727,6 +12786,12 @@ html[dir="rtl"] .oj-inputdatetime.oj-invalid .oj-inputdatetime-input-trigger, ht
border-color: #b1b3b4;
opacity: 0.5; }

/* Styling for text-align */
.oj-form-control-text-align-start .oj-inputdatetime-input {
text-align: left; }
html[dir="rtl"] .oj-form-control-text-align-start .oj-inputdatetime-input {
text-align: right; }

.oj-inputdatetime.oj-disabled .oj-inputdatetime-input-trigger {
background-color: transparent;
border-color: #b1b3b4;
Expand Down Expand Up @@ -13623,6 +13688,17 @@ oj-combobox:not(.oj-complete) {
color: rgba(0, 0, 0, 0.6);
opacity: 1; }

/* Styling for text-align */
.oj-form-control-text-align-start .oj-combobox-input {
text-align: left; }
html[dir="rtl"] .oj-form-control-text-align-start .oj-combobox-input {
text-align: right; }

.oj-form-control-text-align-start .oj-combobox-choices li {
float: left; }
html[dir="rtl"] .oj-form-control-text-align-start .oj-combobox-choices li {
float: right; }

/*
* Applied to the single-select drop down arrow
*/
Expand All @@ -13648,6 +13724,10 @@ oj-combobox:not(.oj-complete) {
border-left: solid 0 0 1px #b1b3b4;
height: 80%;
vertical-align: middle; }
html:not([dir="rtl"]) .oj-combobox-divider {
margin-left: 0; }
html[dir="rtl"] .oj-combobox-divider {
margin-right: 0; }

/* multi-select */
/*
Expand All @@ -13664,13 +13744,14 @@ oj-combobox:not(.oj-complete) {
border-radius: 0;
-webkit-appearance: none;
-webkit-tap-highlight-color: transparent;
min-height: 2rem;
padding: 0 0 5px;
height: auto;
min-height: 2rem;
margin: 0;
position: relative;
cursor: text;
overflow: hidden;
padding-bottom: 5px; }
overflow: hidden; }
html[dir="rtl"] .oj-combobox-choices {
text-align: right; }
.oj-combobox-choices::-webkit-input-placeholder {
Expand All @@ -13682,10 +13763,6 @@ oj-combobox:not(.oj-complete) {
.oj-combobox-choices:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.6);
opacity: 1; }
html:not([dir="rtl"]) .oj-combobox-choices {
padding-left: 0; }
html[dir="rtl"] .oj-combobox-choices {
padding-right: 0; }

/*
* Applied to the multi-select box list items which include the search field and the selected choices
Expand Down Expand Up @@ -13922,6 +13999,27 @@ oj-select:not(.oj-complete) {
padding-left: 0;
padding-right: 0; }

/* Styling for text-align */
.oj-form-control-text-align-start .oj-select-choice {
text-align: left; }
html[dir="rtl"] .oj-form-control-text-align-start .oj-select-choice {
text-align: right; }

/* Styling for native render mode text-align */
.oj-form-control-text-align-start .oj-select-select {
text-align: left; }
html[dir="rtl"] .oj-form-control-text-align-start .oj-select-select {
text-align: right; }
html:not([dir="rtl"]) .oj-form-control-text-align-start .oj-select-select {
direction: ltr; }
html[dir="rtl"] .oj-form-control-text-align-start .oj-select-select {
direction: rtl; }

.oj-form-control-text-align-start .oj-select-choices li {
float: left; }
html[dir="rtl"] .oj-form-control-text-align-start .oj-select-choices li {
float: right; }

/* multi-select */
/*
* Applied to the multi-select box which includes the input field and the selected choices
Expand Down Expand Up @@ -18115,14 +18213,25 @@ html[dir="rtl"] .oj-flex-bar-end {
.oj-sm-labels-inline > .oj-flex > .oj-flex-item:nth-child(odd) >
.oj-label-nocomp:not(.oj-label-for-non-control) {
line-height: 1.6em; }
html:not([dir="rtl"]) .oj-sm-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
html:not([dir="rtl"]) .oj-sm-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
padding-left: 1rem; }
html[dir="rtl"] .oj-sm-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
html[dir="rtl"] .oj-sm-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
padding-right: 1rem; }
html:not([dir="rtl"]) .oj-sm-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
padding-right: 1rem; }
html[dir="rtl"] .oj-sm-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
padding-left: 1rem; }
.oj-form.oj-sm-form-across > .oj-flex {
padding-left: 0;
padding-right: 0; }
html:not([dir="rtl"]) .oj-form.oj-sm-form-across {
padding-left: 0; }
html[dir="rtl"] .oj-form.oj-sm-form-across {
padding-right: 0; }
html:not([dir="rtl"]) .oj-form.oj-sm-form-across > .oj-flex {
padding-right: 0; }
html[dir="rtl"] .oj-form.oj-sm-form-across > .oj-flex {
padding-left: 0; }
html:not([dir="rtl"]) .oj-form-layout:not(.oj-sm-only-flex-direction-column) > .oj-flex-item:not(:first-child) {
margin-left: 1rem; }
html[dir="rtl"] .oj-form-layout:not(.oj-sm-only-flex-direction-column) > .oj-flex-item:not(:first-child) {
Expand Down Expand Up @@ -18237,14 +18346,25 @@ html[dir="rtl"] .oj-flex-bar-end {
.oj-md-labels-inline > .oj-flex > .oj-flex-item:nth-child(odd) >
.oj-label-nocomp:not(.oj-label-for-non-control) {
line-height: 1.6em; }
html:not([dir="rtl"]) .oj-md-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
html:not([dir="rtl"]) .oj-md-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
padding-left: 1rem; }
html[dir="rtl"] .oj-md-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
html[dir="rtl"] .oj-md-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
padding-right: 1rem; }
html:not([dir="rtl"]) .oj-md-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
padding-right: 1rem; }
html[dir="rtl"] .oj-md-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
padding-left: 1rem; }
.oj-form.oj-md-form-across > .oj-flex {
padding-left: 0;
padding-right: 0; }
html:not([dir="rtl"]) .oj-form.oj-md-form-across {
padding-left: 0; }
html[dir="rtl"] .oj-form.oj-md-form-across {
padding-right: 0; }
html:not([dir="rtl"]) .oj-form.oj-md-form-across > .oj-flex {
padding-right: 0; }
html[dir="rtl"] .oj-form.oj-md-form-across > .oj-flex {
padding-left: 0; }
html:not([dir="rtl"]) .oj-form-layout:not(.oj-md-only-flex-direction-column) > .oj-flex-item:not(:first-child) {
margin-left: 1rem; }
html[dir="rtl"] .oj-form-layout:not(.oj-md-only-flex-direction-column) > .oj-flex-item:not(:first-child) {
Expand Down Expand Up @@ -18359,14 +18479,25 @@ html[dir="rtl"] .oj-flex-bar-end {
.oj-lg-labels-inline > .oj-flex > .oj-flex-item:nth-child(odd) >
.oj-label-nocomp:not(.oj-label-for-non-control) {
line-height: 1.6em; }
html:not([dir="rtl"]) .oj-lg-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
html:not([dir="rtl"]) .oj-lg-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
padding-left: 1rem; }
html[dir="rtl"] .oj-lg-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
html[dir="rtl"] .oj-lg-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
padding-right: 1rem; }
html:not([dir="rtl"]) .oj-lg-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
padding-right: 1rem; }
html[dir="rtl"] .oj-lg-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
padding-left: 1rem; }
.oj-form.oj-lg-form-across > .oj-flex {
padding-left: 0;
padding-right: 0; }
html:not([dir="rtl"]) .oj-form.oj-lg-form-across {
padding-left: 0; }
html[dir="rtl"] .oj-form.oj-lg-form-across {
padding-right: 0; }
html:not([dir="rtl"]) .oj-form.oj-lg-form-across > .oj-flex {
padding-right: 0; }
html[dir="rtl"] .oj-form.oj-lg-form-across > .oj-flex {
padding-left: 0; }
html:not([dir="rtl"]) .oj-form-layout:not(.oj-lg-only-flex-direction-column) > .oj-flex-item:not(:first-child) {
margin-left: 1rem; }
html[dir="rtl"] .oj-form-layout:not(.oj-lg-only-flex-direction-column) > .oj-flex-item:not(:first-child) {
Expand Down Expand Up @@ -18481,14 +18612,25 @@ html[dir="rtl"] .oj-flex-bar-end {
.oj-xl-labels-inline > .oj-flex > .oj-flex-item:nth-child(odd) >
.oj-label-nocomp:not(.oj-label-for-non-control) {
line-height: 1.6em; }
html:not([dir="rtl"]) .oj-xl-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
html:not([dir="rtl"]) .oj-xl-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
padding-left: 1rem; }
html[dir="rtl"] .oj-xl-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
html[dir="rtl"] .oj-xl-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
padding-right: 1rem; }
html:not([dir="rtl"]) .oj-xl-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
padding-right: 1rem; }
html[dir="rtl"] .oj-xl-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
padding-left: 1rem; }
.oj-form.oj-xl-form-across > .oj-flex {
padding-left: 0;
padding-right: 0; }
html:not([dir="rtl"]) .oj-form.oj-xl-form-across {
padding-left: 0; }
html[dir="rtl"] .oj-form.oj-xl-form-across {
padding-right: 0; }
html:not([dir="rtl"]) .oj-form.oj-xl-form-across > .oj-flex {
padding-right: 0; }
html[dir="rtl"] .oj-form.oj-xl-form-across > .oj-flex {
padding-left: 0; }
html:not([dir="rtl"]) .oj-form-layout:not(.oj-xl-only-flex-direction-column) > .oj-flex-item:not(:first-child) {
margin-left: 1rem; }
html[dir="rtl"] .oj-form-layout:not(.oj-xl-only-flex-direction-column) > .oj-flex-item:not(:first-child) {
Expand Down
Loading

0 comments on commit ecf1154

Please sign in to comment.