Skip to content

Commit 254240e

Browse files
committed
Release 13.0.0
1 parent 8634722 commit 254240e

File tree

3,765 files changed

+136884
-87525
lines changed

Some content is hidden

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

3,765 files changed

+136884
-87525
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 12.1.0
1+
# Oracle JET version 13.0.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=jet1210&id=homepage) for complete installation details, including prerequisites.
37+
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1300&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=jet1210&id=homepage)
43-
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1210&id=homepage) to help with Getting Started and many common issues.
42+
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet1300&id=homepage)
43+
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1300&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 & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ js/libs/jquery/jqueryui-amd-1.12.1/position.js MI
2323
js/libs/jquery/jqueryui-amd-1.12.1/sortable.js MIT
2424
js/libs/jquery/jqueryui-amd-1.12.1/widget.js MIT
2525
js/libs/knockout/knockout-3.5.1.js MIT
26-
js/libs/oj/v12.1.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
27-
js/libs/oj/v12.1.0/min/ojexpparser.js (expparser.js) MIT
28-
js/libs/oj/v12.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
29-
js/libs/oj/v12.1.0/min/ojmessagebanner.js (Ramda) MIT
30-
js/libs/oj/v12.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31-
js/libs/oj/v12.1.0/min/ojtree.js (jsTree.js) MIT
32-
js/libs/oj/v12.1.0/ojL10n.js (requireJS i18n) MIT
26+
js/libs/oj/v13.0.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
27+
js/libs/oj/v13.0.0/min/ojexpparser.js (expparser.js) MIT
28+
js/libs/oj/v13.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
29+
js/libs/oj/v13.0.0/min/ojmessagebanner.js (Ramda) MIT
30+
js/libs/oj/v13.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31+
js/libs/oj/v13.0.0/min/ojtree.js (jsTree.js) MIT
32+
js/libs/oj/v13.0.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.min.js (require-css) MIT
37-
scss/oj/v12.1.0/3rdparty/normalize/normalize.scss MIT
37+
scss/oj/v13.0.0/3rdparty/normalize/normalize.scss MIT
3838
js/libs/touchr/touchr.js MIT
3939
js/libs/preact/dist/preact.umd.js MIT
4040

@@ -674,31 +674,6 @@ under the License.
674674
limitations under the License.
675675

676676

677-
========================= MIT =========================
678-
679-
The MIT License
680-
681-
Copyright (c) __YEARS__, __NAMES__
682-
683-
Permission is hereby granted, free of charge, to any person obtaining a copy
684-
of this software and associated documentation files (the "Software"), to deal
685-
in the Software without restriction, including without limitation the rights
686-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
687-
copies of the Software, and to permit persons to whom the Software is
688-
furnished to do so, subject to the following conditions:
689-
690-
The above copyright notice and this permission notice shall be included in
691-
all copies or substantial portions of the Software.
692-
693-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
694-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
695-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
696-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
697-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
698-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
699-
THE SOFTWARE.
700-
701-
702677
========================= Proj4js =========================
703678
Mike Adair madairATdmsolutions.ca
704679
Richard Greenwood richATgreenwoodmap.com

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: 39 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ template {
270270
visibility: hidden; }
271271

