Skip to content

Commit ecf1154

Browse files
committed
Release 5.2.0
1 parent 294f381 commit ecf1154

File tree

410 files changed

+91741
-58112
lines changed

Some content is hidden

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

410 files changed

+91741
-58112
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle JET version 5.1.0
1+
# Oracle JET version 5.2.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,13 +34,13 @@ 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=jet510&id=homepage) for complete installation details, including prerequisites.
37+
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet520&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=jet510&id=homepage)
43-
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.
42+
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet520&id=homepage)
43+
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.
4444

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

THIRDPARTYLICENSE.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ js/libs/jquery/jqueryui-amd-1.12.1/sortable.js MIT
2626
js/libs/jquery/jqueryui-amd-1.12.1/widget.js MIT
2727
js/libs/knockout/knockout-3.4.2.js MIT
2828
js/libs/knockout/knockout-mapping-latest.js MIT
29-
js/libs/oj/v5.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
30-
js/libs/oj/v5.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31-
js/libs/oj/v5.1.0/min/ojtree.js (jsTree.js) MIT
32-
js/libs/oj/v5.1.0/ojL10n.js (requireJS i18n) MIT
29+
js/libs/oj/v5.2.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
30+
js/libs/oj/v5.2.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31+
js/libs/oj/v5.2.0/min/ojtree.js (jsTree.js) MIT
32+
js/libs/oj/v5.2.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.js (require-css) MIT
3737
js/libs/webcomponents/custom-elements.min.js custom-elements
38-
scss/oj/v5.1.0/3rdparty/normalize/normalize.scss MIT
38+
scss/oj/v5.2.0/3rdparty/normalize/normalize.scss MIT
3939

4040

