streamlit-toggle-diy 1.1.6__tar.gz → 1.1.7__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.
- {streamlit_toggle_diy-1.1.6/streamlit_toggle_diy.egg-info → streamlit_toggle_diy-1.1.7}/PKG-INFO +1 -1
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/setup.py +1 -1
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/__init__.py +1 -5
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7/streamlit_toggle_diy.egg-info}/PKG-INFO +1 -1
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/LICENSE +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/MANIFEST.in +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/README.md +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/setup.cfg +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/build/asset-manifest.json +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/build/bootstrap.min.css +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/build/index.html +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/build/precache-manifest.668eb5ddc0ea6880d50beeba97fd93a9.js +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/build/service-worker.js +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/build/static/js/2.8590d27d.chunk.js +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/build/static/js/2.8590d27d.chunk.js.LICENSE.txt +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/build/static/js/2.8590d27d.chunk.js.map +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/build/static/js/main.d5e2b6f4.chunk.js +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/build/static/js/main.d5e2b6f4.chunk.js.map +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/build/static/js/runtime-main.cc20bba3.js +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/build/static/js/runtime-main.cc20bba3.js.map +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/public/bootstrap.min.css +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/public/index.html +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/src/index.tsx +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/src/react-app-env.d.ts +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/src/streamlit_toggle.tsx +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy/frontend/src/style.css +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy.egg-info/SOURCES.txt +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy.egg-info/dependency_links.txt +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy.egg-info/requires.txt +0 -0
- {streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy.egg-info/top_level.txt +0 -0
{streamlit_toggle_diy-1.1.6/streamlit_toggle_diy.egg-info → streamlit_toggle_diy-1.1.7}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: streamlit_toggle_diy
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.7
|
4
4
|
Summary: A customized Streamlit toggle switch component with customizable labels, colors, and border radius
|
5
5
|
Home-page: https://github.com/flowing-water1/streamlit-toggle-switch-diy
|
6
6
|
Author: Flow Water
|
@@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
7
7
|
|
8
8
|
setuptools.setup(
|
9
9
|
name="streamlit_toggle_diy",
|
10
|
-
version="1.1.
|
10
|
+
version="1.1.7",
|
11
11
|
author="Flow Water",
|
12
12
|
author_email="1665526933@qq.com",
|
13
13
|
description="A customized Streamlit toggle switch component with customizable labels, colors, and border radius",
|
@@ -2,7 +2,7 @@ import os
|
|
2
2
|
import streamlit.components.v1 as components
|
3
3
|
import streamlit as st
|
4
4
|
|
5
|
-
_RELEASE =
|
5
|
+
_RELEASE = True
|
6
6
|
|
7
7
|
if not _RELEASE:
|
8
8
|
_component_func = components.declare_component(
|
@@ -289,7 +289,3 @@ if not _RELEASE:
|
|
289
289
|
disabled=range_slider_toggle,
|
290
290
|
)
|
291
291
|
|
292
|
-
st_toggle_switch(
|
293
|
-
key='q4',
|
294
|
-
label_start="Disable Filter",
|
295
|
-
label_end="Disable Filter",)
|
{streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7/streamlit_toggle_diy.egg-info}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: streamlit_toggle_diy
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.7
|
4
4
|
Summary: A customized Streamlit toggle switch component with customizable labels, colors, and border radius
|
5
5
|
Home-page: https://github.com/flowing-water1/streamlit-toggle-switch-diy
|
6
6
|
Author: Flow Water
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{streamlit_toggle_diy-1.1.6 → streamlit_toggle_diy-1.1.7}/streamlit_toggle_diy.egg-info/requires.txt
RENAMED
File without changes
|
File without changes
|