Metadata-Version: 2.4
Name: WebGUIAPI
Version: 1.2604.2808
Summary: WebGUIAPI Python package
Author-email: James Lin <tylin123@ms27.hinet.net>
License: Copyright (c) 2025 James Lin
        
        All rights reserved.
        
        Permission is granted for **personal, educational, or non-commercial use only**.
        You **may NOT**:
        
        1. Sell or otherwise commercially exploit this software or any part of it.
        2. Reproduce, distribute, or sublicense this software for commercial purposes.
        3. Modify or create derivative works for commercial purposes without explicit written permission from the copyright holder.
        
        You **may**:
        
        - Use the software for personal learning, research, or internal company evaluation (non-commercial).
        - Share the software with attribution to the original author, as long as it is not for commercial gain.
        
        **Disclaimer:**
        This software is provided "AS IS", without any warranty of any kind, either expressed or implied,
        including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement.
        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.
        
Project-URL: Homepage, https://mis.gotech.biz
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nicegui
Dynamic: license-file

#WebGUIAPI

## History of version
Version 1.2604.2808: 2026/04/28<BR>
Add TGridLayout
Fixed THLayout and TVLayout many problems.

Version 1.2604.2807: 2026/04/28<BR>
Fixed: TListBox-->_refresh_items(self) items issue.


Version 1.2604.2806: 2026/04/28<BR>
Fixed: TListBox-->Remove _onclick()

Version 1.2604.2805: 2026/04/28<BR>
Re-write&design TListBox code
Fix problem:TComboBox compatible with vcl framework<BR>
            remove option and value property.

Version 1.2604.2803: 2026/04/28<BR>
Fix problem:
TEdit component err --> NameError: name 'v' is not defined

Version 1.2604.2802: 2026/04/28<BR>
1.Add TListBox component.
2.Improve TButton add TButtonShape property.

Version 1.2604.2801: 2026/04/28<BR>
Create WebGUI component for VCL framework like.
