@qikdev/vue-ui 0.1.32 → 0.1.33
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 +3 -6
- 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 +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -31,9 +31,8 @@ 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";
|
|
35
34
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
36
|
-
const version$1 = "0.1.
|
|
35
|
+
const version$1 = "0.1.33";
|
|
37
36
|
var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
38
37
|
var _export_sfc = (sfc, props2) => {
|
|
39
38
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -8693,9 +8692,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8693
8692
|
var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-42a51394"]]);
|
|
8694
8693
|
var codeEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8695
8694
|
const _sfc_main$m = {
|
|
8696
|
-
components: {
|
|
8697
|
-
VAceEditor
|
|
8698
|
-
},
|
|
8695
|
+
components: {},
|
|
8699
8696
|
methods: {
|
|
8700
8697
|
editorInit() {
|
|
8701
8698
|
}
|
|
@@ -8748,7 +8745,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8748
8745
|
_: 1
|
|
8749
8746
|
})) : createCommentVNode("", true);
|
|
8750
8747
|
}
|
|
8751
|
-
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-
|
|
8748
|
+
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-38988542"]]);
|
|
8752
8749
|
var codeEditorField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8753
8750
|
const _sfc_main$l = {
|
|
8754
8751
|
components: {
|