Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update datatables-net-buttons monorepo to v3 (major) #1631

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 64 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"datatables.net-dt": "^1.13.4",
"datatables.net-bs4": "^1.13.4",
"datatables.net-bs": "^1.13.4",
"datatables.net-buttons": "^2.3.6",
"datatables.net-buttons-bs": "^2.3.6",
"datatables.net-buttons-dt": "^2.3.6",
"datatables.net-buttons": "^3.0.0",
"datatables.net-buttons-bs": "^3.0.0",
"datatables.net-buttons-dt": "^3.0.0",
"datatables.net-plugins": "^1.13.6"
},
"devDependencies": {
Expand Down
67 changes: 27 additions & 40 deletions poradnia/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9465,6 +9465,7 @@ div.dt-buttons {
div.dt-buttons .dt-button {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

div.dt-button-info {
Expand Down Expand Up @@ -9510,10 +9511,13 @@ button.dtb-hide-drop {

div.dt-button-collection-title {
text-align: center;
padding: 0.3em 0 0.5em;
padding: 0.3em 0.5em 0.5em;
margin-left: 0.5em;
margin-right: 0.5em;
font-size: 0.9em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

div.dt-button-collection-title:empty {
Expand Down Expand Up @@ -9604,27 +9608,16 @@ div.dt-button-collection span.dt-button-spacer.bar {
padding-left: 0;
}

@media print {
table.dataTable tr > * {
box-shadow: none !important;
}
}
html.dark div.dt-button-info {
background-color: var(--dt-html-background);
border: 1px solid rgba(255, 255, 255, 0.15);
}

div.dt-buttons {
float: left;
}

div.dt-buttons.buttons-right {
float: right;
}

div.dataTables_layout_cell div.dt-buttons {
float: none;
}

div.dataTables_layout_cell div.dt-buttons.buttons-right {
float: none;
}

div.dt-buttons > .dt-button,
div.dt-buttons > div.dt-button-split .dt-button {
position: relative;
Expand All @@ -9642,8 +9635,7 @@ div.dt-buttons > div.dt-button-split .dt-button {
color: inherit;
white-space: nowrap;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.1);
/* Fallback */
background-color: rgba(0, 0, 0, 0.1); /* Fallback */
background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
-webkit-user-select: none;
Expand All @@ -9667,8 +9659,7 @@ div.dt-buttons > div.dt-button-split .dt-button.disabled {

div.dt-buttons > .dt-button.dt-button-active:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled) {
background-color: rgba(0, 0, 0, 0.1);
/* Fallback */
background-color: rgba(0, 0, 0, 0.1); /* Fallback */
background: linear-gradient(to bottom, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(179, 179, 179, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
box-shadow: inset 1px 1px 3px #999999;
Expand All @@ -9677,8 +9668,7 @@ div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled)
div.dt-buttons > .dt-button.dt-button-active:not(.disabled):hover:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled):hover:not(.disabled) {
box-shadow: inset 1px 1px 3px #999999;
background-color: rgba(0, 0, 0, 0.1);
/* Fallback */
background-color: rgba(0, 0, 0, 0.1); /* Fallback */
background: linear-gradient(to bottom, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(128, 128, 128, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}
Expand All @@ -9691,15 +9681,14 @@ div.dt-buttons > div.dt-button-split .dt-button:hover {
div.dt-buttons > .dt-button:hover:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
border: 1px solid #666;
background-color: rgba(0, 0, 0, 0.1);
/* Fallback */
background-color: rgba(0, 0, 0, 0.1); /* Fallback */
background: linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(153, 153, 153, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}

div.dt-buttons > .dt-button:focus:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
outline: 2px solid #3584e4;
outline: 2px solid rgb(53, 132, 228);
}

div.dt-buttons > .dt-button embed,
Expand Down Expand Up @@ -9777,8 +9766,10 @@ div.dt-button-collection .dt-button {
left: 0;
right: 0;
width: 100%;
display: block;
display: flex;
float: none;
justify-content: space-between;
align-items: center;
background: none;
margin: 0;
padding: 0.5em 1em;
Expand Down Expand Up @@ -9882,9 +9873,7 @@ div.dt-button-collection.fixed > :last-child {
div.dt-button-collection.two-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.four-column > :last-child {
display: block !important;
-moz-column-gap: 8px;
-ms-column-gap: 8px;
-o-column-gap: 8px;
column-gap: 8px;
column-gap: 8px;
}

div.dt-button-collection.two-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.four-column > :last-child > * {
Expand Down Expand Up @@ -9986,10 +9975,8 @@ div.dt-button-background {
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
/* Fallback */
background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
/* W3C Markup, IE10 Release Preview */
background: rgba(0, 0, 0, 0.7); /* Fallback */
background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); /* W3C Markup, IE10 Release Preview */
z-index: 2001;
}

Expand All @@ -10007,7 +9994,7 @@ div.dt-button-background {
box-sizing: border-box;
display: block;
content: " ";
border: 2px solid #282828;
border: 2px solid rgb(40, 40, 40);
border-radius: 50%;
border-left-color: transparent;
border-right-color: transparent;
Expand All @@ -10026,7 +10013,7 @@ div.dt-button-background {
}
html.dark div.dt-buttons > .dt-button,
html.dark div.dt-buttons > div.dt-button-split .dt-button {
border: 1px solid #595b5e;
border: 1px solid rgb(89, 91, 94);
background: rgba(255, 255, 255, 0.15);
}

Expand All @@ -10049,24 +10036,24 @@ html.dark div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {

html.dark div.dt-buttons > .dt-button:focus:not(.disabled),
html.dark div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
outline: 2px solid #6ea8fe;
outline: 2px solid rgb(110, 168, 254);
}

html.dark div.dt-buttons > div.dt-button-split .dt-button:first-child {
border-right: 1px solid rgba(255, 255, 255, 0.1);
}

html.dark div.dt-buttons > div.dt-button-split .dt-button:first-child:hover {
border-right: 1px solid #595b5e;
border-right: 1px solid rgb(89, 91, 94);
}

html.dark div.dt-buttons > div.dt-button-split .dt-button:last-child:hover {
border-left: 1px solid #595b5e;
border-left: 1px solid rgb(89, 91, 94);
}

html.dark div.dt-button-collection {
border: 1px solid rgba(255, 255, 255, 0.15);
background-color: #212529;
background-color: rgb(33, 37, 41);
box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
}
@charset "UTF-8";
Expand Down
2 changes: 1 addition & 1 deletion poradnia/static/css/style.min.css

Large diffs are not rendered by default.

Loading