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