@qikdev/vue-ui 0.2.285 → 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 +2 -2
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +2 -2
- package/dist/lib.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/lib.umd.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
t((V["@qikdev/vue-ui"] = {}), V.Vue, V.sdk));
|
|
8
8
|
})(this, function (V, t, $r) {
|
|
9
9
|
"use strict";
|
|
10
|
-
const sc = "0.2.
|
|
10
|
+
const sc = "0.2.286";
|
|
11
11
|
class ct extends Error {}
|
|
12
12
|
class cc extends ct {
|
|
13
13
|
constructor(n) {
|
|
@@ -7183,7 +7183,7 @@
|
|
|
7183
7183
|
if (e.field.asyncOptions) return e.field.asyncOptions;
|
|
7184
7184
|
if (e.field.dynamicOptions) {
|
|
7185
7185
|
const n = e.$sdk.utils.id(e.field.dynamicOptions);
|
|
7186
|
-
return e.$sdk.api.generateEndpointURL(`/smartlist/${n}`);
|
|
7186
|
+
return e.$sdk.api.generateEndpointURL(`/smartlist/${n}/select`);
|
|
7187
7187
|
}
|
|
7188
7188
|
},
|
|
7189
7189
|
hasAsyncOptions() {
|