isobit-ui 0.0.117 → 0.0.121
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/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
2
|
+
* isobit-ui v0.0.118
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2669,7 +2669,7 @@ var __vue_render__$8 = function __vue_render__() {
|
|
|
2669
2669
|
|
|
2670
2670
|
var _c = _vm._self._c || _h;
|
|
2671
2671
|
|
|
2672
|
-
return _c('div', _vm._l(_vm.filterList, function (item) {
|
|
2672
|
+
return _c('div', [_vm._v(_vm._s(_vm.data ? _vm.data.length : 0) + "\n\t"), _vm._l(_vm.filterList, function (item) {
|
|
2673
2673
|
return _c('option', {
|
|
2674
2674
|
domProps: {
|
|
2675
2675
|
"value": _vm.getValueField(item)
|
|
@@ -2677,7 +2677,7 @@ var __vue_render__$8 = function __vue_render__() {
|
|
|
2677
2677
|
}, [_vm._v(_vm._s(item[_vm.displayField]) + "\n "), _vm._t("default", null, {
|
|
2678
2678
|
"item": item
|
|
2679
2679
|
})], 2);
|
|
2680
|
-
}),
|
|
2680
|
+
})], 2);
|
|
2681
2681
|
};
|
|
2682
2682
|
|
|
2683
2683
|
var __vue_staticRenderFns__$8 = [];
|