Skip to content

Commit 67150ad

Browse files
committed
Release 8.2.0
1 parent 8507e3e commit 67150ad

File tree

273 files changed

+12181
-9466
lines changed

Some content is hidden

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

273 files changed

+12181
-9466
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle JET version 8.1.0
1+
# Oracle JET version 8.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=jet810&id=homepage) for complete installation details, including prerequisites.
37+
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet820&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=jet810&id=homepage)
43-
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet810&id=homepage) to help with Getting Started and many common issues.
42+
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet820&id=homepage)
43+
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet820&id=homepage) to help with Getting Started and many common issues.
4444

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

THIRDPARTYLICENSE.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ 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.5.0.js MIT
2828
js/libs/knockout/knockout-mapping-latest.js MIT
29-
js/libs/oj/v8.1.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
30-
js/libs/oj/v8.1.0/min/ojexpparser.js (expparser.js) MIT
31-
js/libs/oj/v8.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
32-
js/libs/oj/v8.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
33-
js/libs/oj/v8.1.0/min/ojtree.js (jsTree.js) MIT
34-
js/libs/oj/v8.1.0/ojL10n.js (requireJS i18n) MIT
29+
js/libs/oj/v8.2.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
30+
js/libs/oj/v8.2.0/min/ojexpparser.js (expparser.js) MIT
31+
js/libs/oj/v8.2.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
32+
js/libs/oj/v8.2.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
33+
js/libs/oj/v8.2.0/min/ojtree.js (jsTree.js) MIT
34+
js/libs/oj/v8.2.0/ojL10n.js (requireJS i18n) MIT
3535
js/libs/proj4js/dist/proj4.js Proj4js
3636
js/libs/require/require.js MIT
3737
js/libs/require/text.js MIT
3838
js/libs/require-css/css.min.js (require-css) MIT
3939
js/libs/webcomponents/custom-elements.min.js custom-elements
40-
scss/oj/v8.1.0/3rdparty/normalize/normalize.scss MIT
40+
scss/oj/v8.2.0/3rdparty/normalize/normalize.scss MIT
4141
js/libs/touchr/touchr.js MIT
42-
js/libs/oj/v8.1.0/min/ojvcomponent.js (petit-dom.js) MIT
42+
js/libs/oj/v8.2.0/min/ojvcomponent.js (petit-dom.js) MIT
4343

