Skip to content

Commit 481638a

Browse files
committed
Release 18.1.0
1 parent 9ed606e commit 481638a

File tree

862 files changed

+7521
-3969
lines changed

Some content is hidden

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

862 files changed

+7521
-3969
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle JET version 18.0.0
1+
# Oracle JET version 18.1.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=jet1800&id=homepage) for complete installation details, including prerequisites.
42+
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1810&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

4848
## Documentation
4949

50-
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1800&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=jet1810&id=homepage) to help with Getting Started and many common issues.
5151

5252
## Contributing
5353

THIRDPARTYLICENSE.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@ js/libs/jquery/jqueryui-amd/vendor/jquery-color/jquery.color.js MIT
6969
js/libs/jquery/jqueryui-amd/vendor/jquery-color/LICENSE.txt MIT
7070
js/libs/jquery/jqueryui-amd/position.js MIT
7171
js/libs/knockout/knockout.js MIT
72-
js/libs/oj/v18.0.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
73-
js/libs/oj/v18.0.0/min/ojexpparser.js (expparser.js) MIT
74-
js/libs/oj/v18.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
75-
js/libs/oj/v18.0.0/min/ojmessagebanner.js (Ramda) MIT
76-
js/libs/oj/v18.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
77-
js/libs/oj/v18.0.0/min/ojtree.js (jsTree.js) MIT
78-
js/libs/oj/v18.0.0/ojL10n.js (requireJS i18n) MIT
72+
js/libs/oj/v18.1.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
73+
js/libs/oj/v18.1.0/min/ojexpparser.js (expparser.js) MIT
74+
js/libs/oj/v18.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
75+
js/libs/oj/v18.1.0/min/ojmessagebanner.js (Ramda) MIT
76+
js/libs/oj/v18.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
77+
js/libs/oj/v18.1.0/min/ojtree.js (jsTree.js) MIT
78+
js/libs/oj/v18.1.0/ojL10n.js (requireJS i18n) MIT
7979
js/libs/proj4js/dist/proj4.js MIT
8080
js/libs/require/require.js MIT
8181
js/libs/require/text.js MIT
8282
js/libs/require-css/css.min.js (require-css) MIT
83-
scss/oj/v18.0.0/3rdparty/normalize/normalize.scss MIT
83+
scss/oj/v18.1.0/3rdparty/normalize/normalize.scss MIT
8484
js/libs/touchr/touchr.js MIT
8585
js/libs/preact/dist/preact.umd.js MIT
8686

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

+13-7
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ template {
300300
}
301301

302302
.oj-theme-json {
303-
font-family: '{"name":"alta","targetPlatform":"android","behavior":"alta","jetReleaseVersion":"v18.0.0"}';
303+
font-family: '{"name":"alta","targetPlatform":"android","behavior":"alta","jetReleaseVersion":"v18.1.0"}';
304304
}
305305

