accrete 0.0.24__py3-none-any.whl → 0.0.25__py3-none-any.whl
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.
- accrete/contrib/ui/static/js/filter.js +5 -0
- {accrete-0.0.24.dist-info → accrete-0.0.25.dist-info}/METADATA +1 -1
- {accrete-0.0.24.dist-info → accrete-0.0.25.dist-info}/RECORD +5 -5
- {accrete-0.0.24.dist-info → accrete-0.0.25.dist-info}/WHEEL +0 -0
- {accrete-0.0.24.dist-info → accrete-0.0.25.dist-info}/licenses/LICENSE +0 -0
@@ -419,6 +419,10 @@ function unselectAllQueryEdits() {
|
|
419
419
|
);
|
420
420
|
}
|
421
421
|
|
422
|
+
function changeOperator(event) {
|
423
|
+
fetchQuery();
|
424
|
+
}
|
425
|
+
|
422
426
|
//-----------------------------------------------------------------------------
|
423
427
|
// Elements
|
424
428
|
//-----------------------------------------------------------------------------
|
@@ -518,6 +522,7 @@ function createOperatorSelect(operator) {
|
|
518
522
|
else if (operator === '^') {xorOption.setAttribute('selected', '')}
|
519
523
|
select.appendChild(andOption);
|
520
524
|
select.appendChild(orOption);
|
525
|
+
select.addEventListener('change', changeOperator);
|
521
526
|
selectDiv.classList.add('select')
|
522
527
|
selectDiv.appendChild(select);
|
523
528
|
if (operator === '^') {select.appendChild(xorOption);}
|
@@ -124,7 +124,7 @@ accrete/contrib/ui/static/css/accrete.scss,sha256=MMsN9WZ2vnF1_Rr6HCg3_DabOoqhb3
|
|
124
124
|
accrete/contrib/ui/static/css/icons.css,sha256=ZaS9ChqKlwvEgrHbRXhplE3JohWEYmJefVnfggx9-gY,4739
|
125
125
|
accrete/contrib/ui/static/icons/Logo.svg,sha256=hGZuxrAa-LRpFavFiF8Lnc7X9OQcqmb6Xl_dxx-27hM,1861
|
126
126
|
accrete/contrib/ui/static/icons/accrete.svg,sha256=CWHJKIgk3hxL7xIaFSz2j1cK-eF1TroCbjcF58bgOIs,1024
|
127
|
-
accrete/contrib/ui/static/js/filter.js,sha256=
|
127
|
+
accrete/contrib/ui/static/js/filter.js,sha256=rcJh4pHuKb0KQpGM7Bn2QzDsNhdP0V5RbouWjQ8A_uM,23650
|
128
128
|
accrete/contrib/ui/static/js/filter_old.js,sha256=yBC_Fhb9d40YLGmsfoxW7zQrlQkC8aCeVryaEInwy24,25779
|
129
129
|
accrete/contrib/ui/static/js/list.js,sha256=OX_81ifRmawE-1QBU5Qpq_E6sHiiNwIPleETAn9EOJw,4280
|
130
130
|
accrete/contrib/ui/static/js/navbar.js,sha256=9QGZfPgGWjCBZhZhrRf983hoPnRlwQP-Pl73c2vISYs,628
|
@@ -189,7 +189,7 @@ accrete/migrations/0002_initial.py,sha256=dFOM7kdHlx7pVAh8cTDlZMtciN4O9Z547HAzEK
|
|
189
189
|
accrete/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
190
190
|
accrete/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
191
191
|
accrete/utils/dates.py,sha256=yuf8bqhdjOBarxFFl2hqepbbbuFHQgoe2BNar6-4n8g,1068
|
192
|
-
accrete-0.0.
|
193
|
-
accrete-0.0.
|
194
|
-
accrete-0.0.
|
195
|
-
accrete-0.0.
|
192
|
+
accrete-0.0.25.dist-info/METADATA,sha256=jFe1ctW_hvX5Syg23s5hNQxxaVDGqz8X1MlLfZKGpg8,4846
|
193
|
+
accrete-0.0.25.dist-info/WHEEL,sha256=mRYSEL3Ih6g5a_CVMIcwiF__0Ae4_gLYh01YFNwiq1k,87
|
194
|
+
accrete-0.0.25.dist-info/licenses/LICENSE,sha256=_7laeMIHnsd3Y2vJEXDYXq_PEXxIcjgJsGt8UIKTRWc,1057
|
195
|
+
accrete-0.0.25.dist-info/RECORD,,
|
File without changes
|
File without changes
|