isobit-ui 0.2.135 → 0.2.136
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 +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.2.
|
|
2
|
+
* isobit-ui v0.2.135
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6342,6 +6342,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6342
6342
|
ui: me,
|
|
6343
6343
|
_session: null,
|
|
6344
6344
|
_connected: null,
|
|
6345
|
+
opt: 1111,
|
|
6345
6346
|
//rowSelectedCount: 0,
|
|
6346
6347
|
row: {}
|
|
6347
6348
|
};
|