Skip to content

Commit f3f15c9

Browse files
committed
Release 9.2.0
1 parent 97169a0 commit f3f15c9

File tree

1,060 files changed

+16920
-4980
lines changed

Some content is hidden

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

1,060 files changed

+16920
-4980
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 9.1.0
1+
# Oracle JET version 9.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=jet910&id=homepage) for complete installation details, including prerequisites.
37+
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet920&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=jet910&id=homepage)
43-
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet910&id=homepage) to help with Getting Started and many common issues.
42+
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet920&id=homepage)
43+
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet920&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
@@ -27,20 +27,20 @@ js/libs/jquery/jqueryui-amd-1.12.1/sortable.js MIT
2727
js/libs/jquery/jqueryui-amd-1.12.1/widget.js MIT
2828
js/libs/knockout/knockout-3.5.1.js MIT
2929
js/libs/knockout/knockout-mapping-latest.js MIT
30-
js/libs/oj/v9.1.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
31-
js/libs/oj/v9.1.0/min/ojexpparser.js (expparser.js) MIT
32-
js/libs/oj/v9.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
33-
js/libs/oj/v9.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
34-
js/libs/oj/v9.1.0/min/ojtree.js (jsTree.js) MIT
35-
js/libs/oj/v9.1.0/ojL10n.js (requireJS i18n) MIT
30+
js/libs/oj/v9.2.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
31+
js/libs/oj/v9.2.0/min/ojexpparser.js (expparser.js) MIT
32+
js/libs/oj/v9.2.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
33+
js/libs/oj/v9.2.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
34+
js/libs/oj/v9.2.0/min/ojtree.js (jsTree.js) MIT
35+
js/libs/oj/v9.2.0/ojL10n.js (requireJS i18n) MIT
3636
js/libs/proj4js/dist/proj4.js Proj4js
3737
js/libs/require/require.js MIT
3838
js/libs/require/text.js MIT
3939
js/libs/require-css/css.min.js (require-css) MIT
4040
js/libs/webcomponents/custom-elements.min.js custom-elements
41-
scss/oj/v9.1.0/3rdparty/normalize/normalize.scss MIT
41+
scss/oj/v9.2.0/3rdparty/normalize/normalize.scss MIT
4242
js/libs/touchr/touchr.js MIT
43-
js/libs/oj/v9.1.0/min/ojvcomponent.js (petit-dom.js) MIT
43+
js/libs/oj/v9.2.0/min/ojvcomponent.js (petit-dom.js) MIT
4444

4545
/*!
4646
* chai

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: 117 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,27 @@ html[dir="rtl"] .oj-divider-end.oj-divider-margin {
925925
.oj-bg-brand-30 {
926926
background-color: #d7eaf6 !important; }
927927

928+
.oj-line-clamp-1,
929+
.oj-line-clamp-2,
930+
.oj-line-clamp-3,
931+
.oj-line-clamp-4 {
932+
display: -webkit-box !important;
933+
/* autoprefixer: ignore next */
934+
-webkit-box-orient: vertical !important;
935+
overflow: hidden !important; }
936+
937+
.oj-line-clamp-1 {
938+
-webkit-line-clamp: 1 !important; }
939+
940+
.oj-line-clamp-2 {
941+
-webkit-line-clamp: 2 !important; }
942+
943+
.oj-line-clamp-3 {
944+
-webkit-line-clamp: 3 !important; }
945+
946+
.oj-line-clamp-4 {
947+
-webkit-line-clamp: 4 !important; }
948+
928949
.oj-fwk-icon-arrow-e:before, html[dir="rtl"] .oj-fwk-icon-arrow-start:before, html:not([dir="rtl"]) .oj-fwk-icon-arrow-end:before, html:not([dir="rtl"]) .oj-listview-collapse-icon:before {
929950
content: "\f101"; }
930951

