Skip to content

Commit

Permalink
update libaries and add new functionality
Browse files Browse the repository at this point in the history
- update chart libs
- update full calendar lib
- add native support for APEX items when download images and save notes
- add option to cache images that are download when use of unleash RTE support (@
matthias-range-ais thank you very much for idea and code samples)
  • Loading branch information
RonnyWeiss committed Feb 24, 2022
1 parent a199970 commit bf7807c
Show file tree
Hide file tree
Showing 13 changed files with 8,863 additions and 8,090 deletions.
2 changes: 1 addition & 1 deletion apexplugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "APEX Material BI Dashboard",
"version": "1.0.0.26",
"version": "1.0.0.27",
"description": "This plug-in allows to integrate a freely configurable dashboard into Oracle APEX.<p>It offers many display options, e.g. charts, lists, KPI cards, world map, tables, HTML, analog clock, calendar and much more. Each dashboard item can be customized, even at runtime without page submit!</p><p>The main advantage of the dashboard is that end-users of your APEX app can configure one or more dashboards at runtime without having to touch the region or page by a developer! This was not possible in APEX so far! Of course, the dashboard can also be used as a fixed region.</p><p>The plug-in requires an APEX 5.1.3 or newer and an Oracle 12c or newer. The Sample App requires an APEX 20.2 or newer. However, you can quickly install it in a free workspace on apex.oracle.com and then get started right away with the help of the Sample App!</p><p>The item dialog in the Sample App is just a very simplified example, of course in your application the respective data source (table, view, function...) and many setting options for the respective dashboard item can be offered there.</p><p>You can find a tutorial at<p>https:\/\/www.youtube.com/playlist?list=PL9daxiSwWyTbIm8fTa0ypeC6dFfMgXALq</p><p><b>Important clarification: My work in the development team of Oracle APEX is in no way related to my open source projects or the plug-ins here on apex.world! All plug-ins are built in my spare time and are not supported by Oracle!</b></p>",
"keywords": ["oracle", "apex", "plugin", "charts", "region", "responsive", "d3"],
"homepage": "https://github.com/RonnyWeiss/APEX-Material-BI-Dashboard",
Expand Down
2 changes: 1 addition & 1 deletion build/bida-calendar.pkgd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/bida-chart.pkgd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/bida.pkgd.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/bida.pkgd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/billboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.3.0
* @version 3.3.3
*/
/*-- Graph Theme --*/
/*-- Default color pattern --*/
Expand Down
28 changes: 28 additions & 0 deletions css/fullCalendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -1465,3 +1465,31 @@ A VERTICAL event
color: inherit; /* natural color for navlinks */
}



.fc-theme-bootstrap5 a:not([href]) {
color: inherit;
text-decoration: inherit;
}

.fc-theme-bootstrap5 .fc-list,
.fc-theme-bootstrap5 .fc-scrollgrid,
.fc-theme-bootstrap5 td,
.fc-theme-bootstrap5 th {
border: 1px solid var(--bs-gray-400);
}

.fc-theme-bootstrap5 {

/* HACK: reapply core styles after highe-precedence border statement above */
}

.fc-theme-bootstrap5 .fc-scrollgrid {
border-right-width: 0;
border-bottom-width: 0;
}

.fc-theme-bootstrap5-shaded {
background-color: var(--bs-gray-200);
}

Loading

0 comments on commit bf7807c

Please sign in to comment.