272272
.oj-theme-json {
273-
font-family: '{"name":"alta","targetPlatform":"android","behavior":"alta","jetReleaseVersion":"v12.1.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"android","behavior":"alta","jetReleaseVersion":"v13.0.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -8973,6 +8973,10 @@ oj-table:not(.oj-complete) {
89738973
font-size: inherit;
89748974
min-width: 240px;
89758975
min-height: 5.875rem;
8976+
-webkit-user-select: none;
8977+
-moz-user-select: none;
8978+
-ms-user-select: none;
8979+
user-select: none;
89768980
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
89778981

89788982
/* Grid display styling for the root component element. */
@@ -9039,6 +9043,7 @@ table.oj-table-element.oj-table-column-header-resizing {
90399043

90409044
/* Styling for the header element. */
90419045
.oj-table-header {
9046+
height: 2.75em;
90429047
color: rgba(0, 0, 0, 0.6);
90439048
border-bottom: 1px solid #e5e6e6;
90449049
font-size: inherit;
@@ -9047,37 +9052,43 @@ table.oj-table-element.oj-table-column-header-resizing {
90479052
/* Styling for the header element when table has vertical or horizontal scrollbars. */
90489053
.oj-table-legacy-scroll .oj-table-header {
90499054
display: block;
9050-
position: relative; }
9055+
position: relative;
9056+
height: calc(2.75em - 1px); }
90519057

90529058
/* Grid display styling for the header element. */
90539059
.oj-table-grid-display .oj-table-header {
9060+
height: 2.9375rem;
90549061
background-color: white;
90559062
border-bottom: 1px solid #e0e1e1; }
90569063

9064+
/* Styling for the header element when table has vertical or horizontal scrollbars. */
9065+
.oj-table-grid-display .oj-table-legacy-scroll .oj-table-header {
9066+
height: calc(2.9375rem - 1px); }
9067+
90579068
.oj-table-sticky .oj-table-header,
90589069
.oj-table-grid-display .oj-table-sticky .oj-table-header {
90599070
border-bottom: none; }
90609071

90619072
/* Styling for the header row element. */
90629073
.oj-table-header-row {
9063-
height: 2.75em;
9074+
height: calc(2.75em - 1px);
90649075
font-size: inherit;
90659076
vertical-align: middle; }
90669077

90679078
/* Grid display table styling for the header row element. */
90689079
.oj-table-grid-display .oj-table-header-row {
9069-
height: 2.9375rem; }
9080+
height: calc(2.9375rem - 1px); }
90709081

90719082
/* Styling for the header row element when table is scrollable. */
90729083
.oj-table-legacy-scroll .oj-table-header-row {
9073-
min-height: 2.75em;
9084+
min-height: calc(2.75em - 1px);
90749085
height: auto;
90759086
display: block;
90769087
position: relative; }
90779088

90789089
/* Grid display table styling for the header row element when table is scrollable. */
90799090
.oj-table-legacy-scroll.oj-table-grid-display .oj-table-header-row {
9080-
min-height: 2.9375rem; }
9091+
min-height: calc(2.9375rem - 1px); }
90819092

90829093
/* Styling for the column header elements. */
90839094
.oj-table-column-header-cell {
@@ -9087,7 +9098,7 @@ table.oj-table-element.oj-table-column-header-resizing {
90879098
padding-right: 1em;
90889099
padding-top: 0.5rem;
90899100
padding-bottom: 0.5rem;
9090-
height: 2.75em;
9101+
height: calc(2.75em - 1px);
90919102
float: none;
90929103
white-space: nowrap;
90939104
text-overflow: ellipsis;
@@ -9107,7 +9118,7 @@ table.oj-table-element.oj-table-column-header-resizing {
91079118

91089119
/* Grid display table styling for the column header elements. */
91099120
.oj-table-grid-display .oj-table-column-header-cell {
9110-
height: 2.9375rem;
9121+
height: calc(2.9375rem - 1px);
91119122
padding-left: 0.5rem;
91129123
padding-right: 0.5rem; }
91139124

@@ -9914,8 +9925,8 @@ html[dir="rtl"] .oj-treeview-list.oj-treeview-drag-image > .oj-treeview-item {
99149925
.oj-treeview-item-content {
99159926
width: 100%;
99169927
display: inline-block;
9917-
vertical-align: middle;
99189928
box-sizing: border-box;
9929+
vertical-align: middle;
99199930
padding-inline-start: 0.5rem;
99209931
padding-inline-end: 0.5rem; }
99219932

@@ -11213,7 +11224,8 @@ oj-list-item-layout {
1121311224

1121411225
.oj-listitemlayout-leading {
1121511226
grid-area: leading;
11216-
align-self: center; }
11227+
align-self: center;
11228+
display: flex; }
1121711229

1121811230
.oj-listitemlayout-textslots {
1121911231
grid-area: textslots;
@@ -12124,6 +12136,15 @@ oj-choice-row .oj-radio-label,
1212412136
.oj-choice-row-inline {
1212512137
position: relative; }
1212612138

12139+
.oj-choice-item {
12140+
/**
12141+
* In Chrome 103 - the relative/absolute positioning inside a multi-col layout is broken
12142+
* https://bugs.chromium.org/p/chromium/issues/detail?id=1338997
12143+
* This is to workaround this bug and make things render correctly for chromium browsers.
12144+
* This bug will be fixed in 104 and later.
12145+
*/
12146+
overflow: hidden; }
12147+
1212712148
.oj-choice-item::before,
1212812149
.oj-choice-row::before,
1212912150
.oj-choice-row-inline::before {
@@ -17118,7 +17139,14 @@ oj-switch:not(.oj-complete) {
1711817139
.oj-switch .oj-switch-container {
1711917140
position: relative;
1712017141
height: 2rem;
17121-
width: 2rem; }
17142+
width: 2rem;
17143+
/**
17144+
* In Chrome 103 - the relative/absolute positioning inside a multi-col layout is broken
17145+
* https://bugs.chromium.org/p/chromium/issues/detail?id=1338997
17146+
* This is to workaround this bug and make things render correctly for chromium browsers.
17147+
* This bug will be fixed in 104 and later.
17148+
*/
17149+
overflow: hidden; }
1712217150

1712317151
.oj-switch .oj-switch-thumb {
1712417152
box-sizing: content-box; }

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: 39 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ template {
270270
visibility: hidden; }
271271

272272
.oj-theme-json {
273-
font-family: '{"name":"alta","targetPlatform":"ios","behavior":"alta","jetReleaseVersion":"v12.1.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"ios","behavior":"alta","jetReleaseVersion":"v13.0.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -9000,6 +9000,10 @@ oj-table:not(.oj-complete) {
90009000
font-size: inherit;
90019001
min-width: 240px;
90029002
min-height: 5.375rem;
9003+
-webkit-user-select: none;
9004+
-moz-user-select: none;
9005+
-ms-user-select: none;
9006+
user-select: none;
90039007
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
90049008

90059009
/* Grid display styling for the root component element. */
@@ -9066,6 +9070,7 @@ table.oj-table-element.oj-table-column-header-resizing {
90669070

90679071
/* Styling for the header element. */
90689072
.oj-table-header {
9073+
height: 2.75em;
90699074
color: rgba(0, 0, 0, 0.85);
90709075
border-bottom: 1px solid #e5e6e6;
90719076
font-size: inherit;
@@ -9074,37 +9079,43 @@ table.oj-table-element.oj-table-column-header-resizing {
90749079
/* Styling for the header element when table has vertical or horizontal scrollbars. */
90759080
.oj-table-legacy-scroll .oj-table-header {
90769081
display: block;
9077-
position: relative; }
9082+
position: relative;
9083+
height: calc(2.75em - 1px); }
90789084

90799085
/* Grid display styling for the header element. */
90809086
.oj-table-grid-display .oj-table-header {
9087+
height: 2.6875rem;
90819088
background-color: white;
90829089
border-bottom: 1px solid #e5e6e6; }
90839090

9091+
/* Styling for the header element when table has vertical or horizontal scrollbars. */
9092+
.oj-table-grid-display .oj-table-legacy-scroll .oj-table-header {
9093+
height: calc(2.6875rem - 1px); }
9094+
90849095
.oj-table-sticky .oj-table-header,
90859096
.oj-table-grid-display .oj-table-sticky .oj-table-header {
90869097
border-bottom: none; }
90879098

90889099
/* Styling for the header row element. */
90899100
.oj-table-header-row {
9090-
height: 2.75em;
9101+
height: calc(2.75em - 1px);
90919102
font-size: inherit;
90929103
vertical-align: middle; }
90939104

90949105
/* Grid display table styling for the header row element. */
90959106
.oj-table-grid-display .oj-table-header-row {
9096-
height: 2.6875rem; }
9107+
height: calc(2.6875rem - 1px); }
90979108

90989109
/* Styling for the header row element when table is scrollable. */
90999110
.oj-table-legacy-scroll .oj-table-header-row {
9100-
min-height: 2.75em;
9111+
min-height: calc(2.75em - 1px);
91019112
height: auto;
91029113
display: block;
91039114
position: relative; }
91049115

91059116
/* Grid display table styling for the header row element when table is scrollable. */
91069117
.oj-table-legacy-scroll.oj-table-grid-display .oj-table-header-row {
9107-
min-height: 2.6875rem; }
9118+
min-height: calc(2.6875rem - 1px); }
91089119

91099120
/* Styling for the column header elements. */
91109121
.oj-table-column-header-cell {
@@ -9114,7 +9125,7 @@ table.oj-table-element.oj-table-column-header-resizing {
91149125
padding-right: 1em;
91159126
padding-top: 0.625rem;
91169127
padding-bottom: 0.625rem;
9117-
height: 2.75em;
9128+
height: calc(2.75em - 1px);
91189129
float: none;
91199130
white-space: nowrap;
91209131
text-overflow: ellipsis;
@@ -9134,7 +9145,7 @@ table.oj-table-element.oj-table-column-header-resizing {
91349145

91359146
/* Grid display table styling for the column header elements. */
91369147
.oj-table-grid-display .oj-table-column-header-cell {
9137-
height: 2.6875rem;
9148+
height: calc(2.6875rem - 1px);
91389149
padding-left: 0.625rem;
91399150
padding-right: 0.625rem; }
91409151

@@ -9941,8 +9952,8 @@ html[dir="rtl"] .oj-treeview-list.oj-treeview-drag-image > .oj-treeview-item {
99419952
.oj-treeview-item-content {
99429953
width: 100%;
99439954
display: inline-block;
9944-
vertical-align: middle;
99459955
box-sizing: border-box;
9956+
vertical-align: middle;
99469957
padding-inline-start: 0.5rem;
99479958
padding-inline-end: 0.5rem; }
99489959

@@ -11251,7 +11262,8 @@ oj-list-item-layout {
1125111262

1125211263
.oj-listitemlayout-leading {
1125311264
grid-area: leading;
11254-
align-self: center; }
11265+
align-self: center;
11266+
display: flex; }
1125511267

1125611268
.oj-listitemlayout-textslots {
1125711269
grid-area: textslots;
@@ -12165,6 +12177,15 @@ oj-choice-row .oj-radio-label,
1216512177
.oj-choice-row-inline {
1216612178
position: relative; }
1216712179

12180+
.oj-choice-item {
12181+
/**
12182+
* In Chrome 103 - the relative/absolute positioning inside a multi-col layout is broken
12183+
* https://bugs.chromium.org/p/chromium/issues/detail?id=1338997
12184+
* This is to workaround this bug and make things render correctly for chromium browsers.
12185+
* This bug will be fixed in 104 and later.
12186+
*/
12187+
overflow: hidden; }
12188+
1216812189
.oj-choice-item::before,
1216912190
.oj-choice-row::before,
1217012191
.oj-choice-row-inline::before {
@@ -17281,7 +17302,14 @@ oj-switch:not(.oj-complete) {
1728117302
.oj-switch .oj-switch-container {
1728217303
position: relative;
1728317304
height: 1.9375rem;
17284-
width: 3.12519rem; }
17305+
width: 3.12519rem;
17306+
/**
17307+
* In Chrome 103 - the relative/absolute positioning inside a multi-col layout is broken
17308+
* https://bugs.chromium.org/p/chromium/issues/detail?id=1338997
17309+
* This is to workaround this bug and make things render correctly for chromium browsers.
17310+
* This bug will be fixed in 104 and later.
17311+
*/
17312+
overflow: hidden; }
1728517313

1728617314
.oj-switch .oj-switch-thumb {
1728717315
box-sizing: content-box; }

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.

0 commit comments

Comments
 (0)