Skip to content

Commit 5893ae4

Browse files
committed
Release 11.1.0
1 parent 5a32739 commit 5893ae4

File tree

996 files changed

+13656
-5476
lines changed

Some content is hidden

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

996 files changed

+13656
-5476
lines changed

Diff for: README.md

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

Diff for: THIRDPARTYLICENSE.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ js/libs/jquery/jqueryui-amd-1.12.1/sortable.js MI
2424
js/libs/jquery/jqueryui-amd-1.12.1/widget.js MIT
2525
js/libs/knockout/knockout-3.5.1.js MIT
2626
js/libs/knockout/knockout-mapping-latest.js MIT
27-
js/libs/oj/v11.0.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
28-
js/libs/oj/v11.0.0/min/ojexpparser.js (expparser.js) MIT
29-
js/libs/oj/v11.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
30-
js/libs/oj/v11.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31-
js/libs/oj/v11.0.0/min/ojtree.js (jsTree.js) MIT
32-
js/libs/oj/v11.0.0/ojL10n.js (requireJS i18n) MIT
27+
js/libs/oj/v11.1.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
28+
js/libs/oj/v11.1.0/min/ojexpparser.js (expparser.js) MIT
29+
js/libs/oj/v11.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
30+
js/libs/oj/v11.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31+
js/libs/oj/v11.1.0/min/ojtree.js (jsTree.js) MIT
32+
js/libs/oj/v11.1.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/v11.0.0/3rdparty/normalize/normalize.scss MIT
37+
scss/oj/v11.1.0/3rdparty/normalize/normalize.scss MIT
3838
js/libs/touchr/touchr.js MIT
3939
js/libs/preact/dist/preact.umd.js MIT
4040

Diff for: 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.

Diff for: dist/css/alta-android/oj-alta.css

+6-3
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":"v11.0.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"android","behavior":"alta","jetReleaseVersion":"v11.1.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -9020,6 +9020,7 @@ oj-table:not(.oj-complete) {
90209020
top: 0;
90219021
bottom: 0; }
90229022

9023+
.oj-table-scroll-vertical.oj-table-hide-vertical-scrollbar .oj-table-scroller,
90239024
.oj-table-hide-vertical-scrollbar .oj-table-scroller {
90249025
overflow-y: hidden; }
90259026

@@ -12837,7 +12838,8 @@ oj-gantt:not(.oj-complete) {
1283712838
stroke-width: 1px; }
1283812839

