form-imagining 0.0.21 → 0.0.23
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/{App-117f2401.js → App-fd7659de.js} +5 -5
- package/dist/Code-7048c81b.js +5 -0
- package/dist/Col-02441ae0.js +5 -0
- package/dist/{Form-267b2acf.js → Collapse-94be576e.js} +1 -1
- package/dist/{Demo-cb77eefd.js → Demo-2d97ac33.js} +1 -1
- package/dist/Form-ed4499c2.js +5 -0
- package/dist/GenerateForm-c8b3c09e.js +5 -0
- package/dist/GenerateReport-465d7419.js +5 -0
- package/dist/Grid-fb5e981c.js +5 -0
- package/dist/{HelloWorld-0cfd7df3.js → HelloWorld-6e92b7d2.js} +1 -1
- package/dist/Input-/345/210/240/351/231/{244-c82959c3.js → 244-d625faed.js} +1 -1
- package/dist/Label-/345/210/240/351/231/{244-aa8cd9e3.js → 244-45f1b410.js} +1 -1
- package/dist/{Login-fce41eee.js → Login-ec54c046.js} +1 -1
- package/dist/ReportModule-54477a15.js +5 -0
- package/dist/SqlModule-a23dd1f1.js +5 -0
- package/dist/Table-bd384bc8.js +5 -0
- package/dist/arrow-99159823.js +4 -0
- package/dist/{cTable-87c99e69.js → cTable-f5133e30.js} +1 -1
- package/dist/childForm-be1b3446.js +5 -0
- package/dist/collapse-32bbd55b.js +4 -0
- package/dist/{cssMode-d2a84267.js → cssMode-07efef6b.js} +12 -12
- package/dist/form-imagining.js +1 -1
- package/dist/form-imagining.umd.cjs +64 -62
- package/dist/{freemarker2-3efa9ea1.js → freemarker2-ae8021d4.js} +1 -1
- package/dist/{handlebars-72a49cd2.js → handlebars-ad5b899c.js} +1 -1
- package/dist/{html-1af18738.js → html-01325e05.js} +1 -1
- package/dist/{htmlMode-9eeb1349.js → htmlMode-df29c948.js} +10 -10
- package/dist/{index-30b21584.js → index-0522a95d.js} +1 -1
- package/dist/{index-7a0091c2.js → index-aabffd58.js} +1023 -590
- package/dist/{javascript-47f9fb53.js → javascript-541f1ffb.js} +2 -2
- package/dist/{jsonMode-e9558a7f.js → jsonMode-d89a3963.js} +1 -1
- package/dist/{liquid-7869544b.js → liquid-2e88c29d.js} +1 -1
- package/dist/{mdx-fdfe381b.js → mdx-0d0961a8.js} +4 -4
- package/dist/{python-dcb57e90.js → python-86cddec0.js} +1 -1
- package/dist/{razor-f9413e1b.js → razor-6cd1a306.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/{tableSelectDemo-9cfa765c.js → tableSelectDemo-47796318.js} +1 -1
- package/dist/{tableSelectDemo2-8d43da9c.js → tableSelectDemo2-330b670e.js} +1 -1
- package/dist/{tsMode-6849c82b.js → tsMode-a56e79a1.js} +1 -1
- package/dist/{typescript-dbbb0167.js → typescript-64933b1b.js} +1 -1
- package/dist/{xml-0082bfd8.js → xml-6f4e791b.js} +1 -1
- package/dist/{yaml-d3ddc3e7.js → yaml-3770bcd0.js} +1 -1
- package/package.json +1 -1
- package/dist/Code-2b650014.js +0 -5
- package/dist/Col-1ad3b02d.js +0 -5
- package/dist/FormPublic-fcfcf793.js +0 -5
- package/dist/GenerateForm-2f713859.js +0 -5
- package/dist/Grid-8c79143b.js +0 -5
- package/dist/ReportModule-297f2362.js +0 -5
- package/dist/SqlModule-329c9c55.js +0 -5
- package/dist/Table-62645938.js +0 -5
- package/dist/childForm-1af05ca1.js +0 -5
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { defineComponent as o, resolveComponent as r, openBlock as t, createBlock as n, unref as a, withCtx as c, createVNode as p } from "vue";
|
|
2
|
-
import { z as
|
|
2
|
+
import { z as _, R as f } from "./index-aabffd58.js";
|
|
3
3
|
const u = /* @__PURE__ */ o({
|
|
4
4
|
__name: "App",
|
|
5
|
-
setup(
|
|
6
|
-
return (
|
|
5
|
+
setup(i) {
|
|
6
|
+
return (m, l) => {
|
|
7
7
|
const e = r("a-config-provider");
|
|
8
8
|
return t(), n(e, {
|
|
9
|
-
locale: a(
|
|
9
|
+
locale: a(_),
|
|
10
10
|
theme: { token: { fontSize: 13, borderRadius: 6, colorPrimary: "#1890ff" } }
|
|
11
11
|
}, {
|
|
12
12
|
default: c(() => [
|
|
13
|
-
p(
|
|
13
|
+
p(f)
|
|
14
14
|
]),
|
|
15
15
|
_: 1
|
|
16
16
|
}, 8, ["locale"]);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as d, ref as t, onMounted as p, resolveComponent as m, openBlock as _, createElementBlock as c, createVNode as i, mergeProps as v, unref as o, withCtx as w } from "vue";
|
|
2
|
-
import { g as b, v as g, b as x, o as k } from "./index-
|
|
2
|
+
import { g as b, v as g, b as x, o as k } from "./index-aabffd58.js";
|
|
3
3
|
const y = /* @__PURE__ */ d({
|
|
4
4
|
__name: "Demo",
|
|
5
5
|
setup(B, { expose: f }) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as i, resolveComponent as f, openBlock as m, createBlock as v, withCtx as u, createVNode as t } from "vue";
|
|
2
|
-
import { u as c } from "./index-
|
|
2
|
+
import { u as c } from "./index-aabffd58.js";
|
|
3
3
|
const x = /* @__PURE__ */ i({
|
|
4
4
|
__name: "Input-删除",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as _, resolveComponent as o, openBlock as n, createBlock as l, withCtx as i, createElementBlock as u, Fragment as d, renderList as r, createVNode as k, createTextVNode as x, toDisplayString as D, createCommentVNode as w } from "vue";
|
|
2
|
-
import { u as U } from "./index-
|
|
2
|
+
import { u as U } from "./index-aabffd58.js";
|
|
3
3
|
const L = /* @__PURE__ */ _({
|
|
4
4
|
__name: "Label-删除",
|
|
5
5
|
props: {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const I = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzAxNDEwNDMyNDM2IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjE3MjE0IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiPjxwYXRoIGQ9Ik01MTIgNzA0LjQxMmwzMTEuNTk4LTMxMS41OTgtNzMuMjI2LTczLjIyNkw1MTIgNTU3LjQ0MSAyNzMuNjI3IDMxOS41ODhsLTczLjIyNiA3My4yMjZMNTEyIDcwNC40MTJ6IiBwLWlkPSIxNzIxNSIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjwvc3ZnPg0K";
|
|
2
|
+
export {
|
|
3
|
+
I as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const M = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzAxMzk5MzgxNTU4IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjE2MzYiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTg2Ni40NjE1MzggNzg3LjY5MjMwOGE3OC43NjkyMzEgNzguNzY5MjMxIDAgMCAxLTc4Ljc2OTIzIDc4Ljc2OTIzSDIzNi4zMDc2OTJhNzguNzY5MjMxIDc4Ljc2OTIzMSAwIDAgMS03OC43NjkyMy03OC43NjkyM1YyMzYuMzA3NjkyYTc4Ljc2OTIzMSA3OC43NjkyMzEgMCAwIDEgNzguNzY5MjMtNzguNzY5MjNoNTUxLjM4NDYxNmE3OC43NjkyMzEgNzguNzY5MjMxIDAgMCAxIDc4Ljc2OTIzIDc4Ljc2OTIzdjU1MS4zODQ2MTZ6IG0tMzkuMzg0NjE1LTM1NC40NjE1MzlIMTk2LjkyMzA3N3YzNTQuNDYxNTM5YTM5LjM4NDYxNSAzOS4zODQ2MTUgMCAwIDAgMzQuNzc2NjE1IDM5LjEwODkyM0wyMzYuMzA3NjkyIDgyNy4wNzY5MjNoNTUxLjM4NDYxNmEzOS4zODQ2MTUgMzkuMzg0NjE1IDAgMCAwIDM5LjEwODkyMy0zNC43NzY2MTVMODI3LjA3NjkyMyA3ODcuNjkyMzA4di0zNTQuNDYxNTM5eiBtLTM5LjM4NDYxNS0yMzYuMzA3NjkySDIzNi4zMDc2OTJhMzkuMzg0NjE1IDM5LjM4NDYxNSAwIDAgMC0zOS4xMDg5MjMgMzQuNzc2NjE1TDE5Ni45MjMwNzcgMjM2LjMwNzY5MnYxNTcuNTM4NDYyaDYzMC4xNTM4NDZWMjM2LjMwNzY5MmEzOS4zODQ2MTUgMzkuMzg0NjE1IDAgMCAwLTM0Ljc3NjYxNS0zOS4xMDg5MjNMNzg3LjY5MjMwOCAxOTYuOTIzMDc3eiBtLTEwOS4wOTUzODUgMjMuMDRsMi43NTY5MjMgMi4yNDQ5MjMgODAuNzM4NDYyIDc4Ljc2OTIzMWExOS42OTIzMDggMTkuNjkyMzA4IDAgMCAxLTI0LjgxMjMwOCAzMC40NDQzMDdsLTIuNzU2OTIzLTIuMjQ0OTIzLTY2LjU5OTM4NS02NS4wMjQtNjMuMDU0NzY5IDY0LjY2OTUzOWExOS42OTIzMDggMTkuNjkyMzA4IDAgMCAxLTI1LjA4OCAyLjU5OTM4NGwtMi43NTY5MjMtMi4yNDQ5MjNhMTkuNjkyMzA4IDE5LjY5MjMwOCAwIDAgMS0yLjU5OTM4NS0yNS4wODhsMi4yNDQ5MjMtMi43NTY5MjMgNzYuOC03OC43NjkyM2ExOS42OTIzMDggMTkuNjkyMzA4IDAgMCAxIDI1LjA4OC0yLjU5OTM4NXoiIGZpbGw9IiMyYzJjMmMiIHAtaWQ9IjE2MzciPjwvcGF0aD48L3N2Zz4NCg==";
|
|
2
|
+
export {
|
|
3
|
+
M as default
|
|
4
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Le = Object.defineProperty;
|
|
2
2
|
var je = (e, n, i) => n in e ? Le(e, n, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[n] = i;
|
|
3
3
|
var k = (e, n, i) => (je(e, typeof n != "symbol" ? n + "" : n, i), i);
|
|
4
|
-
import {
|
|
4
|
+
import { q as Ne } from "./index-aabffd58.js";
|
|
5
5
|
import "vue";
|
|
6
6
|
/*!-----------------------------------------------------------------------------
|
|
7
7
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -184,7 +184,7 @@ var re;
|
|
|
184
184
|
}
|
|
185
185
|
e.is = i;
|
|
186
186
|
})(re || (re = {}));
|
|
187
|
-
var
|
|
187
|
+
var q;
|
|
188
188
|
(function(e) {
|
|
189
189
|
function n(r, t) {
|
|
190
190
|
return {
|
|
@@ -198,7 +198,7 @@ var $;
|
|
|
198
198
|
return s.defined(t) && X.is(t.location) && s.string(t.message);
|
|
199
199
|
}
|
|
200
200
|
e.is = i;
|
|
201
|
-
})(
|
|
201
|
+
})(q || (q = {}));
|
|
202
202
|
var I;
|
|
203
203
|
(function(e) {
|
|
204
204
|
e.Error = 1, e.Warning = 2, e.Information = 3, e.Hint = 4;
|
|
@@ -224,7 +224,7 @@ var O;
|
|
|
224
224
|
e.create = n;
|
|
225
225
|
function i(r) {
|
|
226
226
|
var t, a = r;
|
|
227
|
-
return s.defined(a) && p.is(a.range) && s.string(a.message) && (s.number(a.severity) || s.undefined(a.severity)) && (s.integer(a.code) || s.string(a.code) || s.undefined(a.code)) && (s.undefined(a.codeDescription) || s.string((t = a.codeDescription) === null || t === void 0 ? void 0 : t.href)) && (s.string(a.source) || s.undefined(a.source)) && (s.undefined(a.relatedInformation) || s.typedArray(a.relatedInformation,
|
|
227
|
+
return s.defined(a) && p.is(a.range) && s.string(a.message) && (s.number(a.severity) || s.undefined(a.severity)) && (s.integer(a.code) || s.string(a.code) || s.undefined(a.code)) && (s.undefined(a.codeDescription) || s.string((t = a.codeDescription) === null || t === void 0 ? void 0 : t.href)) && (s.string(a.source) || s.undefined(a.source)) && (s.undefined(a.relatedInformation) || s.typedArray(a.relatedInformation, q.is));
|
|
228
228
|
}
|
|
229
229
|
e.is = i;
|
|
230
230
|
})(O || (O = {}));
|
|
@@ -365,7 +365,7 @@ var F;
|
|
|
365
365
|
}
|
|
366
366
|
e.is = i;
|
|
367
367
|
})(F || (F = {}));
|
|
368
|
-
var
|
|
368
|
+
var $;
|
|
369
369
|
(function(e) {
|
|
370
370
|
function n(i) {
|
|
371
371
|
var r = i;
|
|
@@ -374,7 +374,7 @@ var q;
|
|
|
374
374
|
}));
|
|
375
375
|
}
|
|
376
376
|
e.is = n;
|
|
377
|
-
})(
|
|
377
|
+
})($ || ($ = {}));
|
|
378
378
|
var W = function() {
|
|
379
379
|
function e(n, i) {
|
|
380
380
|
this.edits = n, this.changeAnnotations = i;
|
|
@@ -719,7 +719,7 @@ var xe;
|
|
|
719
719
|
e.create = n;
|
|
720
720
|
function i(r) {
|
|
721
721
|
var t = r;
|
|
722
|
-
return t && s.string(t.title) && (t.diagnostics === void 0 || s.typedArray(t.diagnostics, O.is)) && (t.kind === void 0 || s.string(t.kind)) && (t.edit !== void 0 || t.command !== void 0) && (t.command === void 0 || M.is(t.command)) && (t.isPreferred === void 0 || s.boolean(t.isPreferred)) && (t.edit === void 0 ||
|
|
722
|
+
return t && s.string(t.title) && (t.diagnostics === void 0 || s.typedArray(t.diagnostics, O.is)) && (t.kind === void 0 || s.string(t.kind)) && (t.edit !== void 0 || t.command !== void 0) && (t.command === void 0 || M.is(t.command)) && (t.isPreferred === void 0 || s.boolean(t.isPreferred)) && (t.edit === void 0 || $.is(t.edit));
|
|
723
723
|
}
|
|
724
724
|
e.is = i;
|
|
725
725
|
})(xe || (xe = {}));
|
|
@@ -930,7 +930,7 @@ var Be = function() {
|
|
|
930
930
|
}
|
|
931
931
|
e.typedArray = E;
|
|
932
932
|
})(s || (s = {}));
|
|
933
|
-
var
|
|
933
|
+
var qe = class {
|
|
934
934
|
constructor(e, n, i) {
|
|
935
935
|
k(this, "_disposables", []);
|
|
936
936
|
k(this, "_listener", /* @__PURE__ */ Object.create(null));
|
|
@@ -975,7 +975,7 @@ var $e = class {
|
|
|
975
975
|
});
|
|
976
976
|
}
|
|
977
977
|
};
|
|
978
|
-
function
|
|
978
|
+
function $e(e) {
|
|
979
979
|
switch (e) {
|
|
980
980
|
case I.Error:
|
|
981
981
|
return c.MarkerSeverity.Error;
|
|
@@ -992,7 +992,7 @@ function qe(e) {
|
|
|
992
992
|
function Qe(e, n) {
|
|
993
993
|
let i = typeof n.code == "number" ? String(n.code) : n.code;
|
|
994
994
|
return {
|
|
995
|
-
severity:
|
|
995
|
+
severity: $e(n.severity),
|
|
996
996
|
startLineNumber: n.range.start.line + 1,
|
|
997
997
|
startColumn: n.range.start.character + 1,
|
|
998
998
|
endLineNumber: n.range.end.line + 1,
|
|
@@ -1412,7 +1412,7 @@ function kt(e) {
|
|
|
1412
1412
|
const t = (...o) => r.getLanguageServiceWorker(...o);
|
|
1413
1413
|
function a() {
|
|
1414
1414
|
const { languageId: o, modeConfiguration: u } = e;
|
|
1415
|
-
Fe(i), u.completionItems && i.push(c.languages.registerCompletionItemProvider(o, new Ge(t, ["/", "-", ":"]))), u.hovers && i.push(c.languages.registerHoverProvider(o, new Ke(t))), u.documentHighlights && i.push(c.languages.registerDocumentHighlightProvider(o, new rt(t))), u.definitions && i.push(c.languages.registerDefinitionProvider(o, new it(t))), u.references && i.push(c.languages.registerReferenceProvider(o, new at(t))), u.documentSymbols && i.push(c.languages.registerDocumentSymbolProvider(o, new ut(t))), u.rename && i.push(c.languages.registerRenameProvider(o, new ot(t))), u.colors && i.push(c.languages.registerColorProvider(o, new gt(t))), u.foldingRanges && i.push(c.languages.registerFoldingRangeProvider(o, new lt(t))), u.diagnostics && i.push(new
|
|
1415
|
+
Fe(i), u.completionItems && i.push(c.languages.registerCompletionItemProvider(o, new Ge(t, ["/", "-", ":"]))), u.hovers && i.push(c.languages.registerHoverProvider(o, new Ke(t))), u.documentHighlights && i.push(c.languages.registerDocumentHighlightProvider(o, new rt(t))), u.definitions && i.push(c.languages.registerDefinitionProvider(o, new it(t))), u.references && i.push(c.languages.registerReferenceProvider(o, new at(t))), u.documentSymbols && i.push(c.languages.registerDocumentSymbolProvider(o, new ut(t))), u.rename && i.push(c.languages.registerRenameProvider(o, new ot(t))), u.colors && i.push(c.languages.registerColorProvider(o, new gt(t))), u.foldingRanges && i.push(c.languages.registerFoldingRangeProvider(o, new lt(t))), u.diagnostics && i.push(new qe(o, t, e.onDidChange)), u.selectionRanges && i.push(c.languages.registerSelectionRangeProvider(o, new vt(t))), u.documentFormattingEdits && i.push(c.languages.registerDocumentFormattingEditProvider(o, new dt(t))), u.documentRangeFormattingEdits && i.push(c.languages.registerDocumentRangeFormattingEditProvider(o, new ft(t)));
|
|
1416
1416
|
}
|
|
1417
1417
|
return a(), n.push(De(i)), De(n);
|
|
1418
1418
|
}
|
|
@@ -1426,7 +1426,7 @@ function Fe(e) {
|
|
|
1426
1426
|
export {
|
|
1427
1427
|
Ge as CompletionAdapter,
|
|
1428
1428
|
it as DefinitionAdapter,
|
|
1429
|
-
|
|
1429
|
+
qe as DiagnosticsAdapter,
|
|
1430
1430
|
gt as DocumentColorAdapter,
|
|
1431
1431
|
dt as DocumentFormattingEditProvider,
|
|
1432
1432
|
rt as DocumentHighlightAdapter,
|
package/dist/form-imagining.js
CHANGED