bootstrap-vue-wrapper 3.0.7 → 3.0.8

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.
@@ -1 +1 @@
1
- .page-link[data-v-f98dc134]{cursor:pointer}.page-item-first[data-v-f98dc134],.page-item-last[data-v-f98dc134],.page-item-number[data-v-f98dc134]:not(.active){display:none}@media(min-width:576px){.page-item-number[data-v-f98dc134]:not(.active){display:block}}@media(min-width:992px){.page-item-first[data-v-f98dc134],.page-item-last[data-v-f98dc134]{display:block}}.cursor-pointer[data-v-ccaa675b]{cursor:pointer}
1
+ .page-link[data-v-f98dc134]{cursor:pointer}.page-item-first[data-v-f98dc134],.page-item-last[data-v-f98dc134],.page-item-number[data-v-f98dc134]:not(.active){display:none}@media(min-width:576px){.page-item-number[data-v-f98dc134]:not(.active){display:block}}@media(min-width:992px){.page-item-first[data-v-f98dc134],.page-item-last[data-v-f98dc134]{display:block}}.cursor-pointer[data-v-b575522d]{cursor:pointer}
@@ -13,7 +13,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13
13
  * Item list
14
14
  */
15
15
  items: {
16
- type: PropType<Array<Record<string, unknown> & TableRowMeta>>;
16
+ type: PropType<Array<Record<string, any> & TableRowMeta>>;
17
17
  required: true;
18
18
  };
19
19
  /**
@@ -108,7 +108,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
108
108
  * Item list
109
109
  */
110
110
  items: {
111
- type: PropType<Array<Record<string, unknown> & TableRowMeta>>;
111
+ type: PropType<Array<Record<string, any> & TableRowMeta>>;
112
112
  required: true;
113
113
  };
114
114
  /**
@@ -80,7 +80,7 @@ function _(e, k, D, N, V, A) {
80
80
  ])
81
81
  ]);
82
82
  }
83
- const O = /* @__PURE__ */ C(h, [["render", _], ["__scopeId", "data-v-ccaa675b"]]);
83
+ const O = /* @__PURE__ */ C(h, [["render", _], ["__scopeId", "data-v-b575522d"]]);
84
84
  export {
85
85
  O as default
86
86
  };
@@ -13,6 +13,7 @@ const i = t({
13
13
  * Item list
14
14
  */
15
15
  items: {
16
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
16
17
  type: Array,
17
18
  required: !0
18
19
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap-vue-wrapper",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "description": "Bootstrap 5 components in Vue3 wrapper.",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",