Libera la versión de desarrollo 0.0.12
This commit is contained in:
parent
68a347382d
commit
5e8a1f75fd
4 changed files with 8 additions and 20 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pagetop"
|
name = "pagetop"
|
||||||
version = "0.0.11"
|
version = "0.0.12"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
authors = [
|
authors = [
|
||||||
|
|
|
||||||
|
|
@ -6,17 +6,9 @@ pub use definition::{
|
||||||
};
|
};
|
||||||
|
|
||||||
mod holder;
|
mod holder;
|
||||||
pub use holder::{
|
pub use holder::ActionItem;
|
||||||
ActionItem,
|
use holder::ActionsHolder;
|
||||||
};
|
|
||||||
use holder::{
|
|
||||||
ActionsHolder,
|
|
||||||
};
|
|
||||||
|
|
||||||
mod all;
|
mod all;
|
||||||
pub use all::{
|
pub use all::run_actions;
|
||||||
run_actions,
|
pub(crate) use all::add_action;
|
||||||
};
|
|
||||||
pub(crate) use all::{
|
|
||||||
add_action,
|
|
||||||
};
|
|
||||||
|
|
|
||||||
|
|
@ -19,14 +19,10 @@ pub use definition::{
|
||||||
component_ref,
|
component_ref,
|
||||||
component_mut,
|
component_mut,
|
||||||
};
|
};
|
||||||
use definition::{
|
use definition::render_component;
|
||||||
render_component,
|
|
||||||
};
|
|
||||||
|
|
||||||
mod holder;
|
mod holder;
|
||||||
pub use holder::{
|
pub use holder::ComponentsHolder;
|
||||||
ComponentsHolder,
|
|
||||||
};
|
|
||||||
|
|
||||||
mod all;
|
mod all;
|
||||||
pub use all::{
|
pub use all::{
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
// External.
|
// External.
|
||||||
|
|
||||||
|
pub use once_cell::sync::Lazy;
|
||||||
pub use concat_string::concat_string;
|
pub use concat_string::concat_string;
|
||||||
pub use doc_comment::doc_comment;
|
pub use doc_comment::doc_comment;
|
||||||
pub use once_cell::sync::Lazy;
|
|
||||||
|
|
||||||
// Local.
|
// Local.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue