@qikdev/vue-ui 0.2.284 → 0.2.285

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.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.284";
10
+ const sc = "0.2.285";
11
11
  class ct extends Error {}
12
12
  class cc extends ct {
13
13
  constructor(n) {
@@ -7181,6 +7181,10 @@
7181
7181
  asyncOptionsURL() {
7182
7182
  const e = this;
7183
7183
  if (e.field.asyncOptions) return e.field.asyncOptions;
7184
+ if (e.field.dynamicOptions) {
7185
+ const n = e.$sdk.utils.id(e.field.dynamicOptions);
7186
+ return e.$sdk.api.generateEndpointURL(`/smartlist/${n}`);
7187
+ }
7184
7188
  },
7185
7189
  hasAsyncOptions() {
7186
7190
  var e;