@qikdev/vue-ui 0.2.0 → 0.2.1
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 -3
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +2 -2
- 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.2.
|
|
35
|
+
const version$1 = "0.2.1";
|
|
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;
|
|
@@ -16537,11 +16537,13 @@ const _sfc_main$h = {
|
|
|
16537
16537
|
return this.field.expressions;
|
|
16538
16538
|
},
|
|
16539
16539
|
expressionsContext() {
|
|
16540
|
+
var _a;
|
|
16541
|
+
var additionalContext = ((_a = this.additionalContext) == null ? void 0 : _a.value) || {};
|
|
16540
16542
|
const context = {
|
|
16541
16543
|
this: this.model,
|
|
16542
16544
|
model: this.model,
|
|
16543
16545
|
data: this.parentModel,
|
|
16544
|
-
additional: __spreadValues({},
|
|
16546
|
+
additional: __spreadValues({}, additionalContext)
|
|
16545
16547
|
};
|
|
16546
16548
|
return context;
|
|
16547
16549
|
},
|
|
@@ -16916,7 +16918,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16916
16918
|
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$c, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
16917
16919
|
], 34)) : createCommentVNode("", true);
|
|
16918
16920
|
}
|
|
16919
|
-
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-
|
|
16921
|
+
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-2d97aad1"]]);
|
|
16920
16922
|
var form_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16921
16923
|
const _sfc_main$g = {
|
|
16922
16924
|
props: {
|