WebGUIAPI 1.2604.2805__tar.gz → 1.2604.2807__tar.gz

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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: WebGUIAPI
3
- Version: 1.2604.2805
3
+ Version: 1.2604.2807
4
4
  Summary: WebGUIAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -34,6 +34,13 @@ Dynamic: license-file
34
34
  #WebGUIAPI
35
35
 
36
36
  ## History of version
37
+ Version 1.2604.2807: 2026/04/28<BR>
38
+ Fixed: TListBox-->_refresh_items(self) items issue.
39
+
40
+
41
+ Version 1.2604.2806: 2026/04/28<BR>
42
+ Fixed: TListBox-->Remove _onclick()
43
+
37
44
  Version 1.2604.2805: 2026/04/28<BR>
38
45
  Re-write&design TListBox code
39
46
  Fix problem:TComboBox compatible with vcl framework<BR>
@@ -1,6 +1,13 @@
1
1
  #WebGUIAPI
2
2
 
3
3
  ## History of version
4
+ Version 1.2604.2807: 2026/04/28<BR>
5
+ Fixed: TListBox-->_refresh_items(self) items issue.
6
+
7
+
8
+ Version 1.2604.2806: 2026/04/28<BR>
9
+ Fixed: TListBox-->Remove _onclick()
10
+
4
11
  Version 1.2604.2805: 2026/04/28<BR>
5
12
  Re-write&design TListBox code
6
13
  Fix problem:TComboBox compatible with vcl framework<BR>
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "WebGUIAPI"
7
- version = "1.2604.2805"
7
+ version = "1.2604.2807"
8
8
  requires-python = ">=3.10"
9
9
  description = "WebGUIAPI Python package"
10
10
  authors = [
@@ -186,7 +186,7 @@ class TFrame(TComponent):
186
186
  def onCreate(self) -> None: ...
187
187
 
188
188
  class TStrings:
189
- def __init__(self, owner_ui, on_change_callback) -> None: ...
189
+ def __init__(self, owner, on_change_callback) -> None: ...
190
190
  def Add(self, text): ...
191
191
  def Delete(self, index) -> None: ...
192
192
  def Clear(self) -> None: ...
@@ -196,6 +196,7 @@ class TStrings:
196
196
  class TListBox(TComponent):
197
197
  onClick: Incomplete
198
198
  ui: Incomplete
199
+ list_container: Incomplete
199
200
  Items: Incomplete
200
201
  def __init__(self, parent=None) -> None: ...
201
202
  @property
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: WebGUIAPI
3
- Version: 1.2604.2805
3
+ Version: 1.2604.2807
4
4
  Summary: WebGUIAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -34,6 +34,13 @@ Dynamic: license-file
34
34
  #WebGUIAPI
35
35
 
36
36
  ## History of version
37
+ Version 1.2604.2807: 2026/04/28<BR>
38
+ Fixed: TListBox-->_refresh_items(self) items issue.
39
+
40
+
41
+ Version 1.2604.2806: 2026/04/28<BR>
42
+ Fixed: TListBox-->Remove _onclick()
43
+
37
44
  Version 1.2604.2805: 2026/04/28<BR>
38
45
  Re-write&design TListBox code
39
46
  Fix problem:TComboBox compatible with vcl framework<BR>
File without changes