@qikdev/vue-ui 0.1.21 → 0.1.31
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 +7 -3
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -3
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -3
package/dist/lib.es.js
CHANGED
|
@@ -33,7 +33,7 @@ var __objRest = (source, exclude) => {
|
|
|
33
33
|
import { openBlock, createElementBlock, renderSlot, resolveComponent, createBlock, withCtx, createVNode, Fragment, renderList, normalizeClass, toDisplayString, withDirectives, resolveDynamicComponent, vShow, pushScopeId, popScopeId, createElementVNode, normalizeStyle, createCommentVNode, Teleport, createTextVNode, vModelSelect, withKeys, withModifiers, vModelText, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, vModelCheckbox, mergeProps, toHandlers, reactive, watch } from "vue";
|
|
34
34
|
import { VAceEditor } from "vue3-ace-editor";
|
|
35
35
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
36
|
-
const version$1 = "0.1.
|
|
36
|
+
const version$1 = "0.1.31";
|
|
37
37
|
var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
38
38
|
var _export_sfc = (sfc, props2) => {
|
|
39
39
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -8748,7 +8748,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8748
8748
|
_: 1
|
|
8749
8749
|
})) : createCommentVNode("", true);
|
|
8750
8750
|
}
|
|
8751
|
-
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-
|
|
8751
|
+
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-c8117c2c"]]);
|
|
8752
8752
|
var codeEditorField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8753
8753
|
const _sfc_main$l = {
|
|
8754
8754
|
components: {
|
|
@@ -10223,6 +10223,9 @@ const _sfc_main$i = {
|
|
|
10223
10223
|
if (this.getExpressionWidgetType) {
|
|
10224
10224
|
actual = Object.assign({}, actual, { widget: this.getExpressionWidgetType });
|
|
10225
10225
|
}
|
|
10226
|
+
if (this.getExpressionOptions) {
|
|
10227
|
+
actual = Object.assign({}, actual, { options: this.getExpressionOptions });
|
|
10228
|
+
}
|
|
10226
10229
|
if (this.getExpressionSyntax) {
|
|
10227
10230
|
actual = Object.assign({}, actual, { syntax: this.getExpressionSyntax });
|
|
10228
10231
|
}
|
|
@@ -10280,6 +10283,7 @@ const _sfc_main$i = {
|
|
|
10280
10283
|
getExpressionValue: computedExpression("value"),
|
|
10281
10284
|
getExpressionReferenceType: computedExpression("referenceType"),
|
|
10282
10285
|
getExpressionWidgetType: computedExpression("widget"),
|
|
10286
|
+
getExpressionOptions: computedExpression("options"),
|
|
10283
10287
|
getExpressionSyntax: computedExpression("syntax"),
|
|
10284
10288
|
hasExpressionDefaultValue: hasExpression("defaultValue"),
|
|
10285
10289
|
expressions() {
|
|
@@ -10632,7 +10636,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10632
10636
|
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$d, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
10633
10637
|
], 34)) : createCommentVNode("", true);
|
|
10634
10638
|
}
|
|
10635
|
-
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-
|
|
10639
|
+
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-41ce4fe8"]]);
|
|
10636
10640
|
var form_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10637
10641
|
const _sfc_main$h = {
|
|
10638
10642
|
props: {
|