isobit-ui 0.2.45 → 0.2.47
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 -5
- 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.46
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -790,10 +790,10 @@ var script$m = {
|
|
|
790
790
|
return v;
|
|
791
791
|
},
|
|
792
792
|
changeDate: function changeDate() {
|
|
793
|
-
var me = this;
|
|
794
|
-
|
|
795
|
-
var d = me.toDate(me.value);
|
|
796
|
-
|
|
793
|
+
var me = this; //console.log(me.value);
|
|
794
|
+
|
|
795
|
+
var d = me.toDate(me.value); //console.log(d);
|
|
796
|
+
|
|
797
797
|
var fd;
|
|
798
798
|
|
|
799
799
|
if (d) {
|