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.
@@ -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);}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: accrete
3
- Version: 0.0.24
3
+ Version: 0.0.25
4
4
  Summary: Django Shared Schema Multi Tenant
5
5
  Author-email: Benedikt Jilek <benedikt.jilek@pm.me>
6
6
  License: Copyright (c) 2023 Benedikt Jilek
@@ -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=c9sHVMsmxXnAUSazVdroHm3eZjg7mnrdTN7vbRe-QDE,23541
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.24.dist-info/METADATA,sha256=OpJOZmckMp0n_i-ZpCtKM1Y_Jbnknywq3zuVpuf4vYM,4846
193
- accrete-0.0.24.dist-info/WHEEL,sha256=mRYSEL3Ih6g5a_CVMIcwiF__0Ae4_gLYh01YFNwiq1k,87
194
- accrete-0.0.24.dist-info/licenses/LICENSE,sha256=_7laeMIHnsd3Y2vJEXDYXq_PEXxIcjgJsGt8UIKTRWc,1057
195
- accrete-0.0.24.dist-info/RECORD,,
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,,