isobit-ui 0.1.2 → 0.1.5
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 +5 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.1.
|
|
2
|
+
* isobit-ui v0.1.5
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -423,18 +423,13 @@ var script$o = {
|
|
|
423
423
|
console.log(me.data0);
|
|
424
424
|
me.total = d.size;
|
|
425
425
|
if (!me.autoload) me.show = true;
|
|
426
|
-
console.log('=========================');
|
|
427
|
-
me.$emit('complete', {
|
|
428
|
-
data: me.data,
|
|
429
|
-
query: me.query,
|
|
430
|
-
target: me
|
|
431
|
-
});
|
|
426
|
+
console.log('========================='); //me.$emit('complete',{data:me.data,query:me.query,target:me});
|
|
432
427
|
} else {
|
|
433
428
|
MsgBox(d.error);
|
|
434
429
|
}
|
|
435
430
|
})["catch"](me.error).then(function () {
|
|
436
431
|
me.$emit('complete', {
|
|
437
|
-
data: me.
|
|
432
|
+
data: me.data0,
|
|
438
433
|
query: me.query,
|
|
439
434
|
target: me
|
|
440
435
|
});
|
|
@@ -6184,6 +6179,7 @@ Vue$1.filter('number', function (s
|
|
|
6184
6179
|
Vue$1.filter('date', _$1.toDate = function (s, type) {
|
|
6185
6180
|
//s usa d|date('time')
|
|
6186
6181
|
if (s) {
|
|
6182
|
+
console.log(s);
|
|
6187
6183
|
var pad = Vue$1.pad,
|
|
6188
6184
|
d;
|
|
6189
6185
|
|
|
@@ -7378,6 +7374,7 @@ Vue$1.configureAxios = configureAxios;
|
|
|
7378
7374
|
configureAxios(axios$1);
|
|
7379
7375
|
var index = {
|
|
7380
7376
|
install: function install(Vue, options) {
|
|
7377
|
+
Vue.filter("date", _$1.toDate.bind(options));
|
|
7381
7378
|
Vue.component("v-autocomplete", __vue_component__$o);
|
|
7382
7379
|
Vue.component("v-button", __vue_component__$n);
|
|
7383
7380
|
Vue.component("v-calendar", __vue_component__$m);
|