isobit-ui 0.0.561 → 0.0.564
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 +7 -5
- 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.564
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -780,7 +780,9 @@ var script$m = {
|
|
|
780
780
|
},
|
|
781
781
|
changeDate: function changeDate() {
|
|
782
782
|
var me = this;
|
|
783
|
+
console.log(me.value);
|
|
783
784
|
var d = me.toDate(me.value);
|
|
785
|
+
console.log(d);
|
|
784
786
|
var fd;
|
|
785
787
|
|
|
786
788
|
if (d) {
|
|
@@ -6213,7 +6215,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6213
6215
|
return window.app;
|
|
6214
6216
|
},
|
|
6215
6217
|
perms: function perms() {
|
|
6216
|
-
return this.user.perms || {};
|
|
6218
|
+
return this.user.perms || this.user.allcaps || {};
|
|
6217
6219
|
},
|
|
6218
6220
|
rowSelectedCount: function rowSelectedCount() {
|
|
6219
6221
|
var me = this; //console.log(me.$children);
|
|
@@ -6771,7 +6773,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6771
6773
|
storedList.unshift(o);
|
|
6772
6774
|
objectStore.add(o);
|
|
6773
6775
|
me.$emit('stored', o, storedList, objectStore);
|
|
6774
|
-
if (me.app && me.app.toast) me.app.toast('El registro fue grabado
|
|
6776
|
+
if (me.app && me.app.toast) me.app.toast('El registro fue grabado exitosamente!');
|
|
6775
6777
|
o0.tmpId = o.tmpId;
|
|
6776
6778
|
o0.id = o.id;
|
|
6777
6779
|
me.close({
|
|
@@ -6797,7 +6799,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6797
6799
|
}
|
|
6798
6800
|
|
|
6799
6801
|
me.$emit('stored', o, storedList);
|
|
6800
|
-
if (me.app && me.app.toast) me.app.toast('El registro fue grabado
|
|
6802
|
+
if (me.app && me.app.toast) me.app.toast('El registro fue grabado exitosamente!');
|
|
6801
6803
|
me.close({
|
|
6802
6804
|
success: true,
|
|
6803
6805
|
data: o
|
|
@@ -6848,7 +6850,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6848
6850
|
};
|
|
6849
6851
|
}
|
|
6850
6852
|
|
|
6851
|
-
if (me.app && me.app.toast) me.app.toast('El registro fue grabado
|
|
6853
|
+
if (me.app && me.app.toast) me.app.toast('El registro fue grabado exitosamente!', function () {
|
|
6852
6854
|
me.close({
|
|
6853
6855
|
success: true,
|
|
6854
6856
|
data: data
|