@monoui/vuejs 1.1.67 → 1.1.68

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monoui/vuejs",
3
- "version": "1.1.67",
3
+ "version": "1.1.68",
4
4
  "description": "This project will contain MonoFor UI Framework",
5
5
  "main": "./dist/main.js",
6
6
  "repository": "git@gitlab.com:monoui/vuejs.git",
@@ -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"
@@ -318,7 +317,7 @@
318
317
  </div>
319
318
  </slot>
320
319
  <slot name="pagination-buttons">
321
- <div>
320
+ <div class="pr-3">
322
321
  <b-pagination
323
322
  v-if="settings.pageCount > 1"
324
323
  v-model="settings.currentPage"