innoboxrr-vue-datatable 1.0.0 → 1.0.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.
package/package.json
CHANGED
package/src/DataTable.vue
CHANGED
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
<a
|
|
87
87
|
class="uk-text-right cursor"
|
|
88
88
|
uk-toggle="target: .filter-form; animation: uk-animation-scale-up;"
|
|
89
|
-
|
|
89
|
+
uk-tooltip="title: Buscar">
|
|
90
90
|
|
|
91
91
|
<i class="fas fa-sliders-h tools-icon"></i>
|
|
92
92
|
|
|
@@ -150,12 +150,12 @@
|
|
|
150
150
|
|
|
151
151
|
<script>
|
|
152
152
|
|
|
153
|
-
import NavDropdownComponent from './components/NavDropdownComponent'
|
|
154
|
-
import IconRouteComponent from './components/IconRouteComponent'
|
|
155
|
-
import IconLinkComponent from './components/IconLinkComponent'
|
|
156
|
-
import DisabledLinkComponent from './components/DisabledLinkComponent'
|
|
157
|
-
import DataTableComponent from './components/DataTableComponent'
|
|
158
|
-
import SelectPaginationComponent from './components/SelectPaginationComponent'
|
|
153
|
+
import NavDropdownComponent from './components/NavDropdownComponent.vue'
|
|
154
|
+
import IconRouteComponent from './components/IconRouteComponent.vue'
|
|
155
|
+
import IconLinkComponent from './components/IconLinkComponent.vue'
|
|
156
|
+
import DisabledLinkComponent from './components/DisabledLinkComponent.vue'
|
|
157
|
+
import DataTableComponent from './components/DataTableComponent.vue'
|
|
158
|
+
import SelectPaginationComponent from './components/SelectPaginationComponent.vue'
|
|
159
159
|
|
|
160
160
|
export default {
|
|
161
161
|
|
|
@@ -104,10 +104,10 @@
|
|
|
104
104
|
|
|
105
105
|
<script>
|
|
106
106
|
|
|
107
|
-
import NavDropdownComponent from './NavDropdownComponent'
|
|
108
|
-
import IconRouteComponent from './IconRouteComponent'
|
|
109
|
-
import IconLinkComponent from './IconLinkComponent'
|
|
110
|
-
import DisabledLinkComponent from './DisabledLinkComponent'
|
|
107
|
+
import NavDropdownComponent from './NavDropdownComponent.vue'
|
|
108
|
+
import IconRouteComponent from './IconRouteComponent.vue'
|
|
109
|
+
import IconLinkComponent from './IconLinkComponent.vue'
|
|
110
|
+
import DisabledLinkComponent from './DisabledLinkComponent.vue'
|
|
111
111
|
|
|
112
112
|
export default {
|
|
113
113
|
|