datatables.net-autofill-se 2.6.0 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
div.dt-autofill-handle {
|
|
2
2
|
position: absolute;
|
|
3
|
-
height:
|
|
4
|
-
width:
|
|
3
|
+
height: 10px;
|
|
4
|
+
width: 10px;
|
|
5
5
|
z-index: 10;
|
|
6
6
|
box-sizing: border-box;
|
|
7
7
|
background: #888;
|
|
@@ -72,8 +72,10 @@ div.dt-autofill-list > div.dt-autofill-list-items > button:last-child {
|
|
|
72
72
|
margin-bottom: 0;
|
|
73
73
|
}
|
|
74
74
|
div.dt-autofill-list > div.dt-autofill-list-items > button input[type=number] {
|
|
75
|
+
display: inline-block;
|
|
76
|
+
box-sizing: border-box;
|
|
75
77
|
padding: 6px;
|
|
76
|
-
width:
|
|
78
|
+
width: 70px;
|
|
77
79
|
margin: -2px 0;
|
|
78
80
|
}
|
|
79
81
|
div.dt-autofill-list > div.dt-autofill-list-items > button span {
|
|
@@ -96,12 +98,12 @@ div.dt-autofill-background {
|
|
|
96
98
|
}
|
|
97
99
|
|
|
98
100
|
html.dark div.dt-autofill-handle {
|
|
99
|
-
background:
|
|
101
|
+
background: rgb(110, 168, 254);
|
|
100
102
|
}
|
|
101
103
|
html.dark div.dt-autofill-select {
|
|
102
104
|
position: absolute;
|
|
103
105
|
z-index: 1001;
|
|
104
|
-
background-color:
|
|
106
|
+
background-color: rgb(110, 168, 254);
|
|
105
107
|
background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(0, 0, 0, 0.5) 5px, rgba(0, 0, 0, 0.5) 10px);
|
|
106
108
|
}
|
|
107
109
|
html.dark div.dt-autofill-list {
|
|
@@ -111,10 +113,10 @@ html.dark div.dt-autofill-list {
|
|
|
111
113
|
html.dark div.dt-autofill-list button {
|
|
112
114
|
color: inherit;
|
|
113
115
|
border: 1px solid rgba(255, 255, 255, 0.175);
|
|
114
|
-
background-color:
|
|
116
|
+
background-color: rgb(47, 52, 56);
|
|
115
117
|
}
|
|
116
118
|
html.dark div.dt-autofill-list button:hover {
|
|
117
|
-
background-color:
|
|
119
|
+
background-color: rgb(64, 69, 73);
|
|
118
120
|
}
|
|
119
121
|
|
|
120
122
|
@media screen and (max-width: 767px) {
|
|
@@ -122,7 +124,6 @@ html.dark div.dt-autofill-list button:hover {
|
|
|
122
124
|
height: 16px;
|
|
123
125
|
width: 16px;
|
|
124
126
|
}
|
|
125
|
-
|
|
126
127
|
div.dt-autofill-list {
|
|
127
128
|
width: 90%;
|
|
128
129
|
left: 74.5%;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
div.dt-autofill-handle{position:absolute;height:
|
|
1
|
+
div.dt-autofill-handle{position:absolute;height:10px;width:10px;z-index:10;box-sizing:border-box;background:#888;cursor:pointer}div.dtk-focus-alt div.dt-autofill-handle{background:#ff8b33}div.dt-autofill-select{position:absolute;z-index:1001;background-color:#888;background-image:repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px)}div.dt-autofill-select.top,div.dt-autofill-select.bottom{height:3px;margin-top:-1px}div.dt-autofill-select.left,div.dt-autofill-select.right{width:3px;margin-left:-1px}div.dt-autofill-list{position:fixed;top:50%;left:50%;width:500px;margin-left:-250px;background-color:white;border-radius:.75em;box-shadow:0 12px 30px rgba(0, 0, 0, 0.6);z-index:104;box-sizing:border-box;padding:2em}div.dt-autofill-list div.dtaf-popover-close{position:absolute;top:6px;right:6px;width:22px;height:22px;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dt-autofill-list>div.dt-autofill-list-items>button{display:block;width:100%;margin:1em 0;padding:1em;border-radius:.5em;border:1px solid rgba(0, 0, 0, 0.175);background-color:#f6f6f6;text-align:left;cursor:pointer}div.dt-autofill-list>div.dt-autofill-list-items>button:hover{background-color:#ebebeb}div.dt-autofill-list>div.dt-autofill-list-items>button:first-child{margin-top:0}div.dt-autofill-list>div.dt-autofill-list-items>button:last-child{margin-bottom:0}div.dt-autofill-list>div.dt-autofill-list-items>button input[type=number]{display:inline-block;box-sizing:border-box;padding:6px;width:70px;margin:-2px 0}div.dt-autofill-list>div.dt-autofill-list-items>button span{float:right}div.dtaf-popover-closeable{padding-top:2.5em}div.dt-autofill-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.7);background:radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);z-index:103}html.dark div.dt-autofill-handle{background:rgb(110, 168, 254)}html.dark div.dt-autofill-select{position:absolute;z-index:1001;background-color:rgb(110, 168, 254);background-image:repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(0, 0, 0, 0.5) 5px, rgba(0, 0, 0, 0.5) 10px)}html.dark div.dt-autofill-list{background-color:var(--dt-html-background);border:1px solid rgba(255, 255, 255, 0.15)}html.dark div.dt-autofill-list button{color:inherit;border:1px solid rgba(255, 255, 255, 0.175);background-color:rgb(47, 52, 56)}html.dark div.dt-autofill-list button:hover{background-color:rgb(64, 69, 73)}@media screen and (max-width: 767px){div.dt-autofill-handle{height:16px;width:16px}div.dt-autofill-list{width:90%;left:74.5%}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*! Bootstrap integration for DataTables' AutoFill
|
|
2
2
|
* ©2015 SpryMedia Ltd - datatables.net/license
|
|
3
3
|
*/
|
|
4
|
-
!function(n){var o,u;"function"==typeof define&&define.amd?define(["jquery","datatables.net-se","datatables.net-autofill"],function(e){return n(e,window,document)}):"object"==typeof exports?(o=require("jquery"),u=function(e,t){t.fn.dataTable||require("datatables.net-se")(e,t),t.fn.dataTable.AutoFill||require("datatables.net-autofill")(e,t)},"undefined"==typeof window?module.exports=function(e,t){return e=e||window,t=t||o(e),u(e,t),n(t,0,e.document)}:(u(window,o),module.exports=n(o,window,window.document))):n(jQuery,window,document)}(function(e,t,n
|
|
4
|
+
!function(n){var o,u;"function"==typeof define&&define.amd?define(["jquery","datatables.net-se","datatables.net-autofill"],function(e){return n(e,window,document)}):"object"==typeof exports?(o=require("jquery"),u=function(e,t){t.fn.dataTable||require("datatables.net-se")(e,t),t.fn.dataTable.AutoFill||require("datatables.net-autofill")(e,t)},"undefined"==typeof window?module.exports=function(e,t){return e=e||window,t=t||o(e),u(e,t),n(t,0,e.document)}:(u(window,o),module.exports=n(o,window,window.document))):n(jQuery,window,document)}(function(e,t,n){"use strict";e=e.fn.dataTable;return e.AutoFill.classes.btn="ui button",e});
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"module": "js/autoFill.semanticui.mjs",
|
|
6
6
|
"style": "css/autoFill.semanticui.css",
|
|
7
7
|
"types": "./types/autoFill.semanticui.d.ts",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.7.0",
|
|
9
9
|
"files": [
|
|
10
10
|
"css/**/*.css",
|
|
11
11
|
"js/**/*.js",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"sort"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"datatables.net-autofill": "
|
|
29
|
-
"datatables.net-se": ">=1.
|
|
28
|
+
"datatables.net-autofill": "2.7.0",
|
|
29
|
+
"datatables.net-se": ">=1.11",
|
|
30
30
|
"jquery": ">=1.7"
|
|
31
31
|
},
|
|
32
32
|
"moduleType": [
|