@qikdev/vue-ui 0.1.94 → 0.1.96
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 +4 -4
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +1 -1
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
|
|
|
32
32
|
};
|
|
33
33
|
import { openBlock, createElementBlock, renderSlot, resolveComponent, createBlock, withCtx, createVNode, Fragment, renderList, normalizeClass, toDisplayString, withDirectives, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, mergeProps, toHandlers, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelText, vModelSelect, withKeys, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, vModelCheckbox, reactive, watch } from "vue";
|
|
34
34
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
35
|
-
const version$1 = "0.1.
|
|
35
|
+
const version$1 = "0.1.96";
|
|
36
36
|
var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
37
37
|
var _export_sfc = (sfc, props2) => {
|
|
38
38
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -6165,13 +6165,13 @@ const _sfc_main$R = {
|
|
|
6165
6165
|
return params;
|
|
6166
6166
|
},
|
|
6167
6167
|
src() {
|
|
6168
|
-
return this.$sdk.api.generateEndpointURL(`/${this.type}/${this.id}`, this.params);
|
|
6168
|
+
return this.$sdk.api.generateEndpointURL(`/${this.type}/${this.id}`, this.params, { file: true });
|
|
6169
6169
|
},
|
|
6170
6170
|
previewSrc() {
|
|
6171
6171
|
var params = Object.assign({}, this.params);
|
|
6172
6172
|
params.w = 50;
|
|
6173
6173
|
delete params.h;
|
|
6174
|
-
return this.$sdk.api.generateEndpointURL(`/${this.type}/${this.id}`, params);
|
|
6174
|
+
return this.$sdk.api.generateEndpointURL(`/${this.type}/${this.id}`, params, { file: true });
|
|
6175
6175
|
},
|
|
6176
6176
|
imageStyle() {
|
|
6177
6177
|
var style = {};
|
|
@@ -6241,7 +6241,7 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6241
6241
|
}, null, 12, _hoisted_2$C))
|
|
6242
6242
|
], 6);
|
|
6243
6243
|
}
|
|
6244
|
-
var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-
|
|
6244
|
+
var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-a5d2a840"]]);
|
|
6245
6245
|
var progressbar_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6246
6246
|
const _sfc_main$Q = {
|
|
6247
6247
|
props: {
|