306306
.oj-helper-hidden-accessible {
@@ -9605,14 +9605,17 @@ oj-popup {
96059605
}
96069606

96079607
.oj-popup {
9608-
overflow: auto;
96099608
border: 1px solid #c6c7c8;
96109609
border-radius: 0;
96119610
background-color: white;
96129611
box-shadow: 0 0 5px 0 hsla(0, 0%, 0%,0.2);
96139612
will-change: top, left;
96149613
}
96159614

9615+
.oj-popup:not(.oj-popup-tail-simple) {
9616+
overflow: auto;
9617+
}
9618+
96169619
.oj-popup.oj-popup-tail-simple {
96179620
box-shadow: 0 0 5px 0 hsla(0, 0%, 0%,0.2);
96189621
border-width: 1px;
@@ -18666,6 +18669,11 @@ html[dir="rtl"] .oj-datepicker-prev-icon {
1866618669
right: 2px;
1866718670
}
1866818671

18672+
.oj-datepicker-next-icon {
18673+
top: 0;
18674+
bottom: 0;
18675+
}
18676+
1866918677
html:not([dir="rtl"]) .oj-datepicker-next-icon {
1867018678
right: 2px;
1867118679
}
@@ -18679,6 +18687,9 @@ html[dir="rtl"] .oj-datepicker-next-icon {
1867918687
height: 35px;
1868018688
line-height: 35px;
1868118689
text-align: center;
18690+
display: flex;
18691+
column-gap: 20px;
18692+
justify-content: center;
1868218693
}
1868318694

1868418695
.oj-datepicker-title select {
@@ -18708,14 +18719,9 @@ html[dir="rtl"] .oj-datepicker-next-icon {
1870818719
width: 100%;
1870918720
}
1871018721

18711-
.oj-datepicker-month {
18712-
margin-right: 20px;
18713-
}
18714-
1871518722
.oj-datepicker-month,
1871618723
.oj-datepicker-year {
1871718724
font-size: 18px;
18718-
width: 48%;
1871918725
min-width: 0;
1872018726
}
1872118727

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

+13-7
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ template {
300300
}
301301

302302
.oj-theme-json {
303-
font-family: '{"name":"alta","targetPlatform":"ios","behavior":"alta","jetReleaseVersion":"v18.0.0"}';
303+
font-family: '{"name":"alta","targetPlatform":"ios","behavior":"alta","jetReleaseVersion":"v18.1.0"}';
304304
}
305305

306306
.oj-helper-hidden-accessible {
@@ -9535,14 +9535,17 @@ oj-popup {
95359535
}
95369536

95379537
.oj-popup {
9538-
overflow: auto;
95399538
border: 1px solid #e0e1e1;
95409539
border-radius: 12px;
95419540
background-color: white;
95429541
box-shadow: 0 0 5px 0 hsla(0, 0%, 0%,0.2);
95439542
will-change: top, left;
95449543
}
95459544

9545+
.oj-popup:not(.oj-popup-tail-simple) {
9546+
overflow: auto;
9547+
}
9548+
95469549
.oj-popup.oj-popup-tail-simple {
95479550
box-shadow: 0 0 5px 0 hsla(0, 0%, 0%,0.2);
95489551
border-width: 1px;
@@ -18780,6 +18783,11 @@ html[dir="rtl"] .oj-datepicker-prev-icon {
1878018783
right: 2px;
1878118784
}
1878218785

18786+
.oj-datepicker-next-icon {
18787+
top: 0;
18788+
bottom: 0;
18789+
}
18790+
1878318791
html:not([dir="rtl"]) .oj-datepicker-next-icon {
1878418792
right: 2px;
1878518793
}
@@ -18793,6 +18801,9 @@ html[dir="rtl"] .oj-datepicker-next-icon {
1879318801
height: 35px;
1879418802
line-height: 35px;
1879518803
text-align: center;
18804+
display: flex;
18805+
column-gap: 20px;
18806+
justify-content: center;
1879618807
}
1879718808

1879818809
.oj-datepicker-title select {
@@ -18822,14 +18833,9 @@ html[dir="rtl"] .oj-datepicker-next-icon {
1882218833
width: 100%;
1882318834
}
1882418835

18825-
.oj-datepicker-month {
18826-
margin-right: 20px;
18827-
}
18828-
1882918836
.oj-datepicker-month,
1883018837
.oj-datepicker-year {
1883118838
font-size: 18px;
18832-
width: 48%;
1883318839
min-width: 0;
1883418840
}
1883518841

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

+13-7
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ template {
300300
}
301301

302302
.oj-theme-json {
303-
font-family: '{"name":"alta","targetPlatform":"windows","behavior":"alta","jetReleaseVersion":"v18.0.0"}';
303+
font-family: '{"name":"alta","targetPlatform":"windows","behavior":"alta","jetReleaseVersion":"v18.1.0"}';
304304
}
305305

306306
.oj-helper-hidden-accessible {
@@ -9517,14 +9517,17 @@ oj-popup {
95179517
}
95189518

95199519
.oj-popup {
9520-
overflow: auto;
95219520
border: 2px solid #c6c7c8;
95229521
border-radius: 0;
95239522
background-color: white;
95249523
box-shadow: 0 0 5px 0 hsla(0, 0%, 0%,0.2);
95259524
will-change: top, left;
95269525
}
95279526

9527+
.oj-popup:not(.oj-popup-tail-simple) {
9528+
overflow: auto;
9529+
}
9530+
95289531
.oj-popup.oj-popup-tail-simple {
95299532
box-shadow: 0 0 5px 0 hsla(0, 0%, 0%,0.2);
95309533
border-width: 2px;
@@ -18624,6 +18627,11 @@ html[dir="rtl"] .oj-datepicker-prev-icon {
1862418627
right: 2px;
1862518628
}
1862618629

18630+
.oj-datepicker-next-icon {
18631+
top: 0;
18632+
bottom: 0;
18633+
}
18634+
1862718635
html:not([dir="rtl"]) .oj-datepicker-next-icon {
1862818636
right: 2px;
1862918637
}
@@ -18637,6 +18645,9 @@ html[dir="rtl"] .oj-datepicker-next-icon {
1863718645
height: 35px;
1863818646
line-height: 35px;
1863918647
text-align: center;
18648+
display: flex;
18649+
column-gap: 20px;
18650+
justify-content: center;
1864018651
}
1864118652

1864218653
.oj-datepicker-title select {
@@ -18666,14 +18677,9 @@ html[dir="rtl"] .oj-datepicker-next-icon {
1866618677
width: 100%;
1866718678
}
1866818679

18669-
.oj-datepicker-month {
18670-
margin-right: 20px;
18671-
}
18672-
1867318680
.oj-datepicker-month,
1867418681
.oj-datepicker-year {
1867518682
font-size: 18px;
18676-
width: 48%;
1867718683
min-width: 0;
1867818684
}
1867918685

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

+13-7
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616

1717
.oj-theme-json {
18-
font-family: '{"name":"alta","targetPlatform":"web","behavior":"alta","jetReleaseVersion":"v18.0.0"}';
18+
font-family: '{"name":"alta","targetPlatform":"web","behavior":"alta","jetReleaseVersion":"v18.1.0"}';
1919
}
2020

2121
.oj-helper-hidden-accessible {
@@ -9309,14 +9309,17 @@ oj-popup {
93099309
}
93109310

93119311
.oj-popup {
9312-
overflow: auto;
93139312
border: 1px solid #cbcccd;
93149313
border-radius: 1px;
93159314
background-color: white;
93169315
box-shadow: 1px 1px 3px 0 hsla(0, 0%, 0%,0.35);
93179316
will-change: top, left;
93189317
}
93199318

9319+
.oj-popup:not(.oj-popup-tail-simple) {
9320+
overflow: auto;
9321+
}
9322+
93209323
.oj-popup.oj-popup-tail-simple {
93219324
box-shadow: 1px 1px 5px 0 hsla(0, 0%, 0%,0.4);
93229325
border-width: 1px;
@@ -18407,6 +18410,11 @@ html[dir="rtl"] .oj-datepicker-prev-icon {
1840718410
right: 2px;
1840818411
}
1840918412

18413+
.oj-datepicker-next-icon {
18414+
top: 0;
18415+
bottom: 0;
18416+
}
18417+
1841018418
html:not([dir="rtl"]) .oj-datepicker-next-icon {
1841118419
right: 2px;
1841218420
}
@@ -18420,6 +18428,9 @@ html[dir="rtl"] .oj-datepicker-next-icon {
1842018428
height: calc((275px - 2 * 15px) / 7);
1842118429
line-height: calc((275px - 2 * 15px) / 7);
1842218430
text-align: center;
18431+
display: flex;
18432+
column-gap: 20px;
18433+
justify-content: center;
1842318434
}
1842418435

1842518436
.oj-datepicker-title select {
@@ -18449,14 +18460,9 @@ html[dir="rtl"] .oj-datepicker-next-icon {
1844918460
width: 100%;
1845018461
}
1845118462

18452-
.oj-datepicker-month {
18453-
margin-right: 20px;
18454-
}
18455-
1845618463
.oj-datepicker-month,
1845718464
.oj-datepicker-year {
1845818465
font-size: 18px;
18459-
width: 48%;
1846018466
min-width: 0;
1846118467
}
1846218468

dist/css/alta/oj-alta.css

+13-7
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ template {
300300
}
301301

302302
.oj-theme-json {
303-
font-family: '{"name":"alta","targetPlatform":"web","behavior":"alta","jetReleaseVersion":"v18.0.0"}';
303+
font-family: '{"name":"alta","targetPlatform":"web","behavior":"alta","jetReleaseVersion":"v18.1.0"}';
304304
}
305305

306306
.oj-helper-hidden-accessible {
@@ -9753,14 +9753,17 @@ oj-popup {
97539753
}
97549754

97559755
.oj-popup {
9756-
overflow: auto;
97579756
border: 1px solid #cbcccd;
97589757
border-radius: 1px;
97599758
background-color: white;
97609759
box-shadow: 1px 1px 3px 0 hsla(0, 0%, 0%,0.35);
97619760
will-change: top, left;
97629761
}
97639762

9763+
.oj-popup:not(.oj-popup-tail-simple) {
9764+
overflow: auto;
9765+
}
9766+
97649767
.oj-popup.oj-popup-tail-simple {
97659768
box-shadow: 1px 1px 5px 0 hsla(0, 0%, 0%,0.4);
97669769
border-width: 1px;
@@ -18832,6 +18835,11 @@ html[dir="rtl"] .oj-datepicker-prev-icon {
1883218835
right: 2px;
1883318836
}
1883418837

18838+
.oj-datepicker-next-icon {
18839+
top: 0;
18840+
bottom: 0;
18841+
}
18842+
1883518843
html:not([dir="rtl"]) .oj-datepicker-next-icon {
1883618844
right: 2px;
1883718845
}
@@ -18845,6 +18853,9 @@ html[dir="rtl"] .oj-datepicker-next-icon {
1884518853
height: 35px;
1884618854
line-height: 35px;
1884718855
text-align: center;
18856+
display: flex;
18857+
column-gap: 20px;
18858+
justify-content: center;
1884818859
}
1884918860

1885018861
.oj-datepicker-title select {
@@ -18874,14 +18885,9 @@ html[dir="rtl"] .oj-datepicker-next-icon {
1887418885
width: 100%;
1887518886
}
1887618887

18877-
.oj-datepicker-month {
18878-
margin-right: 20px;
18879-
}
18880-
1888118888
.oj-datepicker-month,
1888218889
.oj-datepicker-year {
1888318890
font-size: 18px;
18884-
width: 48%;
1888518891
min-width: 0;
1888618892
}
1888718893

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)