Skip to content

Commit

Permalink
Release 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benm071 committed Oct 7, 2021
1 parent 5a32739 commit 5893ae4
Show file tree
Hide file tree
Showing 996 changed files with 13,656 additions and 5,476 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Oracle JET version 11.0.0
# Oracle JET version 11.1.0

## About Oracle JET
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.
Expand Down Expand Up @@ -34,13 +34,13 @@ npm install -g @oracle/ojet-cli
ojet create <app name>
```
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1100&id=homepage) for complete installation details, including prerequisites.
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1110&id=homepage) for complete installation details, including prerequisites.

## Related GitHub Projects
All related projects on GitHub are associated under the [oracle-jet topic](https://github.com/search?q=topic%3Aoracle-jet+org%3Aoracle&type=Repositories).

## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet1100&id=homepage)
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.
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet1110&id=homepage)
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.

## [Contributing](https://github.com/oracle/oraclejet/blob/master/CONTRIBUTING.md)
Oracle JET is an open source project. Pull Requests are currently not being accepted. See
Expand Down
14 changes: 7 additions & 7 deletions THIRDPARTYLICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ js/libs/jquery/jqueryui-amd-1.12.1/sortable.js MI
js/libs/jquery/jqueryui-amd-1.12.1/widget.js MIT
js/libs/knockout/knockout-3.5.1.js MIT
js/libs/knockout/knockout-mapping-latest.js MIT
js/libs/oj/v11.0.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
js/libs/oj/v11.0.0/min/ojexpparser.js (expparser.js) MIT
js/libs/oj/v11.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
js/libs/oj/v11.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
js/libs/oj/v11.0.0/min/ojtree.js (jsTree.js) MIT
js/libs/oj/v11.0.0/ojL10n.js (requireJS i18n) MIT
js/libs/oj/v11.1.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
js/libs/oj/v11.1.0/min/ojexpparser.js (expparser.js) MIT
js/libs/oj/v11.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
js/libs/oj/v11.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
js/libs/oj/v11.1.0/min/ojtree.js (jsTree.js) MIT
js/libs/oj/v11.1.0/ojL10n.js (requireJS i18n) MIT
js/libs/proj4js/dist/proj4.js Proj4js
js/libs/require/require.js MIT
js/libs/require/text.js MIT
js/libs/require-css/css.min.js (require-css) MIT
scss/oj/v11.0.0/3rdparty/normalize/normalize.scss MIT
scss/oj/v11.1.0/3rdparty/normalize/normalize.scss MIT
js/libs/touchr/touchr.js MIT
js/libs/preact/dist/preact.umd.js MIT

Expand Down
2 changes: 1 addition & 1 deletion dist/css/alta-android/oj-alta-min.css

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions dist/css/alta-android/oj-alta.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ template {
visibility: hidden; }

.oj-theme-json {
font-family: '{"name":"alta","targetPlatform":"android","behavior":"alta","jetReleaseVersion":"v11.0.0"}'; }
font-family: '{"name":"alta","targetPlatform":"android","behavior":"alta","jetReleaseVersion":"v11.1.0"}'; }

.oj-helper-hidden-accessible {
border: 0;
Expand Down Expand Up @@ -9020,6 +9020,7 @@ oj-table:not(.oj-complete) {
top: 0;
bottom: 0; }

.oj-table-scroll-vertical.oj-table-hide-vertical-scrollbar .oj-table-scroller,
.oj-table-hide-vertical-scrollbar .oj-table-scroller {
overflow-y: hidden; }

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

/* Styling for vertical grid lines */
.oj-gantt-vertical-gridline {
.oj-gantt-major-vertical-gridline,
.oj-gantt-minor-vertical-gridline {
stroke: #c6c7c8;
stroke-dasharray: 5,5; }

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

.oj-timeline-item {
background-color: white;
border-color: #8a8d8f; }
border-color: #8a8d8f;
padding-top: 5px; }

.oj-timeline-item.oj-hover {
border-color: #76b8e1; }
Expand Down
2 changes: 1 addition & 1 deletion dist/css/alta-ios/oj-alta-min.css

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions dist/css/alta-ios/oj-alta.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ template {
visibility: hidden; }

.oj-theme-json {
font-family: '{"name":"alta","targetPlatform":"ios","behavior":"alta","jetReleaseVersion":"v11.0.0"}'; }
font-family: '{"name":"alta","targetPlatform":"ios","behavior":"alta","jetReleaseVersion":"v11.1.0"}'; }

.oj-helper-hidden-accessible {
border: 0;
Expand Down Expand Up @@ -9047,6 +9047,7 @@ oj-table:not(.oj-complete) {
top: 0;
bottom: 0; }

.oj-table-scroll-vertical.oj-table-hide-vertical-scrollbar .oj-table-scroller,
.oj-table-hide-vertical-scrollbar .oj-table-scroller {
overflow-y: hidden; }

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

/* Styling for vertical grid lines */
.oj-gantt-vertical-gridline {
.oj-gantt-major-vertical-gridline,
.oj-gantt-minor-vertical-gridline {
stroke: #c6c7c8;
stroke-dasharray: 5,5; }

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

.oj-timeline-item {
background-color: white;
border-color: #8a8d8f; }
border-color: #8a8d8f;
padding-top: 5px; }

.oj-timeline-item.oj-hover {
border-color: #76b8e1; }
Expand Down
2 changes: 1 addition & 1 deletion dist/css/alta-windows/oj-alta-min.css

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions dist/css/alta-windows/oj-alta.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ template {
visibility: hidden; }

.oj-theme-json {
font-family: '{"name":"alta","targetPlatform":"windows","behavior":"alta","jetReleaseVersion":"v11.0.0"}'; }
font-family: '{"name":"alta","targetPlatform":"windows","behavior":"alta","jetReleaseVersion":"v11.1.0"}'; }

.oj-helper-hidden-accessible {
border: 0;
Expand Down Expand Up @@ -8999,6 +8999,7 @@ oj-table:not(.oj-complete) {
top: 0;
bottom: 0; }

.oj-table-scroll-vertical.oj-table-hide-vertical-scrollbar .oj-table-scroller,
.oj-table-hide-vertical-scrollbar .oj-table-scroller {
overflow-y: hidden; }

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

/* Styling for vertical grid lines */
.oj-gantt-vertical-gridline {
.oj-gantt-major-vertical-gridline,
.oj-gantt-minor-vertical-gridline {
stroke: #c6c7c8;
stroke-dasharray: 5,5; }

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

.oj-timeline-item {
background-color: white;
border-color: #8a8d8f; }
border-color: #8a8d8f;
padding-top: 5px; }

.oj-timeline-item.oj-hover {
border-color: #76b8e1; }
Expand Down
2 changes: 1 addition & 1 deletion dist/css/alta/oj-alta-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/alta/oj-alta-notag-min.css

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions dist/css/alta/oj-alta-notag.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
visibility: hidden; }

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

.oj-helper-hidden-accessible {
border: 0;
Expand Down Expand Up @@ -8796,6 +8796,7 @@ oj-table:not(.oj-complete) {
top: 0;
bottom: 0; }

.oj-table-scroll-vertical.oj-table-hide-vertical-scrollbar .oj-table-scroller,
.oj-table-hide-vertical-scrollbar .oj-table-scroller {
overflow-y: hidden; }

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

/* Styling for vertical grid lines */
.oj-gantt-vertical-gridline {
.oj-gantt-major-vertical-gridline,
.oj-gantt-minor-vertical-gridline {
stroke: #c6c7c8;
stroke-dasharray: 5,5; }

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

.oj-timeline-item {
background-color: white;
border-color: #8a8d8f; }
border-color: #8a8d8f;
padding-top: 5px; }

.oj-timeline-item.oj-hover {
border-color: #76b8e1; }
Expand Down
9 changes: 6 additions & 3 deletions dist/css/alta/oj-alta.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ template {
visibility: hidden; }

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

.oj-helper-hidden-accessible {
border: 0;
Expand Down Expand Up @@ -9184,6 +9184,7 @@ oj-table:not(.oj-complete) {
top: 0;
bottom: 0; }

.oj-table-scroll-vertical.oj-table-hide-vertical-scrollbar .oj-table-scroller,
.oj-table-hide-vertical-scrollbar .oj-table-scroller {
overflow-y: hidden; }

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

/* Styling for vertical grid lines */
.oj-gantt-vertical-gridline {
.oj-gantt-major-vertical-gridline,
.oj-gantt-minor-vertical-gridline {
stroke: #c6c7c8;
stroke-dasharray: 5,5; }

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

.oj-timeline-item {
background-color: white;
border-color: #8a8d8f; }
border-color: #8a8d8f;
padding-top: 5px; }

.oj-timeline-item.oj-hover {
border-color: #76b8e1; }
Expand Down
Binary file modified dist/css/redwood/images/texture-dialog-144x20-opacity-08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/css/redwood/oj-redwood-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/redwood/oj-redwood-notag-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/redwood/oj-redwood-notag-novars-min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 5893ae4

Please sign in to comment.