@qikdev/vue-ui 0.1.23 → 0.1.32
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 +11 -4
- 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 -4
package/dist/lib.es.js
CHANGED
|
@@ -31,8 +31,9 @@ var __objRest = (source, exclude) => {
|
|
|
31
31
|
return target;
|
|
32
32
|
};
|
|
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
|
+
import { VAceEditor } from "vue3-ace-editor";
|
|
34
35
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
35
|
-
const version$1 = "0.1.
|
|
36
|
+
const version$1 = "0.1.32";
|
|
36
37
|
var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
37
38
|
var _export_sfc = (sfc, props2) => {
|
|
38
39
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -8692,7 +8693,9 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8692
8693
|
var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-42a51394"]]);
|
|
8693
8694
|
var codeEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8694
8695
|
const _sfc_main$m = {
|
|
8695
|
-
components: {
|
|
8696
|
+
components: {
|
|
8697
|
+
VAceEditor
|
|
8698
|
+
},
|
|
8696
8699
|
methods: {
|
|
8697
8700
|
editorInit() {
|
|
8698
8701
|
}
|
|
@@ -8745,7 +8748,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8745
8748
|
_: 1
|
|
8746
8749
|
})) : createCommentVNode("", true);
|
|
8747
8750
|
}
|
|
8748
|
-
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"]]);
|
|
8749
8752
|
var codeEditorField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8750
8753
|
const _sfc_main$l = {
|
|
8751
8754
|
components: {
|
|
@@ -10220,6 +10223,9 @@ const _sfc_main$i = {
|
|
|
10220
10223
|
if (this.getExpressionWidgetType) {
|
|
10221
10224
|
actual = Object.assign({}, actual, { widget: this.getExpressionWidgetType });
|
|
10222
10225
|
}
|
|
10226
|
+
if (this.getExpressionOptions) {
|
|
10227
|
+
actual = Object.assign({}, actual, { options: this.getExpressionOptions });
|
|
10228
|
+
}
|
|
10223
10229
|
if (this.getExpressionSyntax) {
|
|
10224
10230
|
actual = Object.assign({}, actual, { syntax: this.getExpressionSyntax });
|
|
10225
10231
|
}
|
|
@@ -10277,6 +10283,7 @@ const _sfc_main$i = {
|
|
|
10277
10283
|
getExpressionValue: computedExpression("value"),
|
|
10278
10284
|
getExpressionReferenceType: computedExpression("referenceType"),
|
|
10279
10285
|
getExpressionWidgetType: computedExpression("widget"),
|
|
10286
|
+
getExpressionOptions: computedExpression("options"),
|
|
10280
10287
|
getExpressionSyntax: computedExpression("syntax"),
|
|
10281
10288
|
hasExpressionDefaultValue: hasExpression("defaultValue"),
|
|
10282
10289
|
expressions() {
|
|
@@ -10629,7 +10636,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10629
10636
|
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$d, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
10630
10637
|
], 34)) : createCommentVNode("", true);
|
|
10631
10638
|
}
|
|
10632
|
-
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"]]);
|
|
10633
10640
|
var form_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10634
10641
|
const _sfc_main$h = {
|
|
10635
10642
|
props: {
|