WebGUIAPI 1.2607.201__cp310-cp310-win_amd64.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.
- WebGUIAPI/WebGUIbanner.cp310-win_amd64.pyd +0 -0
- WebGUIAPI/WebGUIbanner.pyi +29 -0
- WebGUIAPI/WebGUItchart.cp310-win_amd64.pyd +0 -0
- WebGUIAPI/WebGUItchart.pyi +146 -0
- WebGUIAPI/WebGUIvcl.cp310-win_amd64.pyd +0 -0
- WebGUIAPI/WebGUIvcl.pyi +553 -0
- WebGUIAPI/__init__.py +35 -0
- WebGUIAPI/_binary_gate.cp310-win_amd64.pyd +0 -0
- WebGUIAPI/out/WebGUIAPI/WebGUIbanner.pyi +29 -0
- WebGUIAPI/out/WebGUIAPI/WebGUItchart.pyi +146 -0
- WebGUIAPI/out/WebGUIAPI/WebGUIvcl.pyi +553 -0
- webguiapi-1.2607.201.dist-info/METADATA +114 -0
- webguiapi-1.2607.201.dist-info/RECORD +16 -0
- webguiapi-1.2607.201.dist-info/WHEEL +5 -0
- webguiapi-1.2607.201.dist-info/licenses/LICENSE +20 -0
- webguiapi-1.2607.201.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: WebGUIAPI
|
|
3
|
+
Version: 1.2607.201
|
|
4
|
+
Summary: WebGUIAPI Python package (py-src)
|
|
5
|
+
Author-email: James Lin <tylin123@ms27.hinet.net>
|
|
6
|
+
License: Copyright (c) 2025 James Lin
|
|
7
|
+
|
|
8
|
+
All rights reserved.
|
|
9
|
+
|
|
10
|
+
Permission is granted for **personal, educational, or non-commercial use only**.
|
|
11
|
+
You **may NOT**:
|
|
12
|
+
|
|
13
|
+
1. Sell or otherwise commercially exploit this software or any part of it.
|
|
14
|
+
2. Reproduce, distribute, or sublicense this software for commercial purposes.
|
|
15
|
+
3. Modify or create derivative works for commercial purposes without explicit written permission from the copyright holder.
|
|
16
|
+
|
|
17
|
+
You **may**:
|
|
18
|
+
|
|
19
|
+
- Use the software for personal learning, research, or internal company evaluation (non-commercial).
|
|
20
|
+
- Share the software with attribution to the original author, as long as it is not for commercial gain.
|
|
21
|
+
|
|
22
|
+
**Disclaimer:**
|
|
23
|
+
This software is provided "AS IS", without any warranty of any kind, either expressed or implied,
|
|
24
|
+
including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement.
|
|
25
|
+
In no event shall the author be liable for any claim, damages, or other liability arising from, out of, or in connection with the software or its use.
|
|
26
|
+
|
|
27
|
+
Project-URL: Homepage, https://mis.gotech.biz
|
|
28
|
+
Requires-Python: >=3.10
|
|
29
|
+
Description-Content-Type: text/markdown
|
|
30
|
+
License-File: LICENSE
|
|
31
|
+
Requires-Dist: nicegui
|
|
32
|
+
Requires-Dist: tzdata
|
|
33
|
+
Requires-Dist: python-multipart
|
|
34
|
+
Requires-Dist: uvicorn
|
|
35
|
+
Dynamic: license-file
|
|
36
|
+
|
|
37
|
+
#WebGUIAPI
|
|
38
|
+
|
|
39
|
+
## History of version
|
|
40
|
+
Version 1.2605.2102: 2026/05/21<BR>
|
|
41
|
+
Fixed TComponent::TTabSheet Enabled bug
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
Version 1.2605.2101: 2026/05/21<BR>
|
|
45
|
+
Add new TPanel
|
|
46
|
+
Add new properties: Enabled, Visible for TComponent
|
|
47
|
+
Fixed TPageControl bugs.
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
Version 1.2605.2001: 2026/05/20<BR>
|
|
51
|
+
Add new component TPageControl, TTabSheet.
|
|
52
|
+
Implement events onMouseKeyDown, onMouseKeyUp, onKeyDown, onKeyUp for TComponent
|
|
53
|
+
Fix TImage problem and add display style properties.
|
|
54
|
+
|
|
55
|
+
Version 1.2605.1401: 2026/05/14<BR>
|
|
56
|
+
Add Components:
|
|
57
|
+
TDateComboBox, TTimeComboBox, TRadioButton
|
|
58
|
+
Improve Function:
|
|
59
|
+
TMemo: Add OnChange Event
|
|
60
|
+
TComponent:
|
|
61
|
+
Add OnClick Event
|
|
62
|
+
|
|
63
|
+
Version 1.2605.1202: 2026/05/12<BR>
|
|
64
|
+
Fixed:Prevent flash exit in different os.
|
|
65
|
+
|
|
66
|
+
Version 1.2605.1201: 2026/05/12<BR>
|
|
67
|
+
Modify TVlayout/THlayout: Include property Gap_xxx
|
|
68
|
+
Modify TComponent: include WidthR/HeightR (Auto resize by ratio)
|
|
69
|
+
|
|
70
|
+
Version 1.2605.0802: 2026/05/08<BR>
|
|
71
|
+
Add TMediaPlayer, TProgressBar
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
Version 1.2605.0801: 2026/05/08<BR>
|
|
75
|
+
Fixed problem: TPanel, TImage layer
|
|
76
|
+
Fixed container : TVLayout
|
|
77
|
+
|
|
78
|
+
Version 1.2604.2901: 2026/04/29<BR>
|
|
79
|
+
Fixed TCheckBox problem.
|
|
80
|
+
|
|
81
|
+
Version 1.2604.2811: 2026/04/28<BR>
|
|
82
|
+
Fixed TVLayout/THLayout/TGridLayout Undefined error.
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
Version 1.2604.2810: 2026/04/28<BR>
|
|
86
|
+
Add TPageControl, TGroupBox, TRadioButton, TCheckBox
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
Version 1.2604.2808: 2026/04/28<BR>
|
|
90
|
+
Add TGridLayout
|
|
91
|
+
Fixed THLayout and TVLayout many problems.
|
|
92
|
+
|
|
93
|
+
Version 1.2604.2807: 2026/04/28<BR>
|
|
94
|
+
Fixed: TListBox-->_refresh_items(self) items issue.
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
Version 1.2604.2806: 2026/04/28<BR>
|
|
98
|
+
Fixed: TListBox-->Remove _onclick()
|
|
99
|
+
|
|
100
|
+
Version 1.2604.2805: 2026/04/28<BR>
|
|
101
|
+
Re-write&design TListBox code
|
|
102
|
+
Fix problem:TComboBox compatible with vcl framework<BR>
|
|
103
|
+
remove option and value property.
|
|
104
|
+
|
|
105
|
+
Version 1.2604.2803: 2026/04/28<BR>
|
|
106
|
+
Fix problem:
|
|
107
|
+
TEdit component err --> NameError: name 'v' is not defined
|
|
108
|
+
|
|
109
|
+
Version 1.2604.2802: 2026/04/28<BR>
|
|
110
|
+
1.Add TListBox component.
|
|
111
|
+
2.Improve TButton add TButtonShape property.
|
|
112
|
+
|
|
113
|
+
Version 1.2604.2801: 2026/04/28<BR>
|
|
114
|
+
Create WebGUI component for VCL framework like.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
WebGUIAPI/WebGUIbanner.cp310-win_amd64.pyd,sha256=9TeJPsqQC3crsOb5PgC4HQx5c2YJPU-mEn5SP44s8wc,274944
|
|
2
|
+
WebGUIAPI/WebGUIbanner.pyi,sha256=EF-oAXgaQTpjNW0-RczeFAHQybox7jH4SKZZKHck74E,917
|
|
3
|
+
WebGUIAPI/WebGUItchart.cp310-win_amd64.pyd,sha256=8ReDRk9R0yU3ZLbv1Kh_HJ3dOVgzrqO0nDMiNsA_csA,345600
|
|
4
|
+
WebGUIAPI/WebGUItchart.pyi,sha256=VtXEijtqWVzrsJnhfVzjhDhiMmvwb4YpStk9iCuQV7Y,4170
|
|
5
|
+
WebGUIAPI/WebGUIvcl.cp310-win_amd64.pyd,sha256=Ot7OKDmHqBVM0l1Sy9BE4ITIR_GGh8EXp335XjQT6fM,900608
|
|
6
|
+
WebGUIAPI/WebGUIvcl.pyi,sha256=krEdbdYiu0tv8Ko1o0qkGFxFYf6MeQKCjWdurvHbkPc,15171
|
|
7
|
+
WebGUIAPI/__init__.py,sha256=1MgGH_5yj7fZ-CGKzE_wHnFbdpLpGabujFmSC-UiGJ8,944
|
|
8
|
+
WebGUIAPI/_binary_gate.cp310-win_amd64.pyd,sha256=1QtX64p6dJt3HCMFUu9gMgrlemcYS3bAqLKsT0pOi2o,10752
|
|
9
|
+
WebGUIAPI/out/WebGUIAPI/WebGUIbanner.pyi,sha256=EF-oAXgaQTpjNW0-RczeFAHQybox7jH4SKZZKHck74E,917
|
|
10
|
+
WebGUIAPI/out/WebGUIAPI/WebGUItchart.pyi,sha256=VtXEijtqWVzrsJnhfVzjhDhiMmvwb4YpStk9iCuQV7Y,4170
|
|
11
|
+
WebGUIAPI/out/WebGUIAPI/WebGUIvcl.pyi,sha256=krEdbdYiu0tv8Ko1o0qkGFxFYf6MeQKCjWdurvHbkPc,15171
|
|
12
|
+
webguiapi-1.2607.201.dist-info/licenses/LICENSE,sha256=bTN6shImvjBn0VScA1LIqy7LH3B_O6XZieGPnoT4Gxk,1054
|
|
13
|
+
webguiapi-1.2607.201.dist-info/METADATA,sha256=ZGJYhIkOCsARO4qxJBN3yPWyPplrOhcACD05kZ3KTak,3727
|
|
14
|
+
webguiapi-1.2607.201.dist-info/WHEEL,sha256=iPjZCrxu1cE-Y3uyjjPaXg-jNuvTXT9YfQfIwfucHF4,101
|
|
15
|
+
webguiapi-1.2607.201.dist-info/top_level.txt,sha256=3190iyqImiZbcT-X6pHYhSmIpu8DxiPMgDzwScmF_B8,10
|
|
16
|
+
webguiapi-1.2607.201.dist-info/RECORD,,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Copyright (c) 2025 James Lin
|
|
2
|
+
|
|
3
|
+
All rights reserved.
|
|
4
|
+
|
|
5
|
+
Permission is granted for **personal, educational, or non-commercial use only**.
|
|
6
|
+
You **may NOT**:
|
|
7
|
+
|
|
8
|
+
1. Sell or otherwise commercially exploit this software or any part of it.
|
|
9
|
+
2. Reproduce, distribute, or sublicense this software for commercial purposes.
|
|
10
|
+
3. Modify or create derivative works for commercial purposes without explicit written permission from the copyright holder.
|
|
11
|
+
|
|
12
|
+
You **may**:
|
|
13
|
+
|
|
14
|
+
- Use the software for personal learning, research, or internal company evaluation (non-commercial).
|
|
15
|
+
- Share the software with attribution to the original author, as long as it is not for commercial gain.
|
|
16
|
+
|
|
17
|
+
**Disclaimer:**
|
|
18
|
+
This software is provided "AS IS", without any warranty of any kind, either expressed or implied,
|
|
19
|
+
including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement.
|
|
20
|
+
In no event shall the author be liable for any claim, damages, or other liability arising from, out of, or in connection with the software or its use.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
WebGUIAPI
|