@qikdev/vue-ui 0.2.284 → 0.2.286
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/lib.es.js +5 -1
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +5 -1
- package/dist/lib.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
vModelDynamic as Zn,
|
|
48
48
|
} from "vue";
|
|
49
49
|
import { EventDispatcher as jl } from "@qikdev/sdk";
|
|
50
|
-
const fu = "0.2.
|
|
50
|
+
const fu = "0.2.286";
|
|
51
51
|
class qt extends Error {}
|
|
52
52
|
class mu extends qt {
|
|
53
53
|
constructor(t) {
|
|
@@ -9147,6 +9147,10 @@ const te = {
|
|
|
9147
9147
|
asyncOptionsURL() {
|
|
9148
9148
|
const e = this;
|
|
9149
9149
|
if (e.field.asyncOptions) return e.field.asyncOptions;
|
|
9150
|
+
if (e.field.dynamicOptions) {
|
|
9151
|
+
const t = e.$sdk.utils.id(e.field.dynamicOptions);
|
|
9152
|
+
return e.$sdk.api.generateEndpointURL(`/smartlist/${t}/select`);
|
|
9153
|
+
}
|
|
9150
9154
|
},
|
|
9151
9155
|
hasAsyncOptions() {
|
|
9152
9156
|
var e;
|