@qikdev/vue-ui 0.1.20 → 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 +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 -2
package/dist/lib.es.js
CHANGED
|
@@ -34,7 +34,7 @@ import { openBlock, createElementBlock, renderSlot, resolveComponent, createBloc
|
|
|
34
34
|
import ace, { version as version$2 } from "ace-builds";
|
|
35
35
|
import { VAceEditor } from "vue3-ace-editor";
|
|
36
36
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
37
|
-
const version$1 = "0.1.
|
|
37
|
+
const version$1 = "0.1.30";
|
|
38
38
|
var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
39
39
|
var _export_sfc = (sfc, props2) => {
|
|
40
40
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -8750,7 +8750,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8750
8750
|
_: 1
|
|
8751
8751
|
})) : createCommentVNode("", true);
|
|
8752
8752
|
}
|
|
8753
|
-
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"]]);
|
|
8754
8754
|
var codeEditorField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8755
8755
|
const _sfc_main$l = {
|
|
8756
8756
|
components: {
|
|
@@ -10225,6 +10225,9 @@ const _sfc_main$i = {
|
|
|
10225
10225
|
if (this.getExpressionWidgetType) {
|
|
10226
10226
|
actual = Object.assign({}, actual, { widget: this.getExpressionWidgetType });
|
|
10227
10227
|
}
|
|
10228
|
+
if (this.getExpressionOptions) {
|
|
10229
|
+
actual = Object.assign({}, actual, { options: this.getExpressionOptions });
|
|
10230
|
+
}
|
|
10228
10231
|
if (this.getExpressionSyntax) {
|
|
10229
10232
|
actual = Object.assign({}, actual, { syntax: this.getExpressionSyntax });
|
|
10230
10233
|
}
|
|
@@ -10282,6 +10285,7 @@ const _sfc_main$i = {
|
|
|
10282
10285
|
getExpressionValue: computedExpression("value"),
|
|
10283
10286
|
getExpressionReferenceType: computedExpression("referenceType"),
|
|
10284
10287
|
getExpressionWidgetType: computedExpression("widget"),
|
|
10288
|
+
getExpressionOptions: computedExpression("options"),
|
|
10285
10289
|
getExpressionSyntax: computedExpression("syntax"),
|
|
10286
10290
|
hasExpressionDefaultValue: hasExpression("defaultValue"),
|
|
10287
10291
|
expressions() {
|
|
@@ -10634,7 +10638,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10634
10638
|
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$d, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
10635
10639
|
], 34)) : createCommentVNode("", true);
|
|
10636
10640
|
}
|
|
10637
|
-
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"]]);
|
|
10638
10642
|
var form_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10639
10643
|
const _sfc_main$h = {
|
|
10640
10644
|
props: {
|