.gitignore
LICENSE
Makefile
README.md
package.json
setup.py
__tests/_imports.py
__tests/hepler.py
__tests/test_dataset.py
__tests/test_fns.py
__tests/test_props.py
component_create/main.py
component_create/template.txt
component_create/代码生成配置.xlsx
component_create/pipes/__init__.py
component_create/pipes/copy2src.py
component_create/pipes/create_file.py
component_create/pipes/create_ready_xlsx.py
component_create/pipes/reset_dir.py
pyvisflow/__index.py
pyvisflow/__init__.py
pyvisflow/app.py
pyvisflow-next-web/.gitignore
pyvisflow-next-web/README.md
pyvisflow-next-web/auto-imports.d.ts
pyvisflow-next-web/components.d.ts
pyvisflow-next-web/index.html
pyvisflow-next-web/package.json
pyvisflow-next-web/pnpm-lock.yaml
pyvisflow-next-web/tsconfig.json
pyvisflow-next-web/tsconfig.node.json
pyvisflow-next-web/vite.config.ts
pyvisflow-next-web/public/plotly-2.9.0.min.js
pyvisflow-next-web/scripts/copy2py.py
pyvisflow-next-web/scripts/template.html
pyvisflow-next-web/src/App.vue
pyvisflow-next-web/src/env.d.ts
pyvisflow-next-web/src/main.ts
pyvisflow-next-web/src/components/BuiltIn.vue
pyvisflow-next-web/src/components/Dynamic.vue
pyvisflow-next-web/src/components/HtmlRawTag.vue
pyvisflow-next-web/src/components/Main.vue
pyvisflow-next-web/src/components/mainUse.ts
pyvisflow-next-web/src/components/builtins/Box.vue
pyvisflow-next-web/src/components/builtins/Button.vue
pyvisflow-next-web/src/components/builtins/ColumnsContainer.vue
pyvisflow-next-web/src/components/builtins/DataTable.vue
pyvisflow-next-web/src/components/builtins/Dataframe.vue
pyvisflow-next-web/src/components/builtins/EChart.vue
pyvisflow-next-web/src/components/builtins/File.vue
pyvisflow-next-web/src/components/builtins/Icon.vue
pyvisflow-next-web/src/components/builtins/Image.vue
pyvisflow-next-web/src/components/builtins/Input.vue
pyvisflow-next-web/src/components/builtins/InputNumber.vue
pyvisflow-next-web/src/components/builtins/MarkdownBox.vue
pyvisflow-next-web/src/components/builtins/MarkdownValue.vue
pyvisflow-next-web/src/components/builtins/Plotly.vue
pyvisflow-next-web/src/components/builtins/Row.vue
pyvisflow-next-web/src/components/builtins/Select.vue
pyvisflow-next-web/src/components/builtins/Tabs.vue
pyvisflow-next-web/src/components/builtins/Text.vue
pyvisflow-next-web/src/components/builtins/dataTableEvents.ts
pyvisflow-next-web/src/components/builtins/dataTableTyping.ts
pyvisflow-next-web/src/components/builtins/dataTableUse.ts
pyvisflow-next-web/src/components/builtins/fileTyping.ts
pyvisflow-next-web/src/plugins/removePlotlyScript.ts
pyvisflow-next-web/src/shares/builtin.ts
pyvisflow-next-web/src/shares/configData.ts
pyvisflow-next-web/src/shares/datasetFns.ts
pyvisflow-next-web/src/shares/index.ts
pyvisflow-next-web/src/shares/reactiveData.ts
pyvisflow-next-web/src/shares/staticData.ts
pyvisflow-next-web/src/shares/typing.ts
pyvisflow-next-web/src/shares/watchChange.ts
pyvisflow-next-web/src/styles/dataframe.css
pyvisflow-next-web/src/styles/markdown.css
pyvisflow-next-web/src/styles/md-code.css
pyvisflow.egg-info/PKG-INFO
pyvisflow.egg-info/SOURCES.txt
pyvisflow.egg-info/dependency_links.txt
pyvisflow.egg-info/not-zip-safe
pyvisflow.egg-info/requires.txt
pyvisflow.egg-info/top_level.txt
pyvisflow/core/__init__.py
pyvisflow/core/dataManager.py
pyvisflow/core/jsCode.py
pyvisflow/core/layout.py
pyvisflow/core/optimizers.py
pyvisflow/core/reactive.py
pyvisflow/core/structure.py
pyvisflow/core/components/__init__.py
pyvisflow/core/components/button.py
pyvisflow/core/components/components.py
pyvisflow/core/components/containers.py
pyvisflow/core/components/dataTable.py
pyvisflow/core/components/dataframe.py
pyvisflow/core/components/echart.py
pyvisflow/core/components/file.py
pyvisflow/core/components/icon.py
pyvisflow/core/components/image.py
pyvisflow/core/components/input.py
pyvisflow/core/components/inputNumber.py
pyvisflow/core/components/markdownValue.py
pyvisflow/core/components/plotly.py
pyvisflow/core/components/select.py
pyvisflow/core/components/tabs.py
pyvisflow/core/components/text.py
pyvisflow/core/components/auto_create/__init__.py
pyvisflow/core/components/auto_create/_dataTable.py
pyvisflow/core/components/auto_create/_echart.py
pyvisflow/core/components/auto_create/_input.py
pyvisflow/core/components/auto_create/_inputNumber.py
pyvisflow/core/components/auto_create/_select.py
pyvisflow/core/components/auto_create/_tabs.py
pyvisflow/core/dataset/__init__.py
pyvisflow/core/dataset/dataset.py
pyvisflow/core/dataset/props.py
pyvisflow/core/props/__init__.py
pyvisflow/core/props/absProp.py
pyvisflow/core/props/combineProp.py
pyvisflow/core/props/fns.py
pyvisflow/core/props/methodProp.py
pyvisflow/core/props/objectProp.py
pyvisflow/core/props/typeProp.py
pyvisflow/core/props/valueProp.py
pyvisflow/core/user_utils/__init__.py
pyvisflow/core/user_utils/common.py
pyvisflow/core/user_utils/echart.py
pyvisflow/models/TComponent.py
pyvisflow/models/TConfig.py
pyvisflow/models/TStaticData.py
pyvisflow/models/TWatchInfo.py
pyvisflow/models/__init__.py
pyvisflow/template/index.html
pyvisflow/template/plotly-2.9.0.min.js
pyvisflow/utils/__init__.py
pyvisflow/utils/data_gen.py
pyvisflow/utils/helper.py
pyvisflow/utils/jsonable.py
pyvisflow/utils/markdown2.py
scripts/clean_build.py
scripts/clean_pyc.py