isobit-ui 0.2.11 → 0.2.13
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 -2
- 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.12
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -719,7 +719,8 @@ var script$m = {
|
|
|
719
719
|
value: String
|
|
720
720
|
},
|
|
721
721
|
type: String,
|
|
722
|
-
required: String
|
|
722
|
+
required: String,
|
|
723
|
+
readonly: String
|
|
723
724
|
},
|
|
724
725
|
data: function data() {
|
|
725
726
|
return {
|
|
@@ -834,6 +835,7 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
834
835
|
}, [_c('input', {
|
|
835
836
|
attrs: {
|
|
836
837
|
"required": _vm.required,
|
|
838
|
+
"readonly": _vm.readonly,
|
|
837
839
|
"style2": "width:calc(100% - 0px)",
|
|
838
840
|
"type": _vm.type ? _vm.type : 'date'
|
|
839
841
|
},
|
|
@@ -6792,6 +6794,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6792
6794
|
if (!t) t = e.$vnode ? e : e.target && e.target.$vnode ? e : me.$children[0].$children[0];
|
|
6793
6795
|
if (!action && t.src) action = t.src.replace("/api", "").replace("/0/0", "");
|
|
6794
6796
|
if (!action) action = window.location.pathname;
|
|
6797
|
+
if (action) action = action.replace("/api", "");
|
|
6795
6798
|
var selected = me.getSelected(t)[0];
|
|
6796
6799
|
var id = selected[t.rowKey];
|
|
6797
6800
|
if (selected.tmpId) id = -selected.tmpId;
|