@qikdev/vue-ui 0.1.23 → 0.1.30
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 +13 -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 -2
package/dist/lib.es.js
CHANGED
|
@@ -31,8 +31,10 @@ 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 ace, { version as version$2 } from "ace-builds";
|
|
35
|
+
import { VAceEditor } from "vue3-ace-editor";
|
|
34
36
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
35
|
-
const version$1 = "0.1.
|
|
37
|
+
const version$1 = "0.1.30";
|
|
36
38
|
var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
37
39
|
var _export_sfc = (sfc, props2) => {
|
|
38
40
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -8691,8 +8693,11 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8691
8693
|
}
|
|
8692
8694
|
var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-42a51394"]]);
|
|
8693
8695
|
var codeEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8696
|
+
ace.config.set("basePath", `https://cdn.jsdelivr.net/npm/ace-builds@${version$2}/src-noconflict/`);
|
|
8694
8697
|
const _sfc_main$m = {
|
|
8695
|
-
components: {
|
|
8698
|
+
components: {
|
|
8699
|
+
VAceEditor
|
|
8700
|
+
},
|
|
8696
8701
|
methods: {
|
|
8697
8702
|
editorInit() {
|
|
8698
8703
|
}
|
|
@@ -8745,7 +8750,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8745
8750
|
_: 1
|
|
8746
8751
|
})) : createCommentVNode("", true);
|
|
8747
8752
|
}
|
|
8748
|
-
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-
|
|
8753
|
+
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-22de0edd"]]);
|
|
8749
8754
|
var codeEditorField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8750
8755
|
const _sfc_main$l = {
|
|
8751
8756
|
components: {
|
|
@@ -10220,6 +10225,9 @@ const _sfc_main$i = {
|
|
|
10220
10225
|
if (this.getExpressionWidgetType) {
|
|
10221
10226
|
actual = Object.assign({}, actual, { widget: this.getExpressionWidgetType });
|
|
10222
10227
|
}
|
|
10228
|
+
if (this.getExpressionOptions) {
|
|
10229
|
+
actual = Object.assign({}, actual, { options: this.getExpressionOptions });
|
|
10230
|
+
}
|
|
10223
10231
|
if (this.getExpressionSyntax) {
|
|
10224
10232
|
actual = Object.assign({}, actual, { syntax: this.getExpressionSyntax });
|
|
10225
10233
|
}
|
|
@@ -10277,6 +10285,7 @@ const _sfc_main$i = {
|
|
|
10277
10285
|
getExpressionValue: computedExpression("value"),
|
|
10278
10286
|
getExpressionReferenceType: computedExpression("referenceType"),
|
|
10279
10287
|
getExpressionWidgetType: computedExpression("widget"),
|
|
10288
|
+
getExpressionOptions: computedExpression("options"),
|
|
10280
10289
|
getExpressionSyntax: computedExpression("syntax"),
|
|
10281
10290
|
hasExpressionDefaultValue: hasExpression("defaultValue"),
|
|
10282
10291
|
expressions() {
|
|
@@ -10629,7 +10638,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10629
10638
|
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$d, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
10630
10639
|
], 34)) : createCommentVNode("", true);
|
|
10631
10640
|
}
|
|
10632
|
-
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-
|
|
10641
|
+
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-41ce4fe8"]]);
|
|
10633
10642
|
var form_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10634
10643
|
const _sfc_main$h = {
|
|
10635
10644
|
props: {
|