grav-svelte 0.0.44 → 0.0.47
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.
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
import CrudTable from "./CrudTable.svelte";
|
|
5
5
|
import type { FiltrosI, TableHeader, CrudWrapperProps } from "./interfaces.js";
|
|
6
6
|
import PaginationCrud from "./PaginationCRUD.svelte";
|
|
7
|
-
import { ModalContainer } from "../Modals/index.js";
|
|
8
7
|
|
|
9
8
|
export let Filtros: FiltrosI[];
|
|
10
9
|
export let todosLosObjetos: any[];
|
|
@@ -130,7 +129,6 @@ import { ModalContainer } from "../Modals/index.js";
|
|
|
130
129
|
<i class="far fa-file-pdf"></i>PDF
|
|
131
130
|
</button>
|
|
132
131
|
</div>
|
|
133
|
-
<ModalContainer />
|
|
134
132
|
</div>
|
|
135
133
|
|
|
136
134
|
<style>
|