isobit-ui 0.0.458 → 0.0.459
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 +4 -7
- 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.459
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1447,7 +1447,9 @@ var script$d = {
|
|
|
1447
1447
|
emptyMessage: {
|
|
1448
1448
|
"default": 'No existen registros'
|
|
1449
1449
|
},
|
|
1450
|
-
rowKey:
|
|
1450
|
+
rowKey: {
|
|
1451
|
+
"default": 'id'
|
|
1452
|
+
},
|
|
1451
1453
|
rowStyleClass: String,
|
|
1452
1454
|
pagination: null,
|
|
1453
1455
|
selectable: {
|
|
@@ -6318,13 +6320,8 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6318
6320
|
}
|
|
6319
6321
|
|
|
6320
6322
|
item.onsuccess = function () {
|
|
6321
|
-
console.log('XXXXXXXX');
|
|
6322
6323
|
o0["synchronized"] = 1;
|
|
6323
6324
|
o["synchronized"] = 1;
|
|
6324
|
-
console.log(o0);
|
|
6325
|
-
console.log(o);
|
|
6326
|
-
console.log('result');
|
|
6327
|
-
console.log(result);
|
|
6328
6325
|
var re;
|
|
6329
6326
|
|
|
6330
6327
|
if (item.result) {
|