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