jwt-ui 1.11.18 → 1.11.19
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/lib/jwt-ui.es.js +2 -1
- package/lib/jwt-ui.umd.js +1 -1
- package/package.json +1 -1
package/lib/jwt-ui.es.js
CHANGED
|
@@ -77989,7 +77989,8 @@ const bxe = /* @__PURE__ */ yn(gxe, [["render", yxe]]), wxe = /* @__PURE__ */ Ob
|
|
|
77989
77989
|
item: { type: Object, default: () => {
|
|
77990
77990
|
} },
|
|
77991
77991
|
sourceData: { type: Object, default: () => {
|
|
77992
|
-
} }
|
|
77992
|
+
} },
|
|
77993
|
+
selectionRow: { type: Array, default: () => [] }
|
|
77993
77994
|
},
|
|
77994
77995
|
emits: ["change"],
|
|
77995
77996
|
setup(e, { emit: t }) {
|