feffery_utils_components 0.3.1 → 0.3.2

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.
Files changed (32) hide show
  1. package/DESCRIPTION +1 -1
  2. package/Project.toml +1 -1
  3. package/README-en_US.md +1 -1
  4. package/README.md +1 -1
  5. package/feffery_utils_components/FefferyTopProgress.py +1 -1
  6. package/feffery_utils_components/async-feffery_animated_3d_background_p5.js +1 -1
  7. package/feffery_utils_components/async-feffery_animated_3d_background_three.js +1 -1
  8. package/feffery_utils_components/async-feffery_aplayer.js +1 -1
  9. package/feffery_utils_components/async-feffery_auto_animate.js +1 -1
  10. package/feffery_utils_components/async-feffery_barcode.js +1 -1
  11. package/feffery_utils_components/async-feffery_captcha.js +1 -1
  12. package/feffery_utils_components/async-feffery_color_pickers.js +1 -1
  13. package/feffery_utils_components/async-feffery_dplayer.js +1 -1
  14. package/feffery_utils_components/async-feffery_excel_preview.js +1 -1
  15. package/feffery_utils_components/async-feffery_fancy_button.js +1 -1
  16. package/feffery_utils_components/async-feffery_grid.js +1 -1
  17. package/feffery_utils_components/async-feffery_image_cropper.js +1 -1
  18. package/feffery_utils_components/async-feffery_json_viewer.js +1 -1
  19. package/feffery_utils_components/async-feffery_local_large_storage.js +1 -1
  20. package/feffery_utils_components/async-feffery_markdown_editor.js +1 -1
  21. package/feffery_utils_components/async-feffery_motion.js +1 -1
  22. package/feffery_utils_components/async-feffery_resizable.js +1 -1
  23. package/feffery_utils_components/async-feffery_rich_text_editor.js +1 -1
  24. package/feffery_utils_components/async-feffery_rnd.js +1 -1
  25. package/feffery_utils_components/async-feffery_shortcut_panel.js +1 -1
  26. package/feffery_utils_components/async-feffery_sortable.js +1 -1
  27. package/feffery_utils_components/async-feffery_vditor.js +1 -1
  28. package/feffery_utils_components/async-feffery_word_preview.js +1 -1
  29. package/feffery_utils_components/feffery_utils_components.min.js +2 -2
  30. package/feffery_utils_components/metadata.json +1 -1
  31. package/feffery_utils_components/package-info.json +1 -1
  32. package/package.json +1 -1
package/DESCRIPTION CHANGED
@@ -1,6 +1,6 @@
1
1
  Package: fefferyUtilsComponents
2
2
  Title: Build more utility components for Plotly Dash.
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Description: Build more utility components for Plotly Dash.
5
5
  Depends: R (>= 3.0.2)
6
6
  Imports:
package/Project.toml CHANGED
@@ -2,7 +2,7 @@
2
2
  name = "FefferyUtilsComponents"
3
3
  uuid = "1b08a953-4be3-4667-9a23-209fcf3199fa"
4
4
  authors = ["CNFeffery <fefferypzy@gmail.com>"]
5
- version = "0.3.1"
5
+ version = "0.3.2"
6
6
 
7
7
  [deps]
8
8
  Dash = "1b08a953-4be3-4667-9a23-3db579824955"
package/README-en_US.md CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  [简体中文](./README.md) | English
15
15
 
16
- A sub-project of the `feffery-components` plan, this `Plotly Dash` third-party component library brings numerous practical utility components to the world of `Dash` 🥳, latest version: `0.3.1`(2025-07-29)
16
+ A sub-project of the `feffery-components` plan, this `Plotly Dash` third-party component library brings numerous practical utility components to the world of `Dash` 🥳, latest version: `0.3.2`(2025-07-29)
17
17
 
18
18
  ## Dash Version Compatibility
19
19
 
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  简体中文 | [English](./README-en_US.md)
15
15
 
16
- `feffery-components`计划子项目,`Plotly Dash`第三方组件库,将超多实用辅助功能组件引入`Dash`的世界 🥳,最新版本:`0.3.1`(2025-07-29)
16
+ `feffery-components`计划子项目,`Plotly Dash`第三方组件库,将超多实用辅助功能组件引入`Dash`的世界 🥳,最新版本:`0.3.2`(2025-07-29)
17
17
 
18
18
  ## Dash版本兼容性说明
19
19
 
@@ -36,7 +36,7 @@ Keyword arguments:
36
36
  - className (string; optional):
37
37
  当前组件css类名.
38
38
 
39
- - spinning (boolean; default False):
39
+ - spinning (boolean; optional):
40
40
  是否处于加载中状态.
41
41
 
42
42
  - minimum (number; optional):