4141
/*!

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

+160-18
Original file line numberDiff line numberDiff line change
@@ -7231,7 +7231,8 @@ oj-messages:not(.oj-messages-inline) .oj-messages-container {
72317231
margin-bottom: 8px; }
72327232

72337233
@media screen and (max-width: 767px) {
7234-
.oj-messages-container:not(.oj-messages-inline) {
7234+
.oj-messages-general,
7235+
.oj-messages-notification {
72357236
width: calc(100% - 20px);
72367237
max-width: initial;
72377238
min-width: initial; } }
@@ -10550,6 +10551,20 @@ oj-diagram {
1055010551
.oj-diagram-link.oj-invalid-drop {
1055110552
cursor: no-drop; }
1055210553

10554+
.oj-diagram-overview {
10555+
background-color: #e5e6e6; }
10556+
10557+
.oj-diagram-overview-viewport {
10558+
background-color: #ffffff;
10559+
border-color: #4b4d4e; }
10560+
10561+
.oj-diagram-overview-node {
10562+
fill: #4b4d4e; }
10563+
10564+
.oj-diagram-overview-container-node {
10565+
fill: #4b4d4e;
10566+
fill-opacity: .25; }
10567+
1055310568
oj-gantt:not(.oj-complete) {
1055410569
visibility: hidden; }
1055510570

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

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

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

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

11828+
.oj-form.oj-formlayout-form-across > .oj-flex {
11829+
padding-left: 0;
11830+
padding-right: 0; }
11831+
11832+
html:not([dir="rtl"]) .oj-form.oj-formlayout-form-across {
11833+
padding-left: 0; }
11834+
11835+
html[dir="rtl"] .oj-form.oj-formlayout-form-across {
11836+
padding-right: 0; }
11837+
11838+
html:not([dir="rtl"]) .oj-form.oj-formlayout-form-across > .oj-flex {
11839+
padding-right: 0; }
11840+
11841+
html[dir="rtl"] .oj-form.oj-formlayout-form-across > .oj-flex {
11842+
padding-left: 0; }
11843+
1181311844
.oj-formlayout-labels-inline > .oj-flex {
1181411845
-webkit-flex-wrap: nowrap;
1181511846
flex-wrap: nowrap; }
1181611847

11848+
html:not([dir="rtl"]) .oj-formlayout-form-across > .oj-flex > .oj-formlayout-no-label-flex-item.oj-flex-item:nth-child(odd) {
11849+
padding-left: 0px; }
11850+
11851+
html[dir="rtl"] .oj-formlayout-form-across > .oj-flex > .oj-formlayout-no-label-flex-item.oj-flex-item:nth-child(odd) {
11852+
padding-right: 0px; }
11853+
11854+
html:not([dir="rtl"]) .oj-formlayout-form-across > .oj-flex > .oj-formlayout-no-label-flex-item.oj-flex-item:nth-child(even) {
11855+
padding-left: 1rem; }
11856+
11857+
html[dir="rtl"] .oj-formlayout-form-across > .oj-flex > .oj-formlayout-no-label-flex-item.oj-flex-item:nth-child(even) {
11858+
padding-right: 1rem; }
11859+
1181711860
oj-form-layout:not(.oj-complete) {
1181811861
visibility: hidden; }
1181911862

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

1194811991
/* Styling for text-align */
11949-
.oj-form-control-text-align-right .oj-inputtext-input {
11992+
.oj-form-control-text-align-right .oj-inputtext-input,
11993+
.oj-form-control-text-align-right .oj-inputpassword-input,
11994+
.oj-form-control-text-align-right .oj-textarea-input {
1195011995
text-align: right; }
1195111996

11997+
.oj-form-control-text-align-start .oj-inputtext-input,
11998+
.oj-form-control-text-align-start .oj-inputpassword-input,
11999+
.oj-form-control-text-align-start .oj-textarea-input {
12000+
text-align: left; }
12001+
html[dir="rtl"] .oj-form-control-text-align-start .oj-inputtext-input, html[dir="rtl"]
12002+
.oj-form-control-text-align-start .oj-inputpassword-input, html[dir="rtl"]
12003+
.oj-form-control-text-align-start .oj-textarea-input {
12004+
text-align: right; }
12005+
1195212006
.oj-inputtext-input[size],
1195312007
.oj-inputpassword-input[size],
1195412008
.oj-textarea-input[size] {
@@ -12201,6 +12255,11 @@ html[dir="rtl"] .oj-inputnumber-input {
1220112255
.oj-form-control-text-align-right .oj-inputnumber-input {
1220212256
text-align: right; }
1220312257

12258+
.oj-form-control-text-align-start .oj-inputnumber-input {
12259+
text-align: left; }
12260+
html[dir="rtl"] .oj-form-control-text-align-start .oj-inputnumber-input {
12261+
text-align: right; }
12262+
1220412263
.oj-form-control-inherit .oj-inputnumber-input {
1220512264
color: inherit;
1220612265
height: 100%;
@@ -12727,6 +12786,12 @@ html[dir="rtl"] .oj-inputdatetime.oj-invalid .oj-inputdatetime-input-trigger, ht
1272712786
border-color: #b1b3b4;
1272812787
opacity: 0.5; }
1272912788

12789+
/* Styling for text-align */
12790+
.oj-form-control-text-align-start .oj-inputdatetime-input {
12791+
text-align: left; }
12792+
html[dir="rtl"] .oj-form-control-text-align-start .oj-inputdatetime-input {
12793+
text-align: right; }
12794+
1273012795
.oj-inputdatetime.oj-disabled .oj-inputdatetime-input-trigger {
1273112796
background-color: transparent;
1273212797
border-color: #b1b3b4;
@@ -13623,6 +13688,17 @@ oj-combobox:not(.oj-complete) {
1362313688
color: rgba(0, 0, 0, 0.6);
1362413689
opacity: 1; }
1362513690

13691+
/* Styling for text-align */
13692+
.oj-form-control-text-align-start .oj-combobox-input {
13693+
text-align: left; }
13694+
html[dir="rtl"] .oj-form-control-text-align-start .oj-combobox-input {
13695+
text-align: right; }
13696+
13697+
.oj-form-control-text-align-start .oj-combobox-choices li {
13698+
float: left; }
13699+
html[dir="rtl"] .oj-form-control-text-align-start .oj-combobox-choices li {
13700+
float: right; }
13701+
1362613702
/*
1362713703
* Applied to the single-select drop down arrow
1362813704
*/
@@ -13648,6 +13724,10 @@ oj-combobox:not(.oj-complete) {
1364813724
border-left: solid 0 0 1px #b1b3b4;
1364913725
height: 80%;
1365013726
vertical-align: middle; }
13727+
html:not([dir="rtl"]) .oj-combobox-divider {
13728+
margin-left: 0; }
13729+
html[dir="rtl"] .oj-combobox-divider {
13730+
margin-right: 0; }
1365113731

1365213732
/* multi-select */
1365313733
/*
@@ -13664,13 +13744,14 @@ oj-combobox:not(.oj-complete) {
1366413744
border-radius: 0;
1366513745
-webkit-appearance: none;
1366613746
-webkit-tap-highlight-color: transparent;
13747+
min-height: 2rem;
13748+
padding: 0 0 5px;
1366713749
height: auto;
1366813750
min-height: 2rem;
1366913751
margin: 0;
1367013752
position: relative;
1367113753
cursor: text;
13672-
overflow: hidden;
13673-
padding-bottom: 5px; }
13754+
overflow: hidden; }
1367413755
html[dir="rtl"] .oj-combobox-choices {
1367513756
text-align: right; }
1367613757
.oj-combobox-choices::-webkit-input-placeholder {
@@ -13682,10 +13763,6 @@ oj-combobox:not(.oj-complete) {
1368213763
.oj-combobox-choices:-ms-input-placeholder {
1368313764
color: rgba(0, 0, 0, 0.6);
1368413765
opacity: 1; }
13685-
html:not([dir="rtl"]) .oj-combobox-choices {
13686-
padding-left: 0; }
13687-
html[dir="rtl"] .oj-combobox-choices {
13688-
padding-right: 0; }
1368913766

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

14002+
/* Styling for text-align */
14003+
.oj-form-control-text-align-start .oj-select-choice {
14004+
text-align: left; }
14005+
html[dir="rtl"] .oj-form-control-text-align-start .oj-select-choice {
14006+
text-align: right; }
14007+
14008+
/* Styling for native render mode text-align */
14009+
.oj-form-control-text-align-start .oj-select-select {
14010+
text-align: left; }
14011+
html[dir="rtl"] .oj-form-control-text-align-start .oj-select-select {
14012+
text-align: right; }
14013+
html:not([dir="rtl"]) .oj-form-control-text-align-start .oj-select-select {
14014+
direction: ltr; }
14015+
html[dir="rtl"] .oj-form-control-text-align-start .oj-select-select {
14016+
direction: rtl; }
14017+
14018+
.oj-form-control-text-align-start .oj-select-choices li {
14019+
float: left; }
14020+
html[dir="rtl"] .oj-form-control-text-align-start .oj-select-choices li {
14021+
float: right; }
14022+
1392514023
/* multi-select */
1392614024
/*
1392714025
* Applied to the multi-select box which includes the input field and the selected choices
@@ -18115,14 +18213,25 @@ html[dir="rtl"] .oj-flex-bar-end {
1811518213
.oj-sm-labels-inline > .oj-flex > .oj-flex-item:nth-child(odd) >
1811618214
.oj-label-nocomp:not(.oj-label-for-non-control) {
1811718215
line-height: 1.6em; }
18118-
html:not([dir="rtl"]) .oj-sm-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
18216+
html:not([dir="rtl"]) .oj-sm-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
1811918217
padding-left: 1rem; }
18120-
html[dir="rtl"] .oj-sm-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
18218+
html[dir="rtl"] .oj-sm-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
1812118219
padding-right: 1rem; }
1812218220
html:not([dir="rtl"]) .oj-sm-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
1812318221
padding-right: 1rem; }
1812418222
html[dir="rtl"] .oj-sm-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
1812518223
padding-left: 1rem; }
18224+
.oj-form.oj-sm-form-across > .oj-flex {
18225+
padding-left: 0;
18226+
padding-right: 0; }
18227+
html:not([dir="rtl"]) .oj-form.oj-sm-form-across {
18228+
padding-left: 0; }
18229+
html[dir="rtl"] .oj-form.oj-sm-form-across {
18230+
padding-right: 0; }
18231+
html:not([dir="rtl"]) .oj-form.oj-sm-form-across > .oj-flex {
18232+
padding-right: 0; }
18233+
html[dir="rtl"] .oj-form.oj-sm-form-across > .oj-flex {
18234+
padding-left: 0; }
1812618235
html:not([dir="rtl"]) .oj-form-layout:not(.oj-sm-only-flex-direction-column) > .oj-flex-item:not(:first-child) {
1812718236
margin-left: 1rem; }
1812818237
html[dir="rtl"] .oj-form-layout:not(.oj-sm-only-flex-direction-column) > .oj-flex-item:not(:first-child) {
@@ -18237,14 +18346,25 @@ html[dir="rtl"] .oj-flex-bar-end {
1823718346
.oj-md-labels-inline > .oj-flex > .oj-flex-item:nth-child(odd) >
1823818347
.oj-label-nocomp:not(.oj-label-for-non-control) {
1823918348
line-height: 1.6em; }
18240-
html:not([dir="rtl"]) .oj-md-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
18349+
html:not([dir="rtl"]) .oj-md-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
1824118350
padding-left: 1rem; }
18242-
html[dir="rtl"] .oj-md-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
18351+
html[dir="rtl"] .oj-md-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
1824318352
padding-right: 1rem; }
1824418353
html:not([dir="rtl"]) .oj-md-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
1824518354
padding-right: 1rem; }
1824618355
html[dir="rtl"] .oj-md-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
1824718356
padding-left: 1rem; }
18357+
.oj-form.oj-md-form-across > .oj-flex {
18358+
padding-left: 0;
18359+
padding-right: 0; }
18360+
html:not([dir="rtl"]) .oj-form.oj-md-form-across {
18361+
padding-left: 0; }
18362+
html[dir="rtl"] .oj-form.oj-md-form-across {
18363+
padding-right: 0; }
18364+
html:not([dir="rtl"]) .oj-form.oj-md-form-across > .oj-flex {
18365+
padding-right: 0; }
18366+
html[dir="rtl"] .oj-form.oj-md-form-across > .oj-flex {
18367+
padding-left: 0; }
1824818368
html:not([dir="rtl"]) .oj-form-layout:not(.oj-md-only-flex-direction-column) > .oj-flex-item:not(:first-child) {
1824918369
margin-left: 1rem; }
1825018370
html[dir="rtl"] .oj-form-layout:not(.oj-md-only-flex-direction-column) > .oj-flex-item:not(:first-child) {
@@ -18359,14 +18479,25 @@ html[dir="rtl"] .oj-flex-bar-end {
1835918479
.oj-lg-labels-inline > .oj-flex > .oj-flex-item:nth-child(odd) >
1836018480
.oj-label-nocomp:not(.oj-label-for-non-control) {
1836118481
line-height: 1.6em; }
18362-
html:not([dir="rtl"]) .oj-lg-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
18482+
html:not([dir="rtl"]) .oj-lg-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
1836318483
padding-left: 1rem; }
18364-
html[dir="rtl"] .oj-lg-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
18484+
html[dir="rtl"] .oj-lg-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
1836518485
padding-right: 1rem; }
1836618486
html:not([dir="rtl"]) .oj-lg-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
1836718487
padding-right: 1rem; }
1836818488
html[dir="rtl"] .oj-lg-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
1836918489
padding-left: 1rem; }
18490+
.oj-form.oj-lg-form-across > .oj-flex {
18491+
padding-left: 0;
18492+
padding-right: 0; }
18493+
html:not([dir="rtl"]) .oj-form.oj-lg-form-across {
18494+
padding-left: 0; }
18495+
html[dir="rtl"] .oj-form.oj-lg-form-across {
18496+
padding-right: 0; }
18497+
html:not([dir="rtl"]) .oj-form.oj-lg-form-across > .oj-flex {
18498+
padding-right: 0; }
18499+
html[dir="rtl"] .oj-form.oj-lg-form-across > .oj-flex {
18500+
padding-left: 0; }
1837018501
html:not([dir="rtl"]) .oj-form-layout:not(.oj-lg-only-flex-direction-column) > .oj-flex-item:not(:first-child) {
1837118502
margin-left: 1rem; }
1837218503
html[dir="rtl"] .oj-form-layout:not(.oj-lg-only-flex-direction-column) > .oj-flex-item:not(:first-child) {
@@ -18481,14 +18612,25 @@ html[dir="rtl"] .oj-flex-bar-end {
1848118612
.oj-xl-labels-inline > .oj-flex > .oj-flex-item:nth-child(odd) >
1848218613
.oj-label-nocomp:not(.oj-label-for-non-control) {
1848318614
line-height: 1.6em; }
18484-
html:not([dir="rtl"]) .oj-xl-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
18615+
html:not([dir="rtl"]) .oj-xl-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
1848518616
padding-left: 1rem; }
18486-
html[dir="rtl"] .oj-xl-form-across > .oj-flex > .oj-flex-item:nth-child(2n+3) {
18617+
html[dir="rtl"] .oj-xl-form-across > .oj-flex > .oj-flex-item:nth-child(odd) {
1848718618
padding-right: 1rem; }
1848818619
html:not([dir="rtl"]) .oj-xl-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
1848918620
padding-right: 1rem; }
1849018621
html[dir="rtl"] .oj-xl-form-across > .oj-flex > .oj-flex-item:nth-child(even) {
1849118622
padding-left: 1rem; }
18623+
.oj-form.oj-xl-form-across > .oj-flex {
18624+
padding-left: 0;
18625+
padding-right: 0; }
18626+
html:not([dir="rtl"]) .oj-form.oj-xl-form-across {
18627+
padding-left: 0; }
18628+
html[dir="rtl"] .oj-form.oj-xl-form-across {
18629+
padding-right: 0; }
18630+
html:not([dir="rtl"]) .oj-form.oj-xl-form-across > .oj-flex {
18631+
padding-right: 0; }
18632+
html[dir="rtl"] .oj-form.oj-xl-form-across > .oj-flex {
18633+
padding-left: 0; }
1849218634
html:not([dir="rtl"]) .oj-form-layout:not(.oj-xl-only-flex-direction-column) > .oj-flex-item:not(:first-child) {
1849318635
margin-left: 1rem; }
1849418636
html[dir="rtl"] .oj-form-layout:not(.oj-xl-only-flex-direction-column) > .oj-flex-item:not(:first-child) {

0 commit comments

Comments
 (0)