@monoui/vuejs 1.1.67 → 1.1.69
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/dist/main.js +2 -2
- package/package.json +1 -1
- package/src/components/Table/Table.vue +3 -3
package/package.json
CHANGED
|
@@ -190,9 +190,8 @@
|
|
|
190
190
|
class="d-flex justify-content-between align-items-center mt-2"
|
|
191
191
|
>
|
|
192
192
|
<slot name="pagination-filters">
|
|
193
|
-
<div>
|
|
193
|
+
<div class="pl-2">
|
|
194
194
|
<div v-show="!isDataEmpty">
|
|
195
|
-
<span>Show</span>
|
|
196
195
|
<b-dropdown
|
|
197
196
|
:text="itemPerPageText"
|
|
198
197
|
class="m-md-2"
|
|
@@ -307,6 +306,7 @@
|
|
|
307
306
|
:to="{
|
|
308
307
|
name: 'Exports'
|
|
309
308
|
}"
|
|
309
|
+
target="_blank"
|
|
310
310
|
>
|
|
311
311
|
<mui-icon icon="link" class="mr-1" />
|
|
312
312
|
Go Downloads
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
</div>
|
|
319
319
|
</slot>
|
|
320
320
|
<slot name="pagination-buttons">
|
|
321
|
-
<div>
|
|
321
|
+
<div class="pr-3">
|
|
322
322
|
<b-pagination
|
|
323
323
|
v-if="settings.pageCount > 1"
|
|
324
324
|
v-model="settings.currentPage"
|