4444
/*
4545
* expression-eval - v2.0.0

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12206,6 +12206,9 @@ html .oj-form-control {
1220612206
min-width: 1em;
1220712207
height: 100%; }
1220812208

12209+
.oj-form-control-inherit:not(.oj-form-control-default) .oj-text-field-middle {
12210+
width: 100%; }
12211+
1220912212
/* when the label is inside or above, we must set the max-width of the component to
1221012213
100%. Otherwise some components like input text, whose max-width is decided by
1221112214
oj-text-field-lg-max-width looks so different from other components like radioset
@@ -12234,7 +12237,7 @@ html .oj-form-control {
1223412237

1223512238
/* consolidating styles - start
1223612239
*/
12237-
.oj-text-field:not(oj-select-one):not(oj-select-many):not(oj-combobox-one):not(oj-combobox-many) {
12240+
.oj-inputtext, .oj-inputpassword, .oj-textarea, .oj-inputnumber, .oj-inputdatetime, .oj-searchselect {
1223812241
display: inline-block;
1223912242
font-size: 1rem;
1224012243
/* use a width of 100% and then max and min width so that when
@@ -12245,7 +12248,7 @@ html .oj-form-control {
1224512248
width: 100%;
1224612249
box-sizing: border-box; }
1224712250
@media screen and (max-width: 767.9px) {
12248-
.oj-text-field:not(oj-select-one):not(oj-select-many):not(oj-combobox-one):not(oj-combobox-many) {
12251+
.oj-inputtext, .oj-inputpassword, .oj-textarea, .oj-inputnumber, .oj-inputdatetime, .oj-searchselect {
1224912252
-webkit-text-size-adjust: 100%; } }
1225012253

1225112254
.oj-form-control-full-width.oj-text-field,
@@ -13700,7 +13703,8 @@ oj-calendar:not(.oj-complete) {
1370013703
-webkit-text-size-adjust: 100%; } }
1370113704

1370213705
.oj-inputdatetime-inline {
13703-
display: inline-block; }
13706+
display: inline-block;
13707+
max-width: 277px; }
1370413708

1370513709
.oj-form-control-full-width.oj-inputdatetime,
1370613710
.oj-form-control-full-width.oj-inputdatetime-date-time,

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12241,6 +12241,9 @@ html .oj-form-control {
1224112241
min-width: 1em;
1224212242
height: 100%; }
1224312243

12244+
.oj-form-control-inherit:not(.oj-form-control-default) .oj-text-field-middle {
12245+
width: 100%; }
12246+
1224412247
/* when the label is inside or above, we must set the max-width of the component to
1224512248
100%. Otherwise some components like input text, whose max-width is decided by
1224612249
oj-text-field-lg-max-width looks so different from other components like radioset
@@ -12269,7 +12272,7 @@ html .oj-form-control {
1226912272

1227012273
/* consolidating styles - start
1227112274
*/
12272-
.oj-text-field:not(oj-select-one):not(oj-select-many):not(oj-combobox-one):not(oj-combobox-many) {
12275+
.oj-inputtext, .oj-inputpassword, .oj-textarea, .oj-inputnumber, .oj-inputdatetime, .oj-searchselect {
1227312276
display: inline-block;
1227412277
font-size: 1.0625rem;
1227512278
/* use a width of 100% and then max and min width so that when
@@ -12280,7 +12283,7 @@ html .oj-form-control {
1228012283
width: 100%;
1228112284
box-sizing: border-box; }
1228212285
@media screen and (max-width: 767.9px) {
12283-
.oj-text-field:not(oj-select-one):not(oj-select-many):not(oj-combobox-one):not(oj-combobox-many) {
12286+
.oj-inputtext, .oj-inputpassword, .oj-textarea, .oj-inputnumber, .oj-inputdatetime, .oj-searchselect {
1228412287
-webkit-text-size-adjust: 100%; } }
1228512288

1228612289
.oj-form-control-full-width.oj-text-field,
@@ -13735,7 +13738,8 @@ oj-calendar:not(.oj-complete) {
1373513738
-webkit-text-size-adjust: 100%; } }
1373613739

1373713740
.oj-inputdatetime-inline {
13738-
display: inline-block; }
13741+
display: inline-block;
13742+
max-width: 277px; }
1373913743

1374013744
.oj-form-control-full-width.oj-inputdatetime,
1374113745
.oj-form-control-full-width.oj-inputdatetime-date-time,

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12222,6 +12222,9 @@ html .oj-form-control {
1222212222
min-width: 1em;
1222312223
height: 100%; }
1222412224

12225+
.oj-form-control-inherit:not(.oj-form-control-default) .oj-text-field-middle {
12226+
width: 100%; }
12227+
1222512228
/* when the label is inside or above, we must set the max-width of the component to
1222612229
100%. Otherwise some components like input text, whose max-width is decided by
1222712230
oj-text-field-lg-max-width looks so different from other components like radioset
@@ -12250,7 +12253,7 @@ html .oj-form-control {
1225012253

1225112254
/* consolidating styles - start
1225212255
*/
12253-
.oj-text-field:not(oj-select-one):not(oj-select-many):not(oj-combobox-one):not(oj-combobox-many) {
12256+
.oj-inputtext, .oj-inputpassword, .oj-textarea, .oj-inputnumber, .oj-inputdatetime, .oj-searchselect {
1225412257
display: inline-block;
1225512258
font-size: 1rem;
1225612259
/* use a width of 100% and then max and min width so that when
@@ -12261,7 +12264,7 @@ html .oj-form-control {
1226112264
width: 100%;
1226212265
box-sizing: border-box; }
1226312266
@media screen and (max-width: 767.9px) {
12264-
.oj-text-field:not(oj-select-one):not(oj-select-many):not(oj-combobox-one):not(oj-combobox-many) {
12267+
.oj-inputtext, .oj-inputpassword, .oj-textarea, .oj-inputnumber, .oj-inputdatetime, .oj-searchselect {
1226512268
-webkit-text-size-adjust: 107%; } }
1226612269

1226712270
.oj-form-control-full-width.oj-text-field,
@@ -13666,7 +13669,8 @@ oj-calendar:not(.oj-complete) {
1366613669
-webkit-text-size-adjust: 107%; } }
1366713670

1366813671
.oj-inputdatetime-inline {
13669-
display: inline-block; }
13672+
display: inline-block;
13673+
max-width: 277px; }
1367013674

1367113675
.oj-form-control-full-width.oj-inputdatetime,
1367213676
.oj-form-control-full-width.oj-inputdatetime-date-time,

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)