@@ -5261,23 +5282,37 @@ oj-menu {
52615282
least one menu item in the menu (excluding its "Cancel" menu item and submenus) has an icon (not submenu icon).
52625283
These classes facilitate (say) leaving space for a column of icons iff at least one item has an icon, and doing so
52635284
for each menu/submenu independently. */
5264-
html:not([dir="rtl"]) .oj-menu-icons .oj-menu-item > a {
5285+
html:not([dir="rtl"]) .oj-menu-icons > .oj-menu-item > a, html:not([dir="rtl"])
5286+
.oj-menu-icons > oj-menu-select-many > .oj-menu-item > a, html:not([dir="rtl"])
5287+
.oj-menu-icons > oj-defer > .oj-menu-item > a {
52655288
padding-left: calc(2.375rem + 24px); }
52665289

5267-
html[dir="rtl"] .oj-menu-icons .oj-menu-item > a {
5290+
html[dir="rtl"] .oj-menu-icons > .oj-menu-item > a, html[dir="rtl"]
5291+
.oj-menu-icons > oj-menu-select-many > .oj-menu-item > a, html[dir="rtl"]
5292+
.oj-menu-icons > oj-defer > .oj-menu-item > a {
52685293
padding-right: calc(2.375rem + 24px); }
52695294

5270-
html:not([dir="rtl"]) .oj-menu-end-icons > .oj-menu-item > a {
5295+
html:not([dir="rtl"]) .oj-menu-end-icons > .oj-menu-item > a, html:not([dir="rtl"])
5296+
.oj-menu-end-icons > oj-menu-select-many > .oj-menu-item > a, html:not([dir="rtl"])
5297+
.oj-menu-end-icons > oj-defer > .oj-menu-item > a {
52715298
padding-right: calc(2.375rem + 24px); }
52725299

5273-
html[dir="rtl"] .oj-menu-end-icons > .oj-menu-item > a {
5300+
html[dir="rtl"] .oj-menu-end-icons > .oj-menu-item > a, html[dir="rtl"]
5301+
.oj-menu-end-icons > oj-menu-select-many > .oj-menu-item > a, html[dir="rtl"]
5302+
.oj-menu-end-icons > oj-defer > .oj-menu-item > a {
52745303
padding-left: calc(2.375rem + 24px); }
52755304

5276-
.oj-menu-text-only .oj-menu-item > a {
5305+
.oj-menu-text-only > .oj-menu-item > a,
5306+
.oj-menu-text-only > oj-menu-select-many > .oj-menu-item > a,
5307+
.oj-menu-text-only > oj-defer > .oj-menu-item > a {
52775308
text-align: initial; }
5278-
html:not([dir="rtl"]) .oj-menu-text-only .oj-menu-item > a {
5309+
html:not([dir="rtl"]) .oj-menu-text-only > .oj-menu-item > a, html:not([dir="rtl"])
5310+
.oj-menu-text-only > oj-menu-select-many > .oj-menu-item > a, html:not([dir="rtl"])
5311+
.oj-menu-text-only > oj-defer > .oj-menu-item > a {
52795312
padding-left: 0.875rem; }
5280-
html[dir="rtl"] .oj-menu-text-only .oj-menu-item > a {
5313+
html[dir="rtl"] .oj-menu-text-only > .oj-menu-item > a, html[dir="rtl"]
5314+
.oj-menu-text-only > oj-menu-select-many > .oj-menu-item > a, html[dir="rtl"]
5315+
.oj-menu-text-only > oj-defer > .oj-menu-item > a {
52815316
padding-right: 0.875rem; }
52825317

52835318
.oj-menu-text-only .oj-menu-cancel-icon {
@@ -8995,6 +9030,7 @@ html[dir="rtl"] .oj-table-column-header-cell.oj-table-column-header-drag-indicat
89959030

89969031
/* Styling for the column header element. */
89979032
.oj-table-column-header {
9033+
display: flex;
89989034
position: relative;
89999035
float: none;
90009036
text-overflow: inherit;
@@ -10970,32 +11006,52 @@ html:not([dir="rtl"]) .oj-listview.oj-full-width.oj-listview-card-layout > .oj-l
1097011006
oj-list-item-layout:not(.oj-complete) {
1097111007
visibility: hidden; }
1097211008

10973-
.oj-listitemlayout {
10974-
display: flex;
10975-
box-sizing: border-box;
10976-
align-items: center;
11009+
.oj-listitemlayout-grid {
11010+
display: grid;
11011+
grid-template-areas: "selector leading textslots extra" ".... .... quaternary navigation";
11012+
grid-template-columns: auto auto minmax(0, 1fr) auto;
1097711013
min-height: 2.9375rem; }
10978-
html:not([dir="rtl"]) .oj-listitemlayout {
11014+
html:not([dir="rtl"]) .oj-listitemlayout-grid {
1097911015
padding-right: 0.5rem; }
10980-
html[dir="rtl"] .oj-listitemlayout {
11016+
html[dir="rtl"] .oj-listitemlayout-grid {
1098111017
padding-left: 0.5rem; }
1098211018

10983-
.oj-listitemlayout-selector,
10984-
.oj-listitemlayout-image {
10985-
display: flex;
10986-
align-items: center;
10987-
justify-content: center; }
11019+
.oj-listitemlayout-selector {
11020+
grid-area: selector;
11021+
align-self: center; }
11022+
11023+
.oj-listitemlayout-leading {
11024+
grid-area: leading;
11025+
align-self: center; }
1098811026

1098911027
.oj-listitemlayout-textslots {
10990-
flex: auto; }
11028+
grid-area: textslots;
11029+
align-self: center; }
1099111030

10992-
.oj-listitemlayout-allslots {
10993-
display: flex;
10994-
flex: auto;
10995-
align-items: center; }
11031+
.oj-listitemlayout-extra {
11032+
grid-area: extra;
11033+
display: grid;
11034+
grid-template-areas: "metadata trailing action"; }
1099611035

10997-
.oj-listitemlayout-vertical-padding {
10998-
padding-top: 0.5rem;
11036+
.oj-listitemlayout-metadata {
11037+
grid-area: metadata; }
11038+
11039+
.oj-listitemlayout-trailing {
11040+
grid-area: trailing; }
11041+
11042+
.oj-listitemlayout-action {
11043+
grid-area: action;
11044+
padding-top: 0.25rem;
11045+
padding-bottom: 0.25rem; }
11046+
11047+
.oj-listitemlayout-quaternary {
11048+
grid-area: quaternary;
11049+
justify-self: start;
11050+
padding-bottom: 0.5rem; }
11051+
11052+
.oj-listitemlayout-navigation {
11053+
grid-area: navigation;
11054+
justify-self: end;
1099911055
padding-bottom: 0.5rem; }
1100011056

1100111057
html:not([dir="rtl"]) .oj-listitemlayout-horizontal-padding {
@@ -11004,16 +11060,19 @@ html:not([dir="rtl"]) .oj-listitemlayout-horizontal-padding {
1100411060
html[dir="rtl"] .oj-listitemlayout-horizontal-padding {
1100511061
padding-right: 0.5rem; }
1100611062

11007-
.oj-listitemlayout-action {
11008-
padding-top: 4px;
11009-
padding-bottom: 4px; }
11010-
html[dir="rtl"] .oj-listitemlayout-action {
11011-
padding-right: 0.5rem; }
11012-
html:not([dir="rtl"]) .oj-listitemlayout-action {
11013-
padding-left: 0.5rem; }
11063+
.oj-listitemlayout-vertical-padding {
11064+
padding-bottom: 0.5rem;
11065+
padding-top: 0.5rem; }
11066+
11067+
.oj-listitemlayout-vertical-padding-quaternary {
11068+
padding-bottom: 0.75rem;
11069+
padding-top: 0.5rem; }
1101411070

1101511071
.oj-listitemlayout-tertiary {
11016-
padding-top: 2px; }
11072+
padding-top: 0.125rem; }
11073+
11074+
.oj-listitemlayout-align {
11075+
align-items: center; }
1101711076

1101811077
oj-indexer:not(.oj-complete) {
1101911078
visibility: hidden; }
@@ -13370,7 +13429,7 @@ oj-form-layout {
1337013429
border-width: 0; }
1337113430

1337213431
.oj-form > .oj-flex > .oj-flex-item:nth-child(odd) > .oj-formlayout-label-nowrap,
13373-
.oj-formlayout-labels-nowrap > .oj-flex > .oj-flex-item:nth-child(odd) > .oj-label,
13432+
.oj-formlayout-labels-nowrap > .oj-flex > .oj-flex-item > .oj-label,
1337413433
.oj-formlayout-labels-nowrap > .oj-flex > .oj-flex-item:nth-child(odd) > .oj-label-nocomp,
1337513434
.oj-formlayout-labels-nowrap > .oj-flex > .oj-flex-item > .oj-form-control-label-top .oj-label,
1337613435
.oj-formlayout-labels-nowrap > .oj-flex > .oj-flex-item > .oj-label-value .oj-label {
@@ -15970,6 +16029,26 @@ html[dir="rtl"] .oj-searchselect .oj-searchselect-filter .oj-inputtext-input {
1597016029
.oj-form-control-inherit:not(.oj-form-control-default) .oj-searchselect .oj-text-field-middle {
1597116030
height: 100%; }
1597216031

16032+
/* clears the 'X' from Internet Explorer */
16033+
.oj-searchselect input[type=search]::-ms-clear,
16034+
.oj-searchselect input[type=search]::-ms-reveal,
16035+
.oj-listbox-searchselect .oj-searchselect-filter input[type=search]::-ms-clear,
16036+
.oj-listbox-searchselect .oj-searchselect-filter input[type=search]::-ms-reveal {
16037+
display: none;
16038+
width: 0;
16039+
height: 0; }
16040+
16041+
/* clears the 'X' from Chrome */
16042+
.oj-searchselect input[type="search"]::-webkit-search-decoration,
16043+
.oj-searchselect input[type="search"]::-webkit-search-cancel-button,
16044+
.oj-searchselect input[type="search"]::-webkit-search-results-button,
16045+
.oj-searchselect input[type="search"]::-webkit-search-results-decoration,
16046+
.oj-listbox-searchselect .oj-searchselect-filter input[type="search"]::-webkit-search-decoration,
16047+
.oj-listbox-searchselect .oj-searchselect-filter input[type="search"]::-webkit-search-cancel-button,
16048+
.oj-listbox-searchselect .oj-searchselect-filter input[type="search"]::-webkit-search-results-button,
16049+
.oj-listbox-searchselect .oj-searchselect-filter input[type="search"]::-webkit-search-results-decoration {
16050+
display: none; }
16051+
1597316052
/* Default options*/
1597416053
.oj-searchselect-option-defaults {
1597516054
font-family: '{"showIndicatorDelay":"250"}'; }
@@ -23634,7 +23713,7 @@ html[dir="rtl"] .oj-flex-bar-end {
2363423713

2363523714
@media print, screen {
2363623715
.oj-form > .oj-flex > .oj-flex-item:nth-child(odd) > .oj-sm-label-nowrap,
23637-
.oj-sm-labels-nowrap > .oj-flex > .oj-flex-item:nth-child(odd) > .oj-label,
23716+
.oj-sm-labels-nowrap > .oj-flex > .oj-flex-item > .oj-label,
2363823717
.oj-sm-labels-nowrap > .oj-flex > .oj-flex-item:nth-child(odd) > .oj-label-nocomp,
2363923718
.oj-sm-labels-nowrap > .oj-flex > .oj-flex-item > .oj-form-control-label-top .oj-label,
2364023719
.oj-sm-labels-nowrap > .oj-flex > .oj-flex-item > .oj-label-value .oj-label {
@@ -23784,7 +23863,7 @@ html[dir="rtl"] .oj-flex-bar-end {
2378423863

2378523864
@media print, screen and (min-width: 768px) {
2378623865
.oj-form > .oj-flex > .oj-flex-item:nth-child(odd) > .oj-md-label-nowrap,
23787-
.oj-md-labels-nowrap > .oj-flex > .oj-flex-item:nth-child(odd) > .oj-label,
23866+
.oj-md-labels-nowrap > .oj-flex > .oj-flex-item > .oj-label,
2378823867
.oj-md-labels-nowrap > .oj-flex > .oj-flex-item:nth-child(odd) > .oj-label-nocomp,
2378923868
.oj-md-labels-nowrap > .oj-flex > .oj-flex-item > .oj-form-control-label-top .oj-label,
2379023869
.oj-md-labels-nowrap > .oj-flex > .oj-flex-item > .oj-label-value .oj-label {
@@ -23934,7 +24013,7 @@ html[dir="rtl"] .oj-flex-bar-end {
2393424013

2393524014
@media print and (orientation: landscape), screen and (min-width: 1024px) {
2393624015
.oj-form > .oj-flex > .oj-flex-item:nth-child(odd) > .oj-lg-label-nowrap,
23937-
.oj-lg-labels-nowrap > .oj-flex > .oj-flex-item:nth-child(odd) > .oj-label,
24016+
.oj-lg-labels-nowrap > .oj-flex > .oj-flex-item > .oj-label,
2393824017
.oj-lg-labels-nowrap > .oj-flex > .oj-flex-item:nth-child(odd) > .oj-label-nocomp,
2393924018
.oj-lg-labels-nowrap > .oj-flex > .oj-flex-item > .oj-form-control-label-top .oj-label,
2394024019
.oj-lg-labels-nowrap > .oj-flex > .oj-flex-item > .oj-label-value .oj-label {
@@ -24084,7 +24163,7 @@ html[dir="rtl"] .oj-flex-bar-end {
2408424163

2408524164
@media screen and (min-width: 1281px) {
2408624165
.oj-form > .oj-flex > .oj-flex-item:nth-child(odd) > .oj-xl-label-nowrap,
24087-
.oj-xl-labels-nowrap > .oj-flex > .oj-flex-item:nth-child(odd) > .oj-label,
24166+
.oj-xl-labels-nowrap > .oj-flex > .oj-flex-item > .oj-label,
2408824167
.oj-xl-labels-nowrap > .oj-flex > .oj-flex-item:nth-child(odd) > .oj-label-nocomp,
2408924168
.oj-xl-labels-nowrap > .oj-flex > .oj-flex-item > .oj-form-control-label-top .oj-label,
2409024169
.oj-xl-labels-nowrap > .oj-flex > .oj-flex-item > .oj-label-value .oj-label {

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.

0 commit comments

Comments
 (0)