agilebuilder-ui 1.1.2 → 1.1.3
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/lib/super-ui.js +0 -42
- package/lib/super-ui.umd.cjs +5 -38
- package/package.json +1 -1
- package/vite.config.js +4 -0
package/lib/super-ui.js
CHANGED
|
@@ -198,7 +198,6 @@ function $emit(e, t, ...n) {
|
|
|
198
198
|
const o = getRegistry(e)[t];
|
|
199
199
|
return o && o.map((r) => r.apply(e, n)), e;
|
|
200
200
|
}
|
|
201
|
-
/*! Element Plus Icons Vue v2.1.0 */
|
|
202
201
|
var add_location_vue_vue_type_script_lang_default = { name: "AddLocation" }, export_helper_default = (e, t) => {
|
|
203
202
|
let n = e.__vccOpts || e;
|
|
204
203
|
for (let [o, r] of t)
|
|
@@ -1394,11 +1393,6 @@ api$1 = { get length() {
|
|
|
1394
1393
|
}
|
|
1395
1394
|
} };
|
|
1396
1395
|
const localStorage$1 = api$1, inBrowser = typeof window < "u";
|
|
1397
|
-
/*!
|
|
1398
|
-
* shared v9.6.5
|
|
1399
|
-
* (c) 2023 kazuya kawaguchi
|
|
1400
|
-
* Released under the MIT License.
|
|
1401
|
-
*/
|
|
1402
1396
|
let mark, measure;
|
|
1403
1397
|
if (process.env.NODE_ENV !== "production") {
|
|
1404
1398
|
const e = inBrowser && window.performance;
|
|
@@ -1482,11 +1476,6 @@ function createEmitter() {
|
|
|
1482
1476
|
(e.get(t) || []).slice().map((o) => o(n)), (e.get("*") || []).slice().map((o) => o(t, n));
|
|
1483
1477
|
} };
|
|
1484
1478
|
}
|
|
1485
|
-
/*!
|
|
1486
|
-
* message-compiler v9.6.5
|
|
1487
|
-
* (c) 2023 kazuya kawaguchi
|
|
1488
|
-
* Released under the MIT License.
|
|
1489
|
-
*/
|
|
1490
1479
|
function createPosition(e, t, n) {
|
|
1491
1480
|
return { line: e, column: t, offset: n };
|
|
1492
1481
|
}
|
|
@@ -2149,11 +2138,6 @@ function baseCompile$1(e, t = {}) {
|
|
|
2149
2138
|
const n = assign$1({}, t), o = !!n.jit, r = !!n.minify, a = n.optimize == null || n.optimize, d = createParser(n).parse(e);
|
|
2150
2139
|
return o ? (a && optimize(d), r && minify(d), { ast: d, code: "" }) : (transform(d, n), generate(d, n));
|
|
2151
2140
|
}
|
|
2152
|
-
/*!
|
|
2153
|
-
* core-base v9.6.5
|
|
2154
|
-
* (c) 2023 kazuya kawaguchi
|
|
2155
|
-
* Released under the MIT License.
|
|
2156
|
-
*/
|
|
2157
2141
|
function initFeatureFlags$1() {
|
|
2158
2142
|
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (getGlobalThis().__INTLIFY_PROD_DEVTOOLS__ = !1), typeof __INTLIFY_JIT_COMPILATION__ != "boolean" && (getGlobalThis().__INTLIFY_JIT_COMPILATION__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1);
|
|
2159
2143
|
}
|
|
@@ -2769,11 +2753,6 @@ function setupDevtoolsPlugin(e, t) {
|
|
|
2769
2753
|
} else
|
|
2770
2754
|
r.emit(HOOK_SETUP, e, t);
|
|
2771
2755
|
}
|
|
2772
|
-
/*!
|
|
2773
|
-
* vue-i18n v9.6.5
|
|
2774
|
-
* (c) 2023 kazuya kawaguchi
|
|
2775
|
-
* Released under the MIT License.
|
|
2776
|
-
*/
|
|
2777
2756
|
const VERSION$1 = "9.6.5";
|
|
2778
2757
|
function initFeatureFlags() {
|
|
2779
2758
|
typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (getGlobalThis().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (getGlobalThis().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_JIT_COMPILATION__ != "boolean" && (getGlobalThis().__INTLIFY_JIT_COMPILATION__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (getGlobalThis().__INTLIFY_PROD_DEVTOOLS__ = !1);
|
|
@@ -3780,7 +3759,6 @@ function executeExpression(e, t, n, o) {
|
|
|
3780
3759
|
function executeDateExpression(e, t, n, o) {
|
|
3781
3760
|
return n && typeof n == "string" && (n = new Date(n).getTime()), e && typeof e == "string" && (e = new Date(e).getTime()), new o(e, t, n).result;
|
|
3782
3761
|
}
|
|
3783
|
-
/*! js-cookie v3.0.5 | MIT */
|
|
3784
3762
|
function assign(e) {
|
|
3785
3763
|
for (var t = 1; t < arguments.length; t++) {
|
|
3786
3764
|
var n = arguments[t];
|
|
@@ -8275,11 +8253,6 @@ const DynamicInput = _export_sfc$1(_sfc_main$1m, [["render", _sfc_render$_]]), c
|
|
|
8275
8253
|
S.visible = !0, S.label = this.objectPropValueTwo(t, e), S.title = S.label;
|
|
8276
8254
|
return S;
|
|
8277
8255
|
} };
|
|
8278
|
-
/*!
|
|
8279
|
-
* vuex v4.1.0
|
|
8280
|
-
* (c) 2022 Evan You
|
|
8281
|
-
* @license MIT
|
|
8282
|
-
*/
|
|
8283
8256
|
var storeKey = "store";
|
|
8284
8257
|
function forEachValue(e, t) {
|
|
8285
8258
|
Object.keys(e).forEach(function(n) {
|
|
@@ -9233,12 +9206,6 @@ function _sfc_render$T(e, t, n, o, r, a) {
|
|
|
9233
9206
|
return openBlock(), createBlock(d, { width: n.column.width ? n.column.width : 150, align: n.column.groupHeader ? "center" : "" }, { header: withCtx(() => [createElementVNode("span", { class: "cell--span", title: r.label, innerHTML: r.label }, null, 8, _hoisted_1$X)]), default: withCtx(() => [n.customFormat ? (openBlock(!0), createElementBlock(Fragment, { key: 0 }, renderList(a.visibleChildren, (p, v) => (openBlock(), createBlock(resolveDynamicComponent(p.prop ? "NormalColumn" : "GroupColumn"), { key: p.label + v, column: p, "is-sql": n.isSql, "custom-format": p.prop ? n.customFormat[p.prop] : n.customFormat, "list-code": n.listCode, "grid-data": n.gridData, "page-grid-data": n.gridData, onFindIndex: t[0] || (t[0] = (E) => e.findIndex(e.scope.$index)), onRefresData: e.refresData, onRefresPortData: e.refresPortData, onRefresPortsData: e.refresPortsData, onRefresMainTableFields: e.refresMainTableFields, onProhibitToEdit: a.prohibitToEdit, onOpenPage: a.openPageDialog }, null, 40, ["column", "is-sql", "custom-format", "list-code", "grid-data", "page-grid-data", "onRefresData", "onRefresPortData", "onRefresPortsData", "onRefresMainTableFields", "onProhibitToEdit", "onOpenPage"]))), 128)) : (openBlock(!0), createElementBlock(Fragment, { key: 1 }, renderList(a.visibleChildren, (p, v) => (openBlock(), createBlock(resolveDynamicComponent(p.prop ? "NormalColumn" : "GroupColumn"), { key: p.label + v, "is-sql": n.isSql, column: p, "list-code": n.listCode, "grid-data": n.gridData, "page-grid-data": n.gridData, onProhibitToEdit: a.prohibitToEdit, onOpenPage: a.openPageDialog }, null, 40, ["is-sql", "column", "list-code", "grid-data", "page-grid-data", "onProhibitToEdit", "onOpenPage"]))), 128))]), _: 1 }, 8, ["width", "align"]);
|
|
9234
9207
|
}
|
|
9235
9208
|
const GroupColumn = _export_sfc$1(_sfc_main$1f, [["render", _sfc_render$T]]);
|
|
9236
|
-
/**!
|
|
9237
|
-
* Sortable 1.15.0
|
|
9238
|
-
* @author RubaXa <trash@rubaxa.org>
|
|
9239
|
-
* @author owenm <owen23355@gmail.com>
|
|
9240
|
-
* @license MIT
|
|
9241
|
-
*/
|
|
9242
9209
|
function ownKeys$1(e, t) {
|
|
9243
9210
|
var n = Object.keys(e);
|
|
9244
9211
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -27157,15 +27124,6 @@ const _hoisted_1$9 = { key: 0 }, _hoisted_2$6 = ["onClick"], _hoisted_3$6 = { st
|
|
|
27157
27124
|
E(N);
|
|
27158
27125
|
} }), (N, O) => (openBlock(), createElementBlock("div", null, [createVNode(FileUploadComponent, { ref_key: "fileUploadRef", ref: p, disabled: e.disabled, systemCode: e.systemCode, accept: e.accept, multiple: e.multiple, limitFileSize: e.limitFileSize, fileList: r.value, beforeRemove: e.beforeRemove, onRemove: [e.onRemove, S], beforeDownload: e.beforeDownload, baseURL: d.value, onChooseFile: v }, null, 8, ["disabled", "systemCode", "accept", "multiple", "limitFileSize", "fileList", "beforeRemove", "onRemove", "beforeDownload", "baseURL"])]));
|
|
27159
27126
|
} });
|
|
27160
|
-
/*!
|
|
27161
|
-
* Compressor.js v1.2.1
|
|
27162
|
-
* https://fengyuanchen.github.io/compressorjs
|
|
27163
|
-
*
|
|
27164
|
-
* Copyright 2018-present Chen Fengyuan
|
|
27165
|
-
* Released under the MIT license
|
|
27166
|
-
*
|
|
27167
|
-
* Date: 2023-02-28T14:09:41.732Z
|
|
27168
|
-
*/
|
|
27169
27127
|
function ownKeys(e, t) {
|
|
27170
27128
|
var n = Object.keys(e);
|
|
27171
27129
|
if (Object.getOwnPropertySymbols) {
|