bizydraft 0.2.58__py3-none-any.whl → 0.2.60__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.

Potentially problematic release.


This version of bizydraft might be problematic. Click here for more details.

@@ -679,6 +679,11 @@ app.registerExtension({
679
679
 
680
680
  return true;
681
681
  },
682
+ removeCookie: function (params) {
683
+ const expires = new Date(0).toUTCString();
684
+ document.cookie = params.name + "=; expires=" + expires + "; path=/";
685
+ return true;
686
+ },
682
687
  fitView: function () {
683
688
  app.canvas.fitViewToSelectionAnimated()
684
689
  window.parent.postMessage({
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bizydraft
3
- Version: 0.2.58
3
+ Version: 0.2.60
4
4
  Summary: bizydraft
5
5
  Requires-Dist: loguru
6
6
  Requires-Dist: aiohttp
@@ -18,12 +18,12 @@ bizydraft/static/js/hookLoadModel.js,sha256=OHHTC1Hk8WXHlmDaNzMNGvT6BvQ6dGvxqALq
18
18
  bizydraft/static/js/main.js,sha256=oEsVEUZSo8ipx93oqs2WFQSRgp46XQ_D-Xao-wen2S8,121
19
19
  bizydraft/static/js/nodeFocusHandler.js,sha256=24xXbS4Q-GjJdRqf11i-1pBo8MkOJ24F7MHFV44EG6Q,4683
20
20
  bizydraft/static/js/nodeParamsFilter.js,sha256=H7lBB0G8HNqoGhOCH1hNXqPU-rPlrFyTxg_f_JgLEMk,4168
21
- bizydraft/static/js/postEvent.js,sha256=jzZcR238XyPdb5h6lICkarXCIf2gP8IV646dmWoMGpo,39604
21
+ bizydraft/static/js/postEvent.js,sha256=En0SNrekq3uTWF36yNP9V6LnBoyXjqKC-OnufggpWLE,39839
22
22
  bizydraft/static/js/socket.js,sha256=VE3fTAgEfM0FZhL526Skt7OCRokOa3mzTCAjAomI_tE,2432
23
23
  bizydraft/static/js/tool.js,sha256=VupamUuh7tYiDnBTrL5Z_yLmhJinskhzRXwE3zfsKZM,2901
24
24
  bizydraft/static/js/uploadFile.js,sha256=WvglKzHMeOzDhOH3P-fLcPHxCLbKOJpo4DntoRxeJtI,4908
25
25
  bizydraft/static/js/workflow_io.js,sha256=FWAjncvWhvy-3nN_legD2fpRwgnIncpRLHU5X016a-U,5236
26
- bizydraft-0.2.58.dist-info/METADATA,sha256=YGxnA9eYvNPDi0NHUvHp6vTj8mBtOotBwETqpID2TxU,162
27
- bizydraft-0.2.58.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
28
- bizydraft-0.2.58.dist-info/top_level.txt,sha256=XtoBq6hjZhXIM7aas4GtPDtAiKo8FdLzMABXW8qqQ8M,10
29
- bizydraft-0.2.58.dist-info/RECORD,,
26
+ bizydraft-0.2.60.dist-info/METADATA,sha256=m-nhff_ceUAu25T1xzQ7aqI_6k93bEpIsh2xlIeWMOc,162
27
+ bizydraft-0.2.60.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
28
+ bizydraft-0.2.60.dist-info/top_level.txt,sha256=XtoBq6hjZhXIM7aas4GtPDtAiKo8FdLzMABXW8qqQ8M,10
29
+ bizydraft-0.2.60.dist-info/RECORD,,