Skip to content

Commit ee07f0e

Browse files
committed
Release 10.1.0
1 parent 77c8c3f commit ee07f0e

File tree

1,285 files changed

+63414
-5690
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,285 files changed

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

4343

4444

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: 15 additions & 2 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":"v10.0.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"android","behavior":"alta","jetReleaseVersion":"v10.1.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -9165,7 +9165,8 @@ html[dir="rtl"] .oj-table-column-header-cell.oj-table-column-header-drag-indicat
91659165
height: inherit;
91669166
overflow: inherit;
91679167
text-overflow: inherit;
9168-
vertical-align: top; }
9168+
vertical-align: top;
9169+
width: 100%; }
91699170

91709171
html:not([dir="rtl"]) .oj-table-column-header-cell.oj-table-sort .oj-table-column-header-text {
91719172
padding-right: 26px; }
@@ -9315,6 +9316,9 @@ html[dir="rtl"] .oj-table-grid-display .oj-table-column-header-cell.oj-table-sor
93159316
height: 2.75em;
93169317
font-size: inherit; }
93179318

9319+
.oj-table-body-scroll-buffer {
9320+
height: 0px; }
9321+
93189322
.oj-table-horizontal-grid:not(.oj-table-sticky) .oj-table-body-row,
93199323
.oj-table-sticky.oj-table-horizontal-grid .oj-table-data-cell,
93209324
.oj-table-sticky.oj-table-horizontal-grid .oj-table-selector-cell {
@@ -13583,6 +13587,12 @@ oj-form-layout {
1358313587
break-inside: avoid;
1358413588
page-break-inside: avoid; }
1358513589

13590+
.oj-formlayout-max-cols-1 > .oj-form:not(.oj-formlayout-form-across) {
13591+
display: inline; }
13592+
13593+
.oj-form-layout > .oj-form:not(.oj-formlayout-form-across) > .oj-flex {
13594+
display: inline; }
13595+
1358613596
.oj-form > hr,
1358713597
.oj-form > h1,
1358813598
.oj-form > h2,
@@ -16063,6 +16073,9 @@ html[dir="rtl"] .oj-searchselect.oj-form-control-text-align-end .oj-searchselect
1606316073
.oj-listbox-initial-open .oj-select-results {
1606416074
min-height: 10rem; }
1606516075

16076+
.oj-listbox-fullscreen .oj-select-results {
16077+
max-height: none; }
16078+
1606616079
/* icon */
1606716080
/* -----------------------------*/
1606816081
/*

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: 15 additions & 2 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":"v10.0.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"ios","behavior":"alta","jetReleaseVersion":"v10.1.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -9192,7 +9192,8 @@ html[dir="rtl"] .oj-table-column-header-cell.oj-table-column-header-drag-indicat
91929192
height: inherit;
91939193
overflow: inherit;
91949194
text-overflow: inherit;
9195-
vertical-align: top; }
9195+
vertical-align: top;
9196+
width: 100%; }
91969197

91979198
html:not([dir="rtl"]) .oj-table-column-header-cell.oj-table-sort .oj-table-column-header-text {
91989199
padding-right: 26px; }
@@ -9342,6 +9343,9 @@ html[dir="rtl"] .oj-table-grid-display .oj-table-column-header-cell.oj-table-sor
93429343
height: 2.75em;
93439344
font-size: inherit; }
93449345

9346+
.oj-table-body-scroll-buffer {
9347+
height: 0px; }
9348+
93459349
.oj-table-horizontal-grid:not(.oj-table-sticky) .oj-table-body-row,
93469350
.oj-table-sticky.oj-table-horizontal-grid .oj-table-data-cell,
93479351
.oj-table-sticky.oj-table-horizontal-grid .oj-table-selector-cell {
@@ -13702,6 +13706,12 @@ oj-form-layout {
1370213706
break-inside: avoid;
1370313707
page-break-inside: avoid; }
1370413708

13709+
.oj-formlayout-max-cols-1 > .oj-form:not(.oj-formlayout-form-across) {
13710+
display: inline; }
13711+
13712+
.oj-form-layout > .oj-form:not(.oj-formlayout-form-across) > .oj-flex {
13713+
display: inline; }
13714+
1370513715
.oj-form > hr,
1370613716
.oj-form > h1,
1370713717
.oj-form > h2,
@@ -16204,6 +16214,9 @@ html[dir="rtl"] .oj-searchselect.oj-form-control-text-align-end .oj-searchselect
1620416214
.oj-listbox-initial-open .oj-select-results {
1620516215
min-height: 10rem; }
1620616216

16217+
.oj-listbox-fullscreen .oj-select-results {
16218+
max-height: none; }
16219+
1620716220
/* icon */
1620816221
/* -----------------------------*/
1620916222
/*

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: 15 additions & 2 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":"windows","behavior":"alta","jetReleaseVersion":"v10.0.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"windows","behavior":"alta","jetReleaseVersion":"v10.1.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -9144,7 +9144,8 @@ html[dir="rtl"] .oj-table-column-header-cell.oj-table-column-header-drag-indicat
91449144
height: inherit;
91459145
overflow: inherit;
91469146
text-overflow: inherit;
9147-
vertical-align: top; }
9147+
vertical-align: top;
9148+
width: 100%; }
91489149

91499150
html:not([dir="rtl"]) .oj-table-column-header-cell.oj-table-sort .oj-table-column-header-text {
91509151
padding-right: 26px; }
@@ -9294,6 +9295,9 @@ html[dir="rtl"] .oj-table-grid-display .oj-table-column-header-cell.oj-table-sor
92949295
height: 2.75em;
92959296
font-size: inherit; }
92969297

9298+
.oj-table-body-scroll-buffer {
9299+
height: 0px; }
9300+
92979301
.oj-table-horizontal-grid:not(.oj-table-sticky) .oj-table-body-row,
92989302
.oj-table-sticky.oj-table-horizontal-grid .oj-table-data-cell,
92999303
.oj-table-sticky.oj-table-horizontal-grid .oj-table-selector-cell {
@@ -13588,6 +13592,12 @@ oj-form-layout {
1358813592
break-inside: avoid;
1358913593
page-break-inside: avoid; }
1359013594

13595+
.oj-formlayout-max-cols-1 > .oj-form:not(.oj-formlayout-form-across) {
13596+
display: inline; }
13597+
13598+
.oj-form-layout > .oj-form:not(.oj-formlayout-form-across) > .oj-flex {
13599+
display: inline; }
13600+
1359113601
.oj-form > hr,
1359213602
.oj-form > h1,
1359313603
.oj-form > h2,
@@ -16028,6 +16038,9 @@ html[dir="rtl"] .oj-searchselect.oj-form-control-text-align-end .oj-searchselect
1602816038
.oj-listbox-initial-open .oj-select-results {
1602916039
min-height: 10rem; }
1603016040

16041+
.oj-listbox-fullscreen .oj-select-results {
16042+
max-height: none; }
16043+
1603116044
/* icon */
1603216045
/* -----------------------------*/
1603316046
/*

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)