1283912840
/* Styling for vertical grid lines */
12840-
.oj-gantt-vertical-gridline {
12841+
.oj-gantt-major-vertical-gridline,
12842+
.oj-gantt-minor-vertical-gridline {
1284112843
stroke: #c6c7c8;
1284212844
stroke-dasharray: 5,5; }
1284312845

@@ -13526,7 +13528,8 @@ oj-timeline:not(.oj-complete) {
1352613528

1352713529
.oj-timeline-item {
1352813530
background-color: white;
13529-
border-color: #8a8d8f; }
13531+
border-color: #8a8d8f;
13532+
padding-top: 5px; }
1353013533

1353113534
.oj-timeline-item.oj-hover {
1353213535
border-color: #76b8e1; }

Diff for: 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.

Diff for: dist/css/alta-ios/oj-alta.css

+6-3
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":"v11.0.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"ios","behavior":"alta","jetReleaseVersion":"v11.1.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -9047,6 +9047,7 @@ oj-table:not(.oj-complete) {
90479047
top: 0;
90489048
bottom: 0; }
90499049

9050+
.oj-table-scroll-vertical.oj-table-hide-vertical-scrollbar .oj-table-scroller,
90509051
.oj-table-hide-vertical-scrollbar .oj-table-scroller {
90519052
overflow-y: hidden; }
90529053

@@ -12964,7 +12965,8 @@ oj-gantt:not(.oj-complete) {
1296412965
stroke-width: 1px; }
1296512966

1296612967
/* Styling for vertical grid lines */
12967-
.oj-gantt-vertical-gridline {
12968+
.oj-gantt-major-vertical-gridline,
12969+
.oj-gantt-minor-vertical-gridline {
1296812970
stroke: #c6c7c8;
1296912971
stroke-dasharray: 5,5; }
1297012972

@@ -13653,7 +13655,8 @@ oj-timeline:not(.oj-complete) {
1365313655

1365413656
.oj-timeline-item {
1365513657
background-color: white;
13656-
border-color: #8a8d8f; }
13658+
border-color: #8a8d8f;
13659+
padding-top: 5px; }
1365713660

1365813661
.oj-timeline-item.oj-hover {
1365913662
border-color: #76b8e1; }

Diff for: 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.

Diff for: dist/css/alta-windows/oj-alta.css

+6-3
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":"v11.0.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"windows","behavior":"alta","jetReleaseVersion":"v11.1.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -8999,6 +8999,7 @@ oj-table:not(.oj-complete) {
89998999
top: 0;
90009000
bottom: 0; }
90019001

9002+
.oj-table-scroll-vertical.oj-table-hide-vertical-scrollbar .oj-table-scroller,
90029003
.oj-table-hide-vertical-scrollbar .oj-table-scroller {
90039004
overflow-y: hidden; }
90049005

@@ -12850,7 +12851,8 @@ oj-gantt:not(.oj-complete) {
1285012851
stroke-width: 1px; }
1285112852

1285212853
/* Styling for vertical grid lines */
12853-
.oj-gantt-vertical-gridline {
12854+
.oj-gantt-major-vertical-gridline,
12855+
.oj-gantt-minor-vertical-gridline {
1285412856
stroke: #c6c7c8;
1285512857
stroke-dasharray: 5,5; }
1285612858

@@ -13539,7 +13541,8 @@ oj-timeline:not(.oj-complete) {
1353913541

1354013542
.oj-timeline-item {
1354113543
background-color: white;
13542-
border-color: #8a8d8f; }
13544+
border-color: #8a8d8f;
13545+
padding-top: 5px; }
1354313546

1354413547
.oj-timeline-item.oj-hover {
1354513548
border-color: #76b8e1; }

Diff for: 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.

Diff for: 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.

Diff for: dist/css/alta/oj-alta-notag.css

+6-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
visibility: hidden; }
1515

1616
.oj-theme-json {
17-
font-family: '{"name":"alta","targetPlatform":"web","behavior":"alta","jetReleaseVersion":"v11.0.0"}'; }
17+
font-family: '{"name":"alta","targetPlatform":"web","behavior":"alta","jetReleaseVersion":"v11.1.0"}'; }
1818

1919
.oj-helper-hidden-accessible {
2020
border: 0;
@@ -8796,6 +8796,7 @@ oj-table:not(.oj-complete) {
87968796
top: 0;
87978797
bottom: 0; }
87988798

8799+
.oj-table-scroll-vertical.oj-table-hide-vertical-scrollbar .oj-table-scroller,
87998800
.oj-table-hide-vertical-scrollbar .oj-table-scroller {
88008801
overflow-y: hidden; }
88018802

@@ -12623,7 +12624,8 @@ oj-gantt:not(.oj-complete) {
1262312624
stroke-width: 1px; }
1262412625

1262512626
/* Styling for vertical grid lines */
12626-
.oj-gantt-vertical-gridline {
12627+
.oj-gantt-major-vertical-gridline,
12628+
.oj-gantt-minor-vertical-gridline {
1262712629
stroke: #c6c7c8;
1262812630
stroke-dasharray: 5,5; }
1262912631

@@ -13312,7 +13314,8 @@ oj-timeline:not(.oj-complete) {
1331213314

1331313315
.oj-timeline-item {
1331413316
background-color: white;
13315-
border-color: #8a8d8f; }
13317+
border-color: #8a8d8f;
13318+
padding-top: 5px; }
1331613319

1331713320
.oj-timeline-item.oj-hover {
1331813321
border-color: #76b8e1; }

Diff for: dist/css/alta/oj-alta.css

+6-3
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":"web","behavior":"alta","jetReleaseVersion":"v11.0.0"}'; }
273+
font-family: '{"name":"alta","targetPlatform":"web","behavior":"alta","jetReleaseVersion":"v11.1.0"}'; }
274274

275275
.oj-helper-hidden-accessible {
276276
border: 0;
@@ -9184,6 +9184,7 @@ oj-table:not(.oj-complete) {
91849184
top: 0;
91859185
bottom: 0; }
91869186

9187+
.oj-table-scroll-vertical.oj-table-hide-vertical-scrollbar .oj-table-scroller,
91879188
.oj-table-hide-vertical-scrollbar .oj-table-scroller {
91889189
overflow-y: hidden; }
91899190

@@ -13009,7 +13010,8 @@ oj-gantt:not(.oj-complete) {
1300913010
stroke-width: 1px; }
1301013011

1301113012
/* Styling for vertical grid lines */
13012-
.oj-gantt-vertical-gridline {
13013+
.oj-gantt-major-vertical-gridline,
13014+
.oj-gantt-minor-vertical-gridline {
1301313015
stroke: #c6c7c8;
1301413016
stroke-dasharray: 5,5; }
1301513017

@@ -13698,7 +13700,8 @@ oj-timeline:not(.oj-complete) {
1369813700

1369913701
.oj-timeline-item {
1370013702
background-color: white;
13701-
border-color: #8a8d8f; }
13703+
border-color: #8a8d8f;
13704+
padding-top: 5px; }
1370213705

1370313706
.oj-timeline-item.oj-hover {
1370413707
border-color: #76b8e1; }
-34 Bytes
Loading

Diff for: 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.

Diff for: 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.

Diff for: dist/css/redwood/oj-redwood-notag-novars-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)