@shwfed/config 2.7.1 → 2.7.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/dist/mcp.mjs +1205 -1018
- package/dist/module.json +1 -1
- package/dist/preview/assets/badge-CV7CwAKY.js +1 -0
- package/dist/preview/assets/config-5JFmp62X.js +1 -0
- package/dist/preview/assets/config-BkS5uufU.js +1 -0
- package/dist/preview/assets/config-Bo4cd_u5.js +1 -0
- package/dist/preview/assets/config-BoVPp04e.js +1 -0
- package/dist/preview/assets/config-CMcqX_mc.js +1 -0
- package/dist/preview/assets/config-Ck5_8YaL.js +1 -0
- package/dist/preview/assets/config-DE97oObU.js +1 -0
- package/dist/preview/assets/config-L72ON8PT.js +1 -0
- package/dist/preview/assets/config-dk7L4924.js +1 -0
- package/dist/preview/assets/definition.vue_vue_type_script_setup_true_lang-Cr7UNELp.js +1 -0
- package/dist/preview/assets/index-C2PrdVxC.css +1 -0
- package/dist/preview/assets/{index-BGFrUxgg.js → index-CTZy_nrf.js} +189 -189
- package/dist/preview/assets/index-CY99yvOi.js +1 -0
- package/dist/preview/assets/{index-Bw16PZhL.js → index-DumuGVME.js} +1 -1
- package/dist/preview/assets/{item-aVe51Gy6.js → item-BhBaPg4Z.js} +1 -1
- package/dist/preview/assets/{runtime-CYGmRjmI.js → runtime-BbGu9CHo.js} +1 -1
- package/dist/preview/assets/{runtime-DYj-R8SZ.js → runtime-C6Pc6N3T.js} +1 -1
- package/dist/preview/assets/runtime-CILO8PDD.js +1 -0
- package/dist/preview/assets/runtime-CrNhb4dv.js +1 -0
- package/dist/preview/assets/runtime-DZuxXJrv.js +1 -0
- package/dist/preview/assets/{runtime-CXQuhSAX.js → runtime-DrxczhTW.js} +1 -1
- package/dist/preview/assets/{runtime-3rNI0KDH.js → runtime-KTenCV-J.js} +1 -1
- package/dist/preview/assets/runtime-iR16bMIx.js +1 -0
- package/dist/preview/assets/{runtime-CfVt6IWe.js → runtime-luMscNiE.js} +1 -1
- package/dist/preview/index.html +2 -2
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/config.d.vue.ts +2 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/config.vue +27 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/config.vue.d.ts +2 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/runtime.d.vue.ts +2 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/runtime.vue +18 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/runtime.vue.d.ts +2 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/schema.d.ts +2 -1
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/schema.js +10 -1
- package/dist/runtime/components/config/blocks/2026-05-17/com.shwfed.block.chart.xy/schema.d.ts +1 -1
- package/dist/runtime/components/config/blocks/2026-05-17/com.shwfed.block.chart.xy/schema.js +1 -1
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/badge.d.vue.ts +7 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/badge.vue +91 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/badge.vue.d.ts +7 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/config.d.vue.ts +96 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/config.vue +522 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/config.vue.d.ts +96 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/runtime.d.vue.ts +96 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/runtime.vue +72 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/runtime.vue.d.ts +96 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/schema.d.ts +121 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/schema.js +100 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/config.d.vue.ts +34 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/config.vue +153 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/config.vue.d.ts +34 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/runtime.d.vue.ts +34 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/runtime.vue +41 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/runtime.vue.d.ts +34 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/schema.d.ts +33 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/schema.js +45 -0
- package/dist/runtime/components/config/config.vue +135 -22
- package/dist/runtime/components/config/index.d.vue.ts +4 -0
- package/dist/runtime/components/config/index.vue +26 -2
- package/dist/runtime/components/config/index.vue.d.ts +4 -0
- package/dist/runtime/components/config/schema.d.ts +20 -0
- package/dist/runtime/components/config/schema.js +15 -1
- package/dist/runtime/components/form/config.vue +10 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.d.vue.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.d.vue.ts +18 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +18 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.d.vue.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.d.vue.ts +18 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +18 -18
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.d.vue.ts +16 -16
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.d.vue.ts +18 -18
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +18 -18
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
- package/package.json +1 -1
- package/dist/preview/assets/config-B5FFtD0s.js +0 -1
- package/dist/preview/assets/config-BpWP2vu_.js +0 -1
- package/dist/preview/assets/config-C2OqUTNd.js +0 -1
- package/dist/preview/assets/config-D7cjMBeK.js +0 -1
- package/dist/preview/assets/config-DhORWTZC.js +0 -1
- package/dist/preview/assets/config-DuuYvFG_.js +0 -1
- package/dist/preview/assets/config-dpwN2-UY.js +0 -1
- package/dist/preview/assets/config-eP0EblYK.js +0 -1
- package/dist/preview/assets/config-hs_pZ5MM.js +0 -1
- package/dist/preview/assets/definition.vue_vue_type_script_setup_true_lang-B8-Uydoy.js +0 -1
- package/dist/preview/assets/index-BoGW90Pq.css +0 -1
- package/dist/preview/assets/index-CG261V86.js +0 -1
- package/dist/preview/assets/runtime-BOn8EwHL.js +0 -1
- package/dist/preview/assets/runtime-Bwr-rb58.js +0 -1
- package/dist/preview/assets/runtime-Ca79Fs6I.js +0 -1
- package/dist/preview/assets/runtime-Dd1GqYeP.js +0 -1
package/dist/mcp.mjs
CHANGED
|
@@ -15509,14 +15509,14 @@ function requireCompile() {
|
|
|
15509
15509
|
}
|
|
15510
15510
|
const $id$1 = "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#";
|
|
15511
15511
|
const description = "Meta-schema for $data reference (JSON AnySchema extension proposal)";
|
|
15512
|
-
const type$
|
|
15512
|
+
const type$1j = "object";
|
|
15513
15513
|
const required$1 = ["$data"];
|
|
15514
15514
|
const properties$2 = { "$data": { "type": "string", "anyOf": [{ "format": "relative-json-pointer" }, { "format": "json-pointer" }] } };
|
|
15515
15515
|
const additionalProperties$1 = false;
|
|
15516
15516
|
const require$$9 = {
|
|
15517
15517
|
$id: $id$1,
|
|
15518
15518
|
description,
|
|
15519
|
-
type: type$
|
|
15519
|
+
type: type$1j,
|
|
15520
15520
|
required: required$1,
|
|
15521
15521
|
properties: properties$2,
|
|
15522
15522
|
additionalProperties: additionalProperties$1
|
|
@@ -18516,14 +18516,14 @@ function requireFormat() {
|
|
|
18516
18516
|
format$7.default = format2;
|
|
18517
18517
|
return format$7;
|
|
18518
18518
|
}
|
|
18519
|
-
var metadata$
|
|
18519
|
+
var metadata$1i = {};
|
|
18520
18520
|
var hasRequiredMetadata;
|
|
18521
18521
|
function requireMetadata() {
|
|
18522
|
-
if (hasRequiredMetadata) return metadata$
|
|
18522
|
+
if (hasRequiredMetadata) return metadata$1i;
|
|
18523
18523
|
hasRequiredMetadata = 1;
|
|
18524
|
-
Object.defineProperty(metadata$
|
|
18525
|
-
metadata$
|
|
18526
|
-
metadata$
|
|
18524
|
+
Object.defineProperty(metadata$1i, "__esModule", { value: true });
|
|
18525
|
+
metadata$1i.contentVocabulary = metadata$1i.metadataVocabulary = void 0;
|
|
18526
|
+
metadata$1i.metadataVocabulary = [
|
|
18527
18527
|
"title",
|
|
18528
18528
|
"description",
|
|
18529
18529
|
"default",
|
|
@@ -18532,12 +18532,12 @@ function requireMetadata() {
|
|
|
18532
18532
|
"writeOnly",
|
|
18533
18533
|
"examples"
|
|
18534
18534
|
];
|
|
18535
|
-
metadata$
|
|
18535
|
+
metadata$1i.contentVocabulary = [
|
|
18536
18536
|
"contentMediaType",
|
|
18537
18537
|
"contentEncoding",
|
|
18538
18538
|
"contentSchema"
|
|
18539
18539
|
];
|
|
18540
|
-
return metadata$
|
|
18540
|
+
return metadata$1i;
|
|
18541
18541
|
}
|
|
18542
18542
|
var hasRequiredDraft7;
|
|
18543
18543
|
function requireDraft7() {
|
|
@@ -18683,14 +18683,14 @@ const $schema = "http://json-schema.org/draft-07/schema#";
|
|
|
18683
18683
|
const $id = "http://json-schema.org/draft-07/schema#";
|
|
18684
18684
|
const title = "Core schema meta-schema";
|
|
18685
18685
|
const definitions = { "schemaArray": { "type": "array", "minItems": 1, "items": { "$ref": "#" } }, "nonNegativeInteger": { "type": "integer", "minimum": 0 }, "nonNegativeIntegerDefault0": { "allOf": [{ "$ref": "#/definitions/nonNegativeInteger" }, { "default": 0 }] }, "simpleTypes": { "enum": ["array", "boolean", "integer", "null", "number", "object", "string"] }, "stringArray": { "type": "array", "items": { "type": "string" }, "uniqueItems": true, "default": [] } };
|
|
18686
|
-
const type$
|
|
18686
|
+
const type$1i = ["object", "boolean"];
|
|
18687
18687
|
const properties = { "$id": { "type": "string", "format": "uri-reference" }, "$schema": { "type": "string", "format": "uri" }, "$ref": { "type": "string", "format": "uri-reference" }, "$comment": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "default": true, "readOnly": { "type": "boolean", "default": false }, "examples": { "type": "array", "items": true }, "multipleOf": { "type": "number", "exclusiveMinimum": 0 }, "maximum": { "type": "number" }, "exclusiveMaximum": { "type": "number" }, "minimum": { "type": "number" }, "exclusiveMinimum": { "type": "number" }, "maxLength": { "$ref": "#/definitions/nonNegativeInteger" }, "minLength": { "$ref": "#/definitions/nonNegativeIntegerDefault0" }, "pattern": { "type": "string", "format": "regex" }, "additionalItems": { "$ref": "#" }, "items": { "anyOf": [{ "$ref": "#" }, { "$ref": "#/definitions/schemaArray" }], "default": true }, "maxItems": { "$ref": "#/definitions/nonNegativeInteger" }, "minItems": { "$ref": "#/definitions/nonNegativeIntegerDefault0" }, "uniqueItems": { "type": "boolean", "default": false }, "contains": { "$ref": "#" }, "maxProperties": { "$ref": "#/definitions/nonNegativeInteger" }, "minProperties": { "$ref": "#/definitions/nonNegativeIntegerDefault0" }, "required": { "$ref": "#/definitions/stringArray" }, "additionalProperties": { "$ref": "#" }, "definitions": { "type": "object", "additionalProperties": { "$ref": "#" }, "default": {} }, "properties": { "type": "object", "additionalProperties": { "$ref": "#" }, "default": {} }, "patternProperties": { "type": "object", "additionalProperties": { "$ref": "#" }, "propertyNames": { "format": "regex" }, "default": {} }, "dependencies": { "type": "object", "additionalProperties": { "anyOf": [{ "$ref": "#" }, { "$ref": "#/definitions/stringArray" }] } }, "propertyNames": { "$ref": "#" }, "const": true, "enum": { "type": "array", "items": true, "minItems": 1, "uniqueItems": true }, "type": { "anyOf": [{ "$ref": "#/definitions/simpleTypes" }, { "type": "array", "items": { "$ref": "#/definitions/simpleTypes" }, "minItems": 1, "uniqueItems": true }] }, "format": { "type": "string" }, "contentMediaType": { "type": "string" }, "contentEncoding": { "type": "string" }, "if": { "$ref": "#" }, "then": { "$ref": "#" }, "else": { "$ref": "#" }, "allOf": { "$ref": "#/definitions/schemaArray" }, "anyOf": { "$ref": "#/definitions/schemaArray" }, "oneOf": { "$ref": "#/definitions/schemaArray" }, "not": { "$ref": "#" } };
|
|
18688
18688
|
const require$$3 = {
|
|
18689
18689
|
$schema,
|
|
18690
18690
|
$id,
|
|
18691
18691
|
title,
|
|
18692
18692
|
definitions,
|
|
18693
|
-
type: type$
|
|
18693
|
+
type: type$1i,
|
|
18694
18694
|
properties,
|
|
18695
18695
|
"default": true
|
|
18696
18696
|
};
|
|
@@ -81498,13 +81498,13 @@ function md(...args2) {
|
|
|
81498
81498
|
const indent = (original.startsWith("\n") ? original.slice(1) : original).split("\n", 1)[0]?.match(/^(\s*)/)?.[1]?.length ?? 0;
|
|
81499
81499
|
return original.trim().replaceAll("\\`", "`").split("\n").map((line) => line.replace(new RegExp(`^${String.raw`\s`.repeat(indent)}`), "")).join("\n");
|
|
81500
81500
|
}
|
|
81501
|
-
const type$
|
|
81502
|
-
const compatibilityDate$
|
|
81503
|
-
const metadata$
|
|
81501
|
+
const type$1h = "com.shwfed.actions.button.http.request.json.confirm";
|
|
81502
|
+
const compatibilityDate$1h = "2026-04-18";
|
|
81503
|
+
const metadata$1h = {
|
|
81504
81504
|
name: "网络请求(JSON + 确认)",
|
|
81505
81505
|
icon: "fluent:shield-checkmark-20-regular"
|
|
81506
81506
|
};
|
|
81507
|
-
function schema$
|
|
81507
|
+
function schema$1h(configure) {
|
|
81508
81508
|
const CelHttpRequest = Expression({ configure, resultType: "HttpRequest" });
|
|
81509
81509
|
const CelMessage = Expression({
|
|
81510
81510
|
configure: (env) => {
|
|
@@ -81516,8 +81516,8 @@ function schema$1f(configure) {
|
|
|
81516
81516
|
resultType: "string"
|
|
81517
81517
|
});
|
|
81518
81518
|
return Struct({
|
|
81519
|
-
type: Literal2(type$
|
|
81520
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
81519
|
+
type: Literal2(type$1h),
|
|
81520
|
+
compatibilityDate: Literal2(compatibilityDate$1h),
|
|
81521
81521
|
expression: CelHttpRequest.annotations({
|
|
81522
81522
|
title: "请求",
|
|
81523
81523
|
description: md`
|
|
@@ -81575,18 +81575,18 @@ function schema$1f(configure) {
|
|
|
81575
81575
|
}
|
|
81576
81576
|
const __vite_glob_0_0$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
81577
81577
|
__proto__: null,
|
|
81578
|
-
compatibilityDate: compatibilityDate$
|
|
81579
|
-
metadata: metadata$
|
|
81580
|
-
schema: schema$
|
|
81581
|
-
type: type$
|
|
81578
|
+
compatibilityDate: compatibilityDate$1h,
|
|
81579
|
+
metadata: metadata$1h,
|
|
81580
|
+
schema: schema$1h,
|
|
81581
|
+
type: type$1h
|
|
81582
81582
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
81583
|
-
const type$
|
|
81584
|
-
const compatibilityDate$
|
|
81585
|
-
const metadata$
|
|
81583
|
+
const type$1g = "com.shwfed.actions.button.http.request.json";
|
|
81584
|
+
const compatibilityDate$1g = "2026-04-18";
|
|
81585
|
+
const metadata$1g = {
|
|
81586
81586
|
name: "网络请求(JSON)",
|
|
81587
81587
|
icon: "fluent:cloud-arrow-up-20-regular"
|
|
81588
81588
|
};
|
|
81589
|
-
function schema$
|
|
81589
|
+
function schema$1g(configure) {
|
|
81590
81590
|
const CelHttpRequest = Expression({ configure, resultType: "HttpRequest" });
|
|
81591
81591
|
const CelMessage = Expression({
|
|
81592
81592
|
configure: (env) => {
|
|
@@ -81598,8 +81598,8 @@ function schema$1e(configure) {
|
|
|
81598
81598
|
resultType: "string"
|
|
81599
81599
|
});
|
|
81600
81600
|
return Struct({
|
|
81601
|
-
type: Literal2(type$
|
|
81602
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
81601
|
+
type: Literal2(type$1g),
|
|
81602
|
+
compatibilityDate: Literal2(compatibilityDate$1g),
|
|
81603
81603
|
expression: CelHttpRequest.annotations({
|
|
81604
81604
|
title: "请求",
|
|
81605
81605
|
description: md`
|
|
@@ -81645,21 +81645,21 @@ function schema$1e(configure) {
|
|
|
81645
81645
|
}
|
|
81646
81646
|
const __vite_glob_0_1$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
81647
81647
|
__proto__: null,
|
|
81648
|
-
compatibilityDate: compatibilityDate$
|
|
81649
|
-
metadata: metadata$
|
|
81650
|
-
schema: schema$
|
|
81651
|
-
type: type$
|
|
81648
|
+
compatibilityDate: compatibilityDate$1g,
|
|
81649
|
+
metadata: metadata$1g,
|
|
81650
|
+
schema: schema$1g,
|
|
81651
|
+
type: type$1g
|
|
81652
81652
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
81653
|
-
const type$
|
|
81654
|
-
const compatibilityDate$
|
|
81655
|
-
const metadata$
|
|
81653
|
+
const type$1f = "com.shwfed.actions.button.prototype";
|
|
81654
|
+
const compatibilityDate$1f = "2026-04-18";
|
|
81655
|
+
const metadata$1f = {
|
|
81656
81656
|
name: "原型",
|
|
81657
81657
|
icon: "fluent:predictions-20-regular"
|
|
81658
81658
|
};
|
|
81659
|
-
function schema$
|
|
81659
|
+
function schema$1f(_configure) {
|
|
81660
81660
|
return Struct({
|
|
81661
|
-
type: Literal2(type$
|
|
81662
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
81661
|
+
type: Literal2(type$1f),
|
|
81662
|
+
compatibilityDate: Literal2(compatibilityDate$1f)
|
|
81663
81663
|
}).annotations({
|
|
81664
81664
|
title: "PrototypeAction",
|
|
81665
81665
|
description: "点击无副作用的原型按钮,可被一次性转换为其它类型"
|
|
@@ -81667,23 +81667,23 @@ function schema$1d(_configure) {
|
|
|
81667
81667
|
}
|
|
81668
81668
|
const __vite_glob_0_2$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
81669
81669
|
__proto__: null,
|
|
81670
|
-
compatibilityDate: compatibilityDate$
|
|
81671
|
-
metadata: metadata$
|
|
81672
|
-
schema: schema$
|
|
81673
|
-
type: type$
|
|
81670
|
+
compatibilityDate: compatibilityDate$1f,
|
|
81671
|
+
metadata: metadata$1f,
|
|
81672
|
+
schema: schema$1f,
|
|
81673
|
+
type: type$1f
|
|
81674
81674
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
81675
|
-
const type$
|
|
81676
|
-
const compatibilityDate$
|
|
81677
|
-
const metadata$
|
|
81675
|
+
const type$1e = "com.shwfed.actions.button.navigation";
|
|
81676
|
+
const compatibilityDate$1e = "2026-04-21";
|
|
81677
|
+
const metadata$1e = {
|
|
81678
81678
|
name: "导航",
|
|
81679
81679
|
icon: "fluent:link-20-regular"
|
|
81680
81680
|
};
|
|
81681
81681
|
const Mode = Literal2("_self", "_blank");
|
|
81682
|
-
function schema$
|
|
81682
|
+
function schema$1e(configure) {
|
|
81683
81683
|
const CelUrl = Expression({ configure, resultType: "string" });
|
|
81684
81684
|
return Struct({
|
|
81685
|
-
type: Literal2(type$
|
|
81686
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
81685
|
+
type: Literal2(type$1e),
|
|
81686
|
+
compatibilityDate: Literal2(compatibilityDate$1e),
|
|
81687
81687
|
url: CelUrl.annotations({
|
|
81688
81688
|
title: "链接",
|
|
81689
81689
|
description: "点击后将打开的链接,返回 `string`"
|
|
@@ -81699,10 +81699,10 @@ function schema$1c(configure) {
|
|
|
81699
81699
|
}
|
|
81700
81700
|
const __vite_glob_0_3$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
81701
81701
|
__proto__: null,
|
|
81702
|
-
compatibilityDate: compatibilityDate$
|
|
81703
|
-
metadata: metadata$
|
|
81704
|
-
schema: schema$
|
|
81705
|
-
type: type$
|
|
81702
|
+
compatibilityDate: compatibilityDate$1e,
|
|
81703
|
+
metadata: metadata$1e,
|
|
81704
|
+
schema: schema$1e,
|
|
81705
|
+
type: type$1e
|
|
81706
81706
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
81707
81707
|
const TrackCount = Number$.pipe(int(), positive());
|
|
81708
81708
|
const GridCoord = Number$.pipe(int(), positive());
|
|
@@ -81838,9 +81838,9 @@ function registerBlockRef(configure, ref2) {
|
|
|
81838
81838
|
function lookupBlockRef(configure) {
|
|
81839
81839
|
return blockRefCache.get(configure);
|
|
81840
81840
|
}
|
|
81841
|
-
const type$
|
|
81842
|
-
const compatibilityDate$
|
|
81843
|
-
const metadata$
|
|
81841
|
+
const type$1d = "com.shwfed.actions.button.modal.layout";
|
|
81842
|
+
const compatibilityDate$1d = "2026-05-11";
|
|
81843
|
+
const metadata$1d = {
|
|
81844
81844
|
name: "模态窗口",
|
|
81845
81845
|
icon: "fluent:window-edit-20-regular",
|
|
81846
81846
|
drillable: true,
|
|
@@ -81851,12 +81851,12 @@ const metadata$1b = {
|
|
|
81851
81851
|
const CssLength = String$.pipe(
|
|
81852
81852
|
filter((s) => s.trim().length > 0 || "不能为空字符串")
|
|
81853
81853
|
);
|
|
81854
|
-
function schema$
|
|
81854
|
+
function schema$1d(configure) {
|
|
81855
81855
|
const blockUnion = lookupBlockRef(configure) ?? Unknown;
|
|
81856
81856
|
const ModalSlot = Slot(blockUnion, configure);
|
|
81857
81857
|
return Struct({
|
|
81858
|
-
type: Literal2(type$
|
|
81859
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
81858
|
+
type: Literal2(type$1d),
|
|
81859
|
+
compatibilityDate: Literal2(compatibilityDate$1d),
|
|
81860
81860
|
modalTitle: optional(Locale.annotations({
|
|
81861
81861
|
title: "弹窗标题",
|
|
81862
81862
|
description: "弹窗顶部展示的本地化标题,支持行内 Markdown;不填则回退使用按钮自身的名称"
|
|
@@ -81878,29 +81878,29 @@ function schema$1b(configure) {
|
|
|
81878
81878
|
description: "点击后弹出包含一组块的弹窗"
|
|
81879
81879
|
});
|
|
81880
81880
|
}
|
|
81881
|
-
function defaultBody$
|
|
81881
|
+
function defaultBody$9() {
|
|
81882
81882
|
return {
|
|
81883
81883
|
slot: defaultSlot()
|
|
81884
81884
|
};
|
|
81885
81885
|
}
|
|
81886
81886
|
const __vite_glob_0_4$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
81887
81887
|
__proto__: null,
|
|
81888
|
-
compatibilityDate: compatibilityDate$
|
|
81889
|
-
defaultBody: defaultBody$
|
|
81890
|
-
metadata: metadata$
|
|
81891
|
-
schema: schema$
|
|
81892
|
-
type: type$
|
|
81888
|
+
compatibilityDate: compatibilityDate$1d,
|
|
81889
|
+
defaultBody: defaultBody$9,
|
|
81890
|
+
metadata: metadata$1d,
|
|
81891
|
+
schema: schema$1d,
|
|
81892
|
+
type: type$1d
|
|
81893
81893
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
81894
|
-
const type$
|
|
81895
|
-
const compatibilityDate$
|
|
81896
|
-
const metadata$
|
|
81894
|
+
const type$1c = "com.shwfed.actions.button.event.dispatch";
|
|
81895
|
+
const compatibilityDate$1c = "2026-05-15";
|
|
81896
|
+
const metadata$1c = {
|
|
81897
81897
|
name: "触发事件",
|
|
81898
81898
|
icon: "fluent:flash-20-regular"
|
|
81899
81899
|
};
|
|
81900
|
-
function schema$
|
|
81900
|
+
function schema$1c(_configure) {
|
|
81901
81901
|
return Struct({
|
|
81902
|
-
type: Literal2(type$
|
|
81903
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
81902
|
+
type: Literal2(type$1c),
|
|
81903
|
+
compatibilityDate: Literal2(compatibilityDate$1c),
|
|
81904
81904
|
// This button's entire behaviour: the op-requests it bubbles up the
|
|
81905
81905
|
// component tree on click. Stored on the button itself — there is no
|
|
81906
81906
|
// host-level trigger field any more.
|
|
@@ -81911,14 +81911,14 @@ function schema$1a(_configure) {
|
|
|
81911
81911
|
}
|
|
81912
81912
|
const __vite_glob_0_5$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
81913
81913
|
__proto__: null,
|
|
81914
|
-
compatibilityDate: compatibilityDate$
|
|
81915
|
-
metadata: metadata$
|
|
81916
|
-
schema: schema$
|
|
81917
|
-
type: type$
|
|
81914
|
+
compatibilityDate: compatibilityDate$1c,
|
|
81915
|
+
metadata: metadata$1c,
|
|
81916
|
+
schema: schema$1c,
|
|
81917
|
+
type: type$1c
|
|
81918
81918
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
81919
|
-
const type$
|
|
81920
|
-
const compatibilityDate$
|
|
81921
|
-
const metadata$
|
|
81919
|
+
const type$1b = "com.shwfed.actions.button.http.download";
|
|
81920
|
+
const compatibilityDate$1b = "2026-05-21";
|
|
81921
|
+
const metadata$1b = {
|
|
81922
81922
|
name: "下载文件",
|
|
81923
81923
|
icon: "fluent:arrow-download-20-regular"
|
|
81924
81924
|
};
|
|
@@ -81933,13 +81933,13 @@ function configureWithJson$4(configure) {
|
|
|
81933
81933
|
env.registerVariable("json", JSON_VAR$4.type, { description: JSON_VAR$4.description });
|
|
81934
81934
|
};
|
|
81935
81935
|
}
|
|
81936
|
-
function schema$
|
|
81936
|
+
function schema$1b(configure) {
|
|
81937
81937
|
const CelHttpRequest = Expression({ configure, resultType: "HttpRequest" });
|
|
81938
81938
|
const CelDownloadRequest = Expression({ configure: configureWithJson$4(configure), resultType: "HttpRequest" });
|
|
81939
81939
|
const CelMessage = Expression({ configure: configureWithJson$4(configure), resultType: "string" });
|
|
81940
81940
|
return Struct({
|
|
81941
|
-
type: Literal2(type$
|
|
81942
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
81941
|
+
type: Literal2(type$1b),
|
|
81942
|
+
compatibilityDate: Literal2(compatibilityDate$1b),
|
|
81943
81943
|
template: Struct({
|
|
81944
81944
|
request: CelHttpRequest.annotations({
|
|
81945
81945
|
title: "请求",
|
|
@@ -82002,25 +82002,25 @@ function schema$19(configure) {
|
|
|
82002
82002
|
const __vite_glob_0_6$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
82003
82003
|
__proto__: null,
|
|
82004
82004
|
JSON_VAR: JSON_VAR$4,
|
|
82005
|
-
compatibilityDate: compatibilityDate$
|
|
82006
|
-
metadata: metadata$
|
|
82007
|
-
schema: schema$
|
|
82008
|
-
type: type$
|
|
82005
|
+
compatibilityDate: compatibilityDate$1b,
|
|
82006
|
+
metadata: metadata$1b,
|
|
82007
|
+
schema: schema$1b,
|
|
82008
|
+
type: type$1b
|
|
82009
82009
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
82010
|
-
const type$
|
|
82011
|
-
const compatibilityDate$
|
|
82012
|
-
const metadata$
|
|
82010
|
+
const type$1a = "com.shwfed.actions.button.state.write";
|
|
82011
|
+
const compatibilityDate$1a = "2026-05-24";
|
|
82012
|
+
const metadata$1a = {
|
|
82013
82013
|
name: "写入表单状态",
|
|
82014
82014
|
icon: "fluent:document-edit-20-regular"
|
|
82015
82015
|
};
|
|
82016
|
-
function schema$
|
|
82016
|
+
function schema$1a(configure) {
|
|
82017
82017
|
const CelRecord = Expression({
|
|
82018
82018
|
configure,
|
|
82019
82019
|
resultType: (t) => t === "dyn" || t.startsWith("map")
|
|
82020
82020
|
});
|
|
82021
82021
|
return Struct({
|
|
82022
|
-
type: Literal2(type$
|
|
82023
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
82022
|
+
type: Literal2(type$1a),
|
|
82023
|
+
compatibilityDate: Literal2(compatibilityDate$1a),
|
|
82024
82024
|
expression: CelRecord.annotations({
|
|
82025
82025
|
title: "写入值",
|
|
82026
82026
|
description: md`
|
|
@@ -82038,27 +82038,27 @@ function schema$18(configure) {
|
|
|
82038
82038
|
description: "点击后将 CEL 表达式的结果写回最近祖先的表单状态"
|
|
82039
82039
|
});
|
|
82040
82040
|
}
|
|
82041
|
-
const __vite_glob_0_7$
|
|
82041
|
+
const __vite_glob_0_7$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
82042
82042
|
__proto__: null,
|
|
82043
|
-
compatibilityDate: compatibilityDate$
|
|
82044
|
-
metadata: metadata$
|
|
82045
|
-
schema: schema$
|
|
82046
|
-
type: type$
|
|
82043
|
+
compatibilityDate: compatibilityDate$1a,
|
|
82044
|
+
metadata: metadata$1a,
|
|
82045
|
+
schema: schema$1a,
|
|
82046
|
+
type: type$1a
|
|
82047
82047
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
82048
|
-
const type$
|
|
82049
|
-
const compatibilityDate$
|
|
82050
|
-
const metadata$
|
|
82048
|
+
const type$19 = "com.shwfed.actions.item.markdown";
|
|
82049
|
+
const compatibilityDate$19 = "2026-05-21";
|
|
82050
|
+
const metadata$19 = {
|
|
82051
82051
|
name: "内联 Markdown",
|
|
82052
82052
|
icon: "fluent:markdown-20-regular"
|
|
82053
82053
|
};
|
|
82054
|
-
function schema$
|
|
82054
|
+
function schema$19(_configure) {
|
|
82055
82055
|
return Struct({
|
|
82056
82056
|
id: UUID.annotations({ description: "Markdown 项唯一标识" }),
|
|
82057
82057
|
// Present when the item sits at group level; absent when it lives as a
|
|
82058
82058
|
// dropdown sub-item (the parent is the dropdown itself).
|
|
82059
82059
|
groupId: optional(UUID.annotations({ description: "所属按钮组标识" })),
|
|
82060
|
-
type: Literal2(type$
|
|
82061
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
82060
|
+
type: Literal2(type$19),
|
|
82061
|
+
compatibilityDate: Literal2(compatibilityDate$19),
|
|
82062
82062
|
name: String$.annotations({
|
|
82063
82063
|
title: "内部名称",
|
|
82064
82064
|
description: "仅用于编辑器内识别该 Markdown 项,不会展示给最终用户"
|
|
@@ -82074,10 +82074,10 @@ function schema$17(_configure) {
|
|
|
82074
82074
|
}
|
|
82075
82075
|
const __vite_glob_3_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
82076
82076
|
__proto__: null,
|
|
82077
|
-
compatibilityDate: compatibilityDate$
|
|
82078
|
-
metadata: metadata$
|
|
82079
|
-
schema: schema$
|
|
82080
|
-
type: type$
|
|
82077
|
+
compatibilityDate: compatibilityDate$19,
|
|
82078
|
+
metadata: metadata$19,
|
|
82079
|
+
schema: schema$19,
|
|
82080
|
+
type: type$19
|
|
82081
82081
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
82082
82082
|
function defineRegistry(options) {
|
|
82083
82083
|
const {
|
|
@@ -82150,7 +82150,7 @@ const schemaModules$3 = /* @__PURE__ */ Object.assign({
|
|
|
82150
82150
|
"../buttons/2026-05-11/com.shwfed.actions.button.modal.layout/schema.ts": __vite_glob_0_4$3,
|
|
82151
82151
|
"../buttons/2026-05-15/com.shwfed.actions.button.event.dispatch/schema.ts": __vite_glob_0_5$3,
|
|
82152
82152
|
"../buttons/2026-05-21/com.shwfed.actions.button.http.download/schema.ts": __vite_glob_0_6$3,
|
|
82153
|
-
"../buttons/2026-05-24/com.shwfed.actions.button.state.write/schema.ts": __vite_glob_0_7$
|
|
82153
|
+
"../buttons/2026-05-24/com.shwfed.actions.button.state.write/schema.ts": __vite_glob_0_7$3
|
|
82154
82154
|
});
|
|
82155
82155
|
const configModuleLoaders = /* @__PURE__ */ Object.assign({
|
|
82156
82156
|
"../buttons/2026-04-18/com.shwfed.actions.button.http.request.json.confirm/config.vue": () => Promise.resolve().then(() => _stubVue),
|
|
@@ -82449,20 +82449,20 @@ function defaultActionsConfig() {
|
|
|
82449
82449
|
items: []
|
|
82450
82450
|
};
|
|
82451
82451
|
}
|
|
82452
|
-
const type$
|
|
82453
|
-
const compatibilityDate$
|
|
82454
|
-
const metadata$
|
|
82452
|
+
const type$18 = "com.shwfed.block.actions";
|
|
82453
|
+
const compatibilityDate$18 = "2026-05-06";
|
|
82454
|
+
const metadata$18 = {
|
|
82455
82455
|
name: "操作按钮",
|
|
82456
82456
|
icon: "fluent:cursor-click-20-regular",
|
|
82457
82457
|
w: { initial: 8, min: 8, max: Infinity },
|
|
82458
82458
|
h: { initial: 2, min: 2, max: Infinity }
|
|
82459
82459
|
};
|
|
82460
|
-
function schema$
|
|
82460
|
+
function schema$18(configure, _blockRef) {
|
|
82461
82461
|
const ActionsSchema = ActionsConfig(configure);
|
|
82462
82462
|
return Struct({
|
|
82463
82463
|
id: UUID.annotations({ description: "块唯一标识" }),
|
|
82464
|
-
type: tag(type$
|
|
82465
|
-
compatibilityDate: tag(compatibilityDate$
|
|
82464
|
+
type: tag(type$18),
|
|
82465
|
+
compatibilityDate: tag(compatibilityDate$18),
|
|
82466
82466
|
actions: ActionsSchema.annotations({
|
|
82467
82467
|
title: "操作按钮配置",
|
|
82468
82468
|
description: "内嵌的 Actions 组件配置"
|
|
@@ -82472,16 +82472,16 @@ function schema$16(configure, _blockRef) {
|
|
|
82472
82472
|
description: "将一组 Actions 按钮作为页面块嵌入"
|
|
82473
82473
|
});
|
|
82474
82474
|
}
|
|
82475
|
-
function defaultBody$
|
|
82475
|
+
function defaultBody$8() {
|
|
82476
82476
|
return { actions: defaultActionsConfig() };
|
|
82477
82477
|
}
|
|
82478
82478
|
const __vite_glob_0_0$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
82479
82479
|
__proto__: null,
|
|
82480
|
-
compatibilityDate: compatibilityDate$
|
|
82481
|
-
defaultBody: defaultBody$
|
|
82482
|
-
metadata: metadata$
|
|
82483
|
-
schema: schema$
|
|
82484
|
-
type: type$
|
|
82480
|
+
compatibilityDate: compatibilityDate$18,
|
|
82481
|
+
defaultBody: defaultBody$8,
|
|
82482
|
+
metadata: metadata$18,
|
|
82483
|
+
schema: schema$18,
|
|
82484
|
+
type: type$18
|
|
82485
82485
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
82486
82486
|
function validationRuleStruct(configure) {
|
|
82487
82487
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
@@ -82566,18 +82566,18 @@ function derivedField(configure, resultType) {
|
|
|
82566
82566
|
})
|
|
82567
82567
|
);
|
|
82568
82568
|
}
|
|
82569
|
-
const type$
|
|
82570
|
-
const compatibilityDate$
|
|
82571
|
-
const metadata$
|
|
82569
|
+
const type$17 = "com.shwfed.form.field.markdown";
|
|
82570
|
+
const compatibilityDate$17 = "2026-04-22";
|
|
82571
|
+
const metadata$17 = {
|
|
82572
82572
|
name: "Markdown",
|
|
82573
82573
|
icon: "fluent:markdown-20-regular",
|
|
82574
82574
|
w: { initial: 8, min: 2, max: Infinity },
|
|
82575
82575
|
h: { initial: 2, min: 2, max: Infinity }
|
|
82576
82576
|
};
|
|
82577
|
-
function schema$
|
|
82577
|
+
function schema$17(configure) {
|
|
82578
82578
|
return Struct({
|
|
82579
|
-
type: Literal2(type$
|
|
82580
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
82579
|
+
type: Literal2(type$17),
|
|
82580
|
+
compatibilityDate: Literal2(compatibilityDate$17),
|
|
82581
82581
|
...commonFieldFields(configure),
|
|
82582
82582
|
content: Locale.annotations({
|
|
82583
82583
|
title: "内容",
|
|
@@ -82590,24 +82590,24 @@ function schema$15(configure) {
|
|
|
82590
82590
|
}
|
|
82591
82591
|
const __vite_glob_0_0$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
82592
82592
|
__proto__: null,
|
|
82593
|
-
compatibilityDate: compatibilityDate$
|
|
82594
|
-
metadata: metadata$
|
|
82595
|
-
schema: schema$
|
|
82596
|
-
type: type$
|
|
82593
|
+
compatibilityDate: compatibilityDate$17,
|
|
82594
|
+
metadata: metadata$17,
|
|
82595
|
+
schema: schema$17,
|
|
82596
|
+
type: type$17
|
|
82597
82597
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
82598
|
-
const type$
|
|
82599
|
-
const compatibilityDate$
|
|
82600
|
-
const metadata$
|
|
82598
|
+
const type$16 = "com.shwfed.form.field.text";
|
|
82599
|
+
const compatibilityDate$16 = "2026-04-22";
|
|
82600
|
+
const metadata$16 = {
|
|
82601
82601
|
name: "文本输入",
|
|
82602
82602
|
icon: "fluent:text-field-20-regular",
|
|
82603
82603
|
w: { initial: 8, min: 4, max: Infinity },
|
|
82604
82604
|
h: { initial: 2, min: 2, max: 2 }
|
|
82605
82605
|
};
|
|
82606
|
-
function schema$
|
|
82606
|
+
function schema$16(configure) {
|
|
82607
82607
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
82608
82608
|
return Struct({
|
|
82609
|
-
type: Literal2(type$
|
|
82610
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
82609
|
+
type: Literal2(type$16),
|
|
82610
|
+
compatibilityDate: Literal2(compatibilityDate$16),
|
|
82611
82611
|
...commonFieldFields(configure),
|
|
82612
82612
|
label: optional(Locale.annotations({
|
|
82613
82613
|
title: "标签",
|
|
@@ -82642,24 +82642,24 @@ function schema$14(configure) {
|
|
|
82642
82642
|
}
|
|
82643
82643
|
const __vite_glob_0_1$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
82644
82644
|
__proto__: null,
|
|
82645
|
-
compatibilityDate: compatibilityDate$
|
|
82646
|
-
metadata: metadata$
|
|
82647
|
-
schema: schema$
|
|
82648
|
-
type: type$
|
|
82645
|
+
compatibilityDate: compatibilityDate$16,
|
|
82646
|
+
metadata: metadata$16,
|
|
82647
|
+
schema: schema$16,
|
|
82648
|
+
type: type$16
|
|
82649
82649
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
82650
|
-
const type$
|
|
82651
|
-
const compatibilityDate$
|
|
82652
|
-
const metadata$
|
|
82650
|
+
const type$15 = "com.shwfed.form.field.textarea";
|
|
82651
|
+
const compatibilityDate$15 = "2026-04-22";
|
|
82652
|
+
const metadata$15 = {
|
|
82653
82653
|
name: "多行文本输入",
|
|
82654
82654
|
icon: "fluent:text-description-20-regular",
|
|
82655
82655
|
w: { initial: 8, min: 4, max: Infinity },
|
|
82656
82656
|
h: { initial: 3, min: 2, max: Infinity, grow: true }
|
|
82657
82657
|
};
|
|
82658
|
-
function schema$
|
|
82658
|
+
function schema$15(configure) {
|
|
82659
82659
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
82660
82660
|
return Struct({
|
|
82661
|
-
type: Literal2(type$
|
|
82662
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
82661
|
+
type: Literal2(type$15),
|
|
82662
|
+
compatibilityDate: Literal2(compatibilityDate$15),
|
|
82663
82663
|
...commonFieldFields(configure),
|
|
82664
82664
|
label: optional(Locale.annotations({
|
|
82665
82665
|
title: "标签",
|
|
@@ -82698,25 +82698,25 @@ function schema$13(configure) {
|
|
|
82698
82698
|
}
|
|
82699
82699
|
const __vite_glob_0_2$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
82700
82700
|
__proto__: null,
|
|
82701
|
-
compatibilityDate: compatibilityDate$
|
|
82702
|
-
metadata: metadata$
|
|
82703
|
-
schema: schema$
|
|
82704
|
-
type: type$
|
|
82701
|
+
compatibilityDate: compatibilityDate$15,
|
|
82702
|
+
metadata: metadata$15,
|
|
82703
|
+
schema: schema$15,
|
|
82704
|
+
type: type$15
|
|
82705
82705
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
82706
|
-
const type$
|
|
82707
|
-
const compatibilityDate$
|
|
82708
|
-
const metadata$
|
|
82706
|
+
const type$14 = "com.shwfed.form.field.actions";
|
|
82707
|
+
const compatibilityDate$14 = "2026-04-24";
|
|
82708
|
+
const metadata$14 = {
|
|
82709
82709
|
name: "操作",
|
|
82710
82710
|
icon: "fluent:cursor-click-20-regular",
|
|
82711
82711
|
w: { initial: 8, min: 4, max: Infinity },
|
|
82712
82712
|
h: { initial: 2, min: 2, max: Infinity }
|
|
82713
82713
|
};
|
|
82714
|
-
function schema$
|
|
82714
|
+
function schema$14(configure) {
|
|
82715
82715
|
const { fields: actionFields } = ActionSchemaFields(configure);
|
|
82716
82716
|
const { size: _size, groups, items: items2, ...rest } = actionFields;
|
|
82717
82717
|
return Struct({
|
|
82718
|
-
type: Literal2(type$
|
|
82719
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
82718
|
+
type: Literal2(type$14),
|
|
82719
|
+
compatibilityDate: Literal2(compatibilityDate$14),
|
|
82720
82720
|
...commonFieldFields(configure),
|
|
82721
82721
|
...rest,
|
|
82722
82722
|
// Form's add-field factory creates new fields with only { type, compatibilityDate, id },
|
|
@@ -82730,14 +82730,14 @@ function schema$12(configure) {
|
|
|
82730
82730
|
}
|
|
82731
82731
|
const __vite_glob_0_3$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
82732
82732
|
__proto__: null,
|
|
82733
|
-
compatibilityDate: compatibilityDate$
|
|
82734
|
-
metadata: metadata$
|
|
82735
|
-
schema: schema$
|
|
82736
|
-
type: type$
|
|
82733
|
+
compatibilityDate: compatibilityDate$14,
|
|
82734
|
+
metadata: metadata$14,
|
|
82735
|
+
schema: schema$14,
|
|
82736
|
+
type: type$14
|
|
82737
82737
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
82738
|
-
const type$
|
|
82739
|
-
const compatibilityDate$
|
|
82740
|
-
const metadata$
|
|
82738
|
+
const type$13 = "com.shwfed.form.field.combobox.single";
|
|
82739
|
+
const compatibilityDate$13 = "2026-04-24";
|
|
82740
|
+
const metadata$13 = {
|
|
82741
82741
|
name: "下拉单选",
|
|
82742
82742
|
icon: "fluent:chevron-down-20-regular",
|
|
82743
82743
|
w: { initial: 8, min: 4, max: Infinity },
|
|
@@ -82750,14 +82750,14 @@ function configureWithOption$4(configure) {
|
|
|
82750
82750
|
};
|
|
82751
82751
|
}
|
|
82752
82752
|
const isListType$d = (actual) => actual === "dyn" || actual.startsWith("list");
|
|
82753
|
-
function schema$
|
|
82753
|
+
function schema$13(configure) {
|
|
82754
82754
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
82755
82755
|
const CelOptions = Expression({ configure, resultType: isListType$d });
|
|
82756
82756
|
const CelOptionValue = Expression({ configure: configureWithOption$4(configure), resultType: "dyn" });
|
|
82757
82757
|
const LocaleOptionLabel = LocaleMarkdown({ configure: configureWithOption$4(configure) });
|
|
82758
82758
|
return Struct({
|
|
82759
|
-
type: Literal2(type$
|
|
82760
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
82759
|
+
type: Literal2(type$13),
|
|
82760
|
+
compatibilityDate: Literal2(compatibilityDate$13),
|
|
82761
82761
|
...commonFieldFields(configure),
|
|
82762
82762
|
label: optional(Locale.annotations({
|
|
82763
82763
|
title: "标签",
|
|
@@ -82804,14 +82804,14 @@ function schema$11(configure) {
|
|
|
82804
82804
|
}
|
|
82805
82805
|
const __vite_glob_0_4$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
82806
82806
|
__proto__: null,
|
|
82807
|
-
compatibilityDate: compatibilityDate$
|
|
82808
|
-
metadata: metadata$
|
|
82809
|
-
schema: schema$
|
|
82810
|
-
type: type$
|
|
82807
|
+
compatibilityDate: compatibilityDate$13,
|
|
82808
|
+
metadata: metadata$13,
|
|
82809
|
+
schema: schema$13,
|
|
82810
|
+
type: type$13
|
|
82811
82811
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
82812
|
-
const type$
|
|
82813
|
-
const compatibilityDate$
|
|
82814
|
-
const metadata$
|
|
82812
|
+
const type$12 = "com.shwfed.form.field.date";
|
|
82813
|
+
const compatibilityDate$12 = "2026-04-27";
|
|
82814
|
+
const metadata$12 = {
|
|
82815
82815
|
name: "日期",
|
|
82816
82816
|
icon: "fluent:calendar-ltr-20-regular",
|
|
82817
82817
|
w: { initial: 8, min: 4, max: Infinity },
|
|
@@ -82833,12 +82833,12 @@ function presetSchema$5(configure) {
|
|
|
82833
82833
|
title: "DateFieldPreset"
|
|
82834
82834
|
});
|
|
82835
82835
|
}
|
|
82836
|
-
function schema$
|
|
82836
|
+
function schema$12(configure) {
|
|
82837
82837
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
82838
82838
|
const Preset = presetSchema$5(configure);
|
|
82839
82839
|
return Struct({
|
|
82840
|
-
type: Literal2(type$
|
|
82841
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
82840
|
+
type: Literal2(type$12),
|
|
82841
|
+
compatibilityDate: Literal2(compatibilityDate$12),
|
|
82842
82842
|
...commonFieldFields(configure),
|
|
82843
82843
|
label: optional(Locale.annotations({
|
|
82844
82844
|
title: "标签",
|
|
@@ -82885,14 +82885,14 @@ function schema$10(configure) {
|
|
|
82885
82885
|
}
|
|
82886
82886
|
const __vite_glob_0_5$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
82887
82887
|
__proto__: null,
|
|
82888
|
-
compatibilityDate: compatibilityDate$
|
|
82889
|
-
metadata: metadata$
|
|
82888
|
+
compatibilityDate: compatibilityDate$12,
|
|
82889
|
+
metadata: metadata$12,
|
|
82890
82890
|
presetSchema: presetSchema$5,
|
|
82891
|
-
schema: schema$
|
|
82892
|
-
type: type$
|
|
82891
|
+
schema: schema$12,
|
|
82892
|
+
type: type$12
|
|
82893
82893
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
82894
|
-
const type
|
|
82895
|
-
const compatibilityDate
|
|
82894
|
+
const type$11 = "com.shwfed.form.field.daterange";
|
|
82895
|
+
const compatibilityDate$11 = "2026-04-27";
|
|
82896
82896
|
const BindingPath$4 = String$.pipe(minLength(1));
|
|
82897
82897
|
const SplitBinding$4 = Tuple(BindingPath$4, BindingPath$4).pipe(
|
|
82898
82898
|
filter(([a, b]) => a !== b, {
|
|
@@ -82903,7 +82903,7 @@ const bindingSchema$4 = Union2(BindingPath$4, SplitBinding$4).annotations({
|
|
|
82903
82903
|
title: "绑定路径",
|
|
82904
82904
|
description: "写入表单状态的 `dot-prop` 路径;填写单个路径时写入 `[start, end]` 字符串数组,例如 `event.range`;填写 `[起始路径, 结束路径]` 元组时分别写入两端;留空则为非受控字段"
|
|
82905
82905
|
});
|
|
82906
|
-
const metadata
|
|
82906
|
+
const metadata$11 = {
|
|
82907
82907
|
name: "日期范围",
|
|
82908
82908
|
icon: "fluent:calendar-arrow-right-20-regular",
|
|
82909
82909
|
w: { initial: 10, min: 10, max: Infinity },
|
|
@@ -82929,12 +82929,12 @@ function presetSchema$4(configure) {
|
|
|
82929
82929
|
title: "DateRangeFieldPreset"
|
|
82930
82930
|
});
|
|
82931
82931
|
}
|
|
82932
|
-
function schema
|
|
82932
|
+
function schema$11(configure) {
|
|
82933
82933
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
82934
82934
|
const Preset = presetSchema$4(configure);
|
|
82935
82935
|
return Struct({
|
|
82936
|
-
type: Literal2(type
|
|
82937
|
-
compatibilityDate: Literal2(compatibilityDate
|
|
82936
|
+
type: Literal2(type$11),
|
|
82937
|
+
compatibilityDate: Literal2(compatibilityDate$11),
|
|
82938
82938
|
...commonFieldFields(configure),
|
|
82939
82939
|
label: optional(Locale.annotations({
|
|
82940
82940
|
title: "标签",
|
|
@@ -82993,16 +82993,16 @@ function defaults$x() {
|
|
|
82993
82993
|
}
|
|
82994
82994
|
const __vite_glob_0_6$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
82995
82995
|
__proto__: null,
|
|
82996
|
-
compatibilityDate: compatibilityDate
|
|
82996
|
+
compatibilityDate: compatibilityDate$11,
|
|
82997
82997
|
defaults: defaults$x,
|
|
82998
|
-
metadata: metadata
|
|
82998
|
+
metadata: metadata$11,
|
|
82999
82999
|
presetSchema: presetSchema$4,
|
|
83000
|
-
schema: schema
|
|
83001
|
-
type: type
|
|
83000
|
+
schema: schema$11,
|
|
83001
|
+
type: type$11
|
|
83002
83002
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
83003
|
-
const type$
|
|
83004
|
-
const compatibilityDate$
|
|
83005
|
-
const metadata$
|
|
83003
|
+
const type$10 = "com.shwfed.form.field.datetime";
|
|
83004
|
+
const compatibilityDate$10 = "2026-04-27";
|
|
83005
|
+
const metadata$10 = {
|
|
83006
83006
|
name: "日期时间",
|
|
83007
83007
|
icon: "fluent:calendar-clock-20-regular",
|
|
83008
83008
|
w: { initial: 8, min: 4, max: Infinity },
|
|
@@ -83034,12 +83034,12 @@ function presetSchema$3(configure) {
|
|
|
83034
83034
|
title: "DateTimeFieldPreset"
|
|
83035
83035
|
});
|
|
83036
83036
|
}
|
|
83037
|
-
function schema$
|
|
83037
|
+
function schema$10(configure) {
|
|
83038
83038
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
83039
83039
|
const Preset = presetSchema$3(configure);
|
|
83040
83040
|
return Struct({
|
|
83041
|
-
type: Literal2(type$
|
|
83042
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
83041
|
+
type: Literal2(type$10),
|
|
83042
|
+
compatibilityDate: Literal2(compatibilityDate$10),
|
|
83043
83043
|
...commonFieldFields(configure),
|
|
83044
83044
|
label: optional(Locale.annotations({
|
|
83045
83045
|
title: "标签",
|
|
@@ -83092,19 +83092,19 @@ function schema$_(configure) {
|
|
|
83092
83092
|
description: "日期时间选择输入"
|
|
83093
83093
|
});
|
|
83094
83094
|
}
|
|
83095
|
-
const __vite_glob_0_7$
|
|
83095
|
+
const __vite_glob_0_7$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
83096
83096
|
__proto__: null,
|
|
83097
83097
|
HOUR_CYCLE_OPTIONS: HOUR_CYCLE_OPTIONS$3,
|
|
83098
83098
|
TIME_GRANULARITIES: TIME_GRANULARITIES$3,
|
|
83099
83099
|
TIME_GRANULARITY_OPTIONS: TIME_GRANULARITY_OPTIONS$3,
|
|
83100
|
-
compatibilityDate: compatibilityDate$
|
|
83101
|
-
metadata: metadata$
|
|
83100
|
+
compatibilityDate: compatibilityDate$10,
|
|
83101
|
+
metadata: metadata$10,
|
|
83102
83102
|
presetSchema: presetSchema$3,
|
|
83103
|
-
schema: schema$
|
|
83104
|
-
type: type$
|
|
83103
|
+
schema: schema$10,
|
|
83104
|
+
type: type$10
|
|
83105
83105
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
83106
|
-
const type
|
|
83107
|
-
const compatibilityDate
|
|
83106
|
+
const type$$ = "com.shwfed.form.field.datetimerange";
|
|
83107
|
+
const compatibilityDate$$ = "2026-04-27";
|
|
83108
83108
|
const BindingPath$3 = String$.pipe(minLength(1));
|
|
83109
83109
|
const SplitBinding$3 = Tuple(BindingPath$3, BindingPath$3).pipe(
|
|
83110
83110
|
filter(([a, b]) => a !== b, {
|
|
@@ -83115,7 +83115,7 @@ const bindingSchema$3 = Union2(BindingPath$3, SplitBinding$3).annotations({
|
|
|
83115
83115
|
title: "绑定路径",
|
|
83116
83116
|
description: "写入表单状态的 `dot-prop` 路径;填写单个路径时写入 `[start, end]` 字符串数组,例如 `event.range`;填写 `[起始路径, 结束路径]` 元组时分别写入两端;留空则为非受控字段"
|
|
83117
83117
|
});
|
|
83118
|
-
const metadata
|
|
83118
|
+
const metadata$$ = {
|
|
83119
83119
|
name: "日期时间范围",
|
|
83120
83120
|
icon: "fluent:calendar-clock-20-regular",
|
|
83121
83121
|
w: { initial: 14, min: 14, max: Infinity },
|
|
@@ -83151,12 +83151,12 @@ function presetSchema$2(configure) {
|
|
|
83151
83151
|
title: "DateTimeRangeFieldPreset"
|
|
83152
83152
|
});
|
|
83153
83153
|
}
|
|
83154
|
-
function schema
|
|
83154
|
+
function schema$$(configure) {
|
|
83155
83155
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
83156
83156
|
const Preset = presetSchema$2(configure);
|
|
83157
83157
|
return Struct({
|
|
83158
|
-
type: Literal2(type
|
|
83159
|
-
compatibilityDate: Literal2(compatibilityDate
|
|
83158
|
+
type: Literal2(type$$),
|
|
83159
|
+
compatibilityDate: Literal2(compatibilityDate$$),
|
|
83160
83160
|
...commonFieldFields(configure),
|
|
83161
83161
|
label: optional(Locale.annotations({
|
|
83162
83162
|
title: "标签",
|
|
@@ -83221,21 +83221,21 @@ function schema$Z(configure) {
|
|
|
83221
83221
|
function defaults$w() {
|
|
83222
83222
|
return { rangeSeparatorIcon: "fluent:arrow-right-20-regular" };
|
|
83223
83223
|
}
|
|
83224
|
-
const __vite_glob_0_8$
|
|
83224
|
+
const __vite_glob_0_8$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
83225
83225
|
__proto__: null,
|
|
83226
83226
|
HOUR_CYCLE_OPTIONS: HOUR_CYCLE_OPTIONS$2,
|
|
83227
83227
|
TIME_GRANULARITIES: TIME_GRANULARITIES$2,
|
|
83228
83228
|
TIME_GRANULARITY_OPTIONS: TIME_GRANULARITY_OPTIONS$2,
|
|
83229
|
-
compatibilityDate: compatibilityDate
|
|
83229
|
+
compatibilityDate: compatibilityDate$$,
|
|
83230
83230
|
defaults: defaults$w,
|
|
83231
|
-
metadata: metadata
|
|
83231
|
+
metadata: metadata$$,
|
|
83232
83232
|
presetSchema: presetSchema$2,
|
|
83233
|
-
schema: schema
|
|
83234
|
-
type: type
|
|
83233
|
+
schema: schema$$,
|
|
83234
|
+
type: type$$
|
|
83235
83235
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
83236
|
-
const type$
|
|
83237
|
-
const compatibilityDate$
|
|
83238
|
-
const metadata$
|
|
83236
|
+
const type$_ = "com.shwfed.form.field.time";
|
|
83237
|
+
const compatibilityDate$_ = "2026-04-27";
|
|
83238
|
+
const metadata$_ = {
|
|
83239
83239
|
name: "时间",
|
|
83240
83240
|
icon: "fluent:clock-20-regular",
|
|
83241
83241
|
w: { initial: 8, min: 4, max: Infinity },
|
|
@@ -83251,11 +83251,11 @@ const HOUR_CYCLE_OPTIONS$1 = [
|
|
|
83251
83251
|
{ value: 24, label: "24 小时制" },
|
|
83252
83252
|
{ value: 12, label: "12 小时制" }
|
|
83253
83253
|
];
|
|
83254
|
-
function schema$
|
|
83254
|
+
function schema$_(configure) {
|
|
83255
83255
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
83256
83256
|
return Struct({
|
|
83257
|
-
type: Literal2(type$
|
|
83258
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
83257
|
+
type: Literal2(type$_),
|
|
83258
|
+
compatibilityDate: Literal2(compatibilityDate$_),
|
|
83259
83259
|
...commonFieldFields(configure),
|
|
83260
83260
|
label: optional(Locale.annotations({
|
|
83261
83261
|
title: "标签",
|
|
@@ -83301,13 +83301,13 @@ const __vite_glob_0_9$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.d
|
|
|
83301
83301
|
HOUR_CYCLE_OPTIONS: HOUR_CYCLE_OPTIONS$1,
|
|
83302
83302
|
TIME_GRANULARITIES: TIME_GRANULARITIES$1,
|
|
83303
83303
|
TIME_GRANULARITY_OPTIONS: TIME_GRANULARITY_OPTIONS$1,
|
|
83304
|
-
compatibilityDate: compatibilityDate$
|
|
83305
|
-
metadata: metadata$
|
|
83306
|
-
schema: schema$
|
|
83307
|
-
type: type$
|
|
83304
|
+
compatibilityDate: compatibilityDate$_,
|
|
83305
|
+
metadata: metadata$_,
|
|
83306
|
+
schema: schema$_,
|
|
83307
|
+
type: type$_
|
|
83308
83308
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
83309
|
-
const type$
|
|
83310
|
-
const compatibilityDate$
|
|
83309
|
+
const type$Z = "com.shwfed.form.field.timerange";
|
|
83310
|
+
const compatibilityDate$Z = "2026-04-27";
|
|
83311
83311
|
const BindingPath$2 = String$.pipe(minLength(1));
|
|
83312
83312
|
const SplitBinding$2 = Tuple(BindingPath$2, BindingPath$2).pipe(
|
|
83313
83313
|
filter(([a, b]) => a !== b, {
|
|
@@ -83318,7 +83318,7 @@ const bindingSchema$2 = Union2(BindingPath$2, SplitBinding$2).annotations({
|
|
|
83318
83318
|
title: "绑定路径",
|
|
83319
83319
|
description: "写入表单状态的 `dot-prop` 路径;填写单个路径时写入 `[start, end]` 字符串数组,例如 `meeting.timeRange`;填写 `[起始路径, 结束路径]` 元组时分别写入两端;留空则为非受控字段"
|
|
83320
83320
|
});
|
|
83321
|
-
const metadata$
|
|
83321
|
+
const metadata$Z = {
|
|
83322
83322
|
name: "时间范围",
|
|
83323
83323
|
icon: "fluent:clock-arrow-download-20-regular",
|
|
83324
83324
|
w: { initial: 14, min: 14, max: Infinity },
|
|
@@ -83334,11 +83334,11 @@ const HOUR_CYCLE_OPTIONS = [
|
|
|
83334
83334
|
{ value: 24, label: "24 小时制" },
|
|
83335
83335
|
{ value: 12, label: "12 小时制" }
|
|
83336
83336
|
];
|
|
83337
|
-
function schema$
|
|
83337
|
+
function schema$Z(configure) {
|
|
83338
83338
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
83339
83339
|
return Struct({
|
|
83340
|
-
type: Literal2(type$
|
|
83341
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
83340
|
+
type: Literal2(type$Z),
|
|
83341
|
+
compatibilityDate: Literal2(compatibilityDate$Z),
|
|
83342
83342
|
...commonFieldFields(configure),
|
|
83343
83343
|
label: optional(Locale.annotations({
|
|
83344
83344
|
title: "标签",
|
|
@@ -83388,26 +83388,26 @@ const __vite_glob_0_10$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
|
|
|
83388
83388
|
HOUR_CYCLE_OPTIONS,
|
|
83389
83389
|
TIME_GRANULARITIES,
|
|
83390
83390
|
TIME_GRANULARITY_OPTIONS,
|
|
83391
|
-
compatibilityDate: compatibilityDate$
|
|
83391
|
+
compatibilityDate: compatibilityDate$Z,
|
|
83392
83392
|
defaults: defaults$v,
|
|
83393
|
-
metadata: metadata$
|
|
83394
|
-
schema: schema$
|
|
83395
|
-
type: type$
|
|
83393
|
+
metadata: metadata$Z,
|
|
83394
|
+
schema: schema$Z,
|
|
83395
|
+
type: type$Z
|
|
83396
83396
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
83397
|
-
const type$
|
|
83398
|
-
const compatibilityDate$
|
|
83399
|
-
const metadata$
|
|
83397
|
+
const type$Y = "com.shwfed.form.field.number";
|
|
83398
|
+
const compatibilityDate$Y = "2026-04-28";
|
|
83399
|
+
const metadata$Y = {
|
|
83400
83400
|
name: "数值输入",
|
|
83401
83401
|
icon: "fluent:number-symbol-20-regular",
|
|
83402
83402
|
w: { initial: 8, min: 4, max: Infinity },
|
|
83403
83403
|
h: { initial: 2, min: 2, max: 2 }
|
|
83404
83404
|
};
|
|
83405
|
-
function schema$
|
|
83405
|
+
function schema$Y(configure) {
|
|
83406
83406
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
83407
83407
|
const CelNumber = Expression({ configure, resultType: "number" });
|
|
83408
83408
|
return Struct({
|
|
83409
|
-
type: Literal2(type$
|
|
83410
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
83409
|
+
type: Literal2(type$Y),
|
|
83410
|
+
compatibilityDate: Literal2(compatibilityDate$Y),
|
|
83411
83411
|
...commonFieldFields(configure),
|
|
83412
83412
|
label: optional(Locale.annotations({
|
|
83413
83413
|
title: "标签",
|
|
@@ -83466,13 +83466,13 @@ function schema$W(configure) {
|
|
|
83466
83466
|
}
|
|
83467
83467
|
const __vite_glob_0_11$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
83468
83468
|
__proto__: null,
|
|
83469
|
-
compatibilityDate: compatibilityDate$
|
|
83470
|
-
metadata: metadata$
|
|
83471
|
-
schema: schema$
|
|
83472
|
-
type: type$
|
|
83469
|
+
compatibilityDate: compatibilityDate$Y,
|
|
83470
|
+
metadata: metadata$Y,
|
|
83471
|
+
schema: schema$Y,
|
|
83472
|
+
type: type$Y
|
|
83473
83473
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
83474
|
-
const type$
|
|
83475
|
-
const compatibilityDate$
|
|
83474
|
+
const type$X = "com.shwfed.form.field.numberrange";
|
|
83475
|
+
const compatibilityDate$X = "2026-04-28";
|
|
83476
83476
|
const BindingPath$1 = String$.pipe(minLength(1));
|
|
83477
83477
|
const SplitBinding$1 = Tuple(BindingPath$1, BindingPath$1).pipe(
|
|
83478
83478
|
filter(([a, b]) => a !== b, {
|
|
@@ -83483,18 +83483,18 @@ const bindingSchema$1 = Union2(BindingPath$1, SplitBinding$1).annotations({
|
|
|
83483
83483
|
title: "绑定路径",
|
|
83484
83484
|
description: "写入表单状态的 `dot-prop` 路径;填写单个路径时写入 `[start, end]` 数值数组,例如 `score.range`;填写 `[起始路径, 结束路径]` 元组时分别写入两端;留空则为非受控字段"
|
|
83485
83485
|
});
|
|
83486
|
-
const metadata$
|
|
83486
|
+
const metadata$X = {
|
|
83487
83487
|
name: "数值范围",
|
|
83488
83488
|
icon: "fluent:arrow-bidirectional-left-right-20-regular",
|
|
83489
83489
|
w: { initial: 8, min: 4, max: Infinity },
|
|
83490
83490
|
h: { initial: 2, min: 2, max: 2 }
|
|
83491
83491
|
};
|
|
83492
|
-
function schema$
|
|
83492
|
+
function schema$X(configure) {
|
|
83493
83493
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
83494
83494
|
const CelNumber = Expression({ configure, resultType: "number" });
|
|
83495
83495
|
return Struct({
|
|
83496
|
-
type: Literal2(type$
|
|
83497
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
83496
|
+
type: Literal2(type$X),
|
|
83497
|
+
compatibilityDate: Literal2(compatibilityDate$X),
|
|
83498
83498
|
...commonFieldFields(configure),
|
|
83499
83499
|
label: optional(Locale.annotations({
|
|
83500
83500
|
title: "标签",
|
|
@@ -83561,25 +83561,25 @@ function defaults$u() {
|
|
|
83561
83561
|
}
|
|
83562
83562
|
const __vite_glob_0_12$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
83563
83563
|
__proto__: null,
|
|
83564
|
-
compatibilityDate: compatibilityDate$
|
|
83564
|
+
compatibilityDate: compatibilityDate$X,
|
|
83565
83565
|
defaults: defaults$u,
|
|
83566
|
-
metadata: metadata$
|
|
83567
|
-
schema: schema$
|
|
83568
|
-
type: type$
|
|
83566
|
+
metadata: metadata$X,
|
|
83567
|
+
schema: schema$X,
|
|
83568
|
+
type: type$X
|
|
83569
83569
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
83570
|
-
const type$
|
|
83571
|
-
const compatibilityDate$
|
|
83572
|
-
const metadata$
|
|
83570
|
+
const type$W = "com.shwfed.form.field.switch";
|
|
83571
|
+
const compatibilityDate$W = "2026-04-28";
|
|
83572
|
+
const metadata$W = {
|
|
83573
83573
|
name: "开关",
|
|
83574
83574
|
icon: "fluent:toggle-left-20-regular",
|
|
83575
83575
|
w: { initial: 4, min: 4, max: Infinity },
|
|
83576
83576
|
h: { initial: 2, min: 2, max: 2 }
|
|
83577
83577
|
};
|
|
83578
|
-
function schema$
|
|
83578
|
+
function schema$W(configure) {
|
|
83579
83579
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
83580
83580
|
return Struct({
|
|
83581
|
-
type: Literal2(type$
|
|
83582
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
83581
|
+
type: Literal2(type$W),
|
|
83582
|
+
compatibilityDate: Literal2(compatibilityDate$W),
|
|
83583
83583
|
...commonFieldFields(configure),
|
|
83584
83584
|
label: optional(Locale.annotations({
|
|
83585
83585
|
title: "标签",
|
|
@@ -83617,10 +83617,10 @@ function schema$U(configure) {
|
|
|
83617
83617
|
}
|
|
83618
83618
|
const __vite_glob_0_13$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
83619
83619
|
__proto__: null,
|
|
83620
|
-
compatibilityDate: compatibilityDate$
|
|
83621
|
-
metadata: metadata$
|
|
83622
|
-
schema: schema$
|
|
83623
|
-
type: type$
|
|
83620
|
+
compatibilityDate: compatibilityDate$W,
|
|
83621
|
+
metadata: metadata$W,
|
|
83622
|
+
schema: schema$W,
|
|
83623
|
+
type: type$W
|
|
83624
83624
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
83625
83625
|
const decodeCache = {};
|
|
83626
83626
|
function getDecodeCache(exclude2) {
|
|
@@ -88871,9 +88871,9 @@ function interpolateMarkdown(template, $cel, context2) {
|
|
|
88871
88871
|
}
|
|
88872
88872
|
});
|
|
88873
88873
|
}
|
|
88874
|
-
const type$
|
|
88875
|
-
const compatibilityDate$
|
|
88876
|
-
const metadata$
|
|
88874
|
+
const type$V = "com.shwfed.form.field.combobox.single";
|
|
88875
|
+
const compatibilityDate$V = "2026-04-29";
|
|
88876
|
+
const metadata$V = {
|
|
88877
88877
|
name: "下拉单选(硬编码)",
|
|
88878
88878
|
icon: "fluent:chevron-down-20-regular",
|
|
88879
88879
|
w: { initial: 8, min: 4, max: Infinity },
|
|
@@ -88908,12 +88908,12 @@ function itemSchema$f(configure) {
|
|
|
88908
88908
|
title: "ComboboxSingleItem"
|
|
88909
88909
|
});
|
|
88910
88910
|
}
|
|
88911
|
-
function schema$
|
|
88911
|
+
function schema$V(configure) {
|
|
88912
88912
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
88913
88913
|
const Item = itemSchema$f(configure);
|
|
88914
88914
|
return Struct({
|
|
88915
|
-
type: Literal2(type$
|
|
88916
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
88915
|
+
type: Literal2(type$V),
|
|
88916
|
+
compatibilityDate: Literal2(compatibilityDate$V),
|
|
88917
88917
|
...commonFieldFields(configure),
|
|
88918
88918
|
label: optional(Locale.annotations({
|
|
88919
88919
|
title: "标签",
|
|
@@ -89005,23 +89005,23 @@ const migrate$f = (prev, ctx) => {
|
|
|
89005
89005
|
} = legacy;
|
|
89006
89006
|
return {
|
|
89007
89007
|
...carryover,
|
|
89008
|
-
compatibilityDate: compatibilityDate$
|
|
89008
|
+
compatibilityDate: compatibilityDate$V,
|
|
89009
89009
|
items: items2
|
|
89010
89010
|
};
|
|
89011
89011
|
});
|
|
89012
89012
|
};
|
|
89013
89013
|
const __vite_glob_0_14$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
89014
89014
|
__proto__: null,
|
|
89015
|
-
compatibilityDate: compatibilityDate$
|
|
89015
|
+
compatibilityDate: compatibilityDate$V,
|
|
89016
89016
|
itemSchema: itemSchema$f,
|
|
89017
|
-
metadata: metadata$
|
|
89017
|
+
metadata: metadata$V,
|
|
89018
89018
|
migrate: migrate$f,
|
|
89019
|
-
schema: schema$
|
|
89020
|
-
type: type$
|
|
89019
|
+
schema: schema$V,
|
|
89020
|
+
type: type$V
|
|
89021
89021
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
89022
|
-
const type$
|
|
89023
|
-
const compatibilityDate$
|
|
89024
|
-
const metadata$
|
|
89022
|
+
const type$U = "com.shwfed.form.field.upload";
|
|
89023
|
+
const compatibilityDate$U = "2026-05-12";
|
|
89024
|
+
const metadata$U = {
|
|
89025
89025
|
name: "文件上传",
|
|
89026
89026
|
icon: "fluent:cloud-arrow-up-20-regular",
|
|
89027
89027
|
w: { initial: 8, min: 8, max: Infinity },
|
|
@@ -89038,14 +89038,14 @@ function configureWithJson$3(configure) {
|
|
|
89038
89038
|
env.registerVariable("json", JSON_VAR$3.type, { description: JSON_VAR$3.description });
|
|
89039
89039
|
};
|
|
89040
89040
|
}
|
|
89041
|
-
function schema$
|
|
89041
|
+
function schema$U(configure) {
|
|
89042
89042
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
89043
89043
|
const CelHttpRequest = Expression({ configure, resultType: "HttpRequest" });
|
|
89044
89044
|
const CelDownloadRequest = Expression({ configure: configureWithJson$3(configure), resultType: "HttpRequest" });
|
|
89045
89045
|
const LocaleMd = LocaleMarkdown({ configure });
|
|
89046
89046
|
return Struct({
|
|
89047
|
-
type: Literal2(type$
|
|
89048
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
89047
|
+
type: Literal2(type$U),
|
|
89048
|
+
compatibilityDate: Literal2(compatibilityDate$U),
|
|
89049
89049
|
...commonFieldFields(configure),
|
|
89050
89050
|
label: optional(Locale.annotations({
|
|
89051
89051
|
title: "标签",
|
|
@@ -89125,14 +89125,14 @@ function schema$S(configure) {
|
|
|
89125
89125
|
const __vite_glob_0_15$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
89126
89126
|
__proto__: null,
|
|
89127
89127
|
JSON_VAR: JSON_VAR$3,
|
|
89128
|
-
compatibilityDate: compatibilityDate$
|
|
89129
|
-
metadata: metadata$
|
|
89130
|
-
schema: schema$
|
|
89131
|
-
type: type$
|
|
89128
|
+
compatibilityDate: compatibilityDate$U,
|
|
89129
|
+
metadata: metadata$U,
|
|
89130
|
+
schema: schema$U,
|
|
89131
|
+
type: type$U
|
|
89132
89132
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
89133
|
-
const type$
|
|
89134
|
-
const compatibilityDate$
|
|
89135
|
-
const metadata$
|
|
89133
|
+
const type$T = "com.shwfed.form.field.combobox.single.remote";
|
|
89134
|
+
const compatibilityDate$T = "2026-05-13";
|
|
89135
|
+
const metadata$T = {
|
|
89136
89136
|
name: "下拉单选(远程)",
|
|
89137
89137
|
icon: "fluent:cloud-arrow-down-20-regular",
|
|
89138
89138
|
w: { initial: 8, min: 4, max: Infinity },
|
|
@@ -89161,15 +89161,15 @@ function configureWithJson$2(configure) {
|
|
|
89161
89161
|
};
|
|
89162
89162
|
}
|
|
89163
89163
|
const isListType$c = (actual) => actual === "dyn" || actual.startsWith("list");
|
|
89164
|
-
function schema$
|
|
89164
|
+
function schema$T(configure) {
|
|
89165
89165
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
89166
89166
|
const CelHttpRequest = Expression({ configure, resultType: "HttpRequest" });
|
|
89167
89167
|
const CelOptions = Expression({ configure: configureWithJson$2(configure), resultType: isListType$c });
|
|
89168
89168
|
const CelOptionValue = Expression({ configure: configureWithOption$3(configure), resultType: "dyn" });
|
|
89169
89169
|
const LocaleOptionLabel = LocaleMarkdown({ configure: configureWithOption$3(configure) });
|
|
89170
89170
|
return Struct({
|
|
89171
|
-
type: Literal2(type$
|
|
89172
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
89171
|
+
type: Literal2(type$T),
|
|
89172
|
+
compatibilityDate: Literal2(compatibilityDate$T),
|
|
89173
89173
|
...commonFieldFields(configure),
|
|
89174
89174
|
label: optional(Locale.annotations({
|
|
89175
89175
|
title: "标签",
|
|
@@ -89222,20 +89222,20 @@ const __vite_glob_0_16$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
|
|
|
89222
89222
|
__proto__: null,
|
|
89223
89223
|
JSON_VAR: JSON_VAR$2,
|
|
89224
89224
|
OPTION_VAR: OPTION_VAR$2,
|
|
89225
|
-
compatibilityDate: compatibilityDate$
|
|
89226
|
-
metadata: metadata$
|
|
89227
|
-
schema: schema$
|
|
89228
|
-
type: type$
|
|
89225
|
+
compatibilityDate: compatibilityDate$T,
|
|
89226
|
+
metadata: metadata$T,
|
|
89227
|
+
schema: schema$T,
|
|
89228
|
+
type: type$T
|
|
89229
89229
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
89230
|
-
const type$
|
|
89231
|
-
const compatibilityDate$
|
|
89232
|
-
const metadata$
|
|
89230
|
+
const type$S = "com.shwfed.form.field.list";
|
|
89231
|
+
const compatibilityDate$S = "2026-05-13";
|
|
89232
|
+
const metadata$S = {
|
|
89233
89233
|
name: "列表",
|
|
89234
89234
|
icon: "fluent:list-20-regular",
|
|
89235
89235
|
w: { initial: 12, min: 4, max: Infinity },
|
|
89236
89236
|
h: { initial: 6, min: 4, max: Infinity, grow: true }
|
|
89237
89237
|
};
|
|
89238
|
-
function schema$
|
|
89238
|
+
function schema$S(configure) {
|
|
89239
89239
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
89240
89240
|
const unitConfigure = (env) => {
|
|
89241
89241
|
configure(env);
|
|
@@ -89249,8 +89249,8 @@ function schema$Q(configure) {
|
|
|
89249
89249
|
};
|
|
89250
89250
|
const Unit = suspend(() => FormUnit(unitConfigure));
|
|
89251
89251
|
return Struct({
|
|
89252
|
-
type: Literal2(type$
|
|
89253
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
89252
|
+
type: Literal2(type$S),
|
|
89253
|
+
compatibilityDate: Literal2(compatibilityDate$S),
|
|
89254
89254
|
...commonFieldFields(configure),
|
|
89255
89255
|
label: optional(Locale.annotations({
|
|
89256
89256
|
title: "标签",
|
|
@@ -89317,15 +89317,15 @@ function defaults$t() {
|
|
|
89317
89317
|
}
|
|
89318
89318
|
const __vite_glob_0_17$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
89319
89319
|
__proto__: null,
|
|
89320
|
-
compatibilityDate: compatibilityDate$
|
|
89320
|
+
compatibilityDate: compatibilityDate$S,
|
|
89321
89321
|
defaults: defaults$t,
|
|
89322
|
-
metadata: metadata$
|
|
89323
|
-
schema: schema$
|
|
89324
|
-
type: type$
|
|
89322
|
+
metadata: metadata$S,
|
|
89323
|
+
schema: schema$S,
|
|
89324
|
+
type: type$S
|
|
89325
89325
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
89326
|
-
const type$
|
|
89327
|
-
const compatibilityDate$
|
|
89328
|
-
const metadata$
|
|
89326
|
+
const type$R = "com.shwfed.form.field.checkbox.group";
|
|
89327
|
+
const compatibilityDate$R = "2026-05-17";
|
|
89328
|
+
const metadata$R = {
|
|
89329
89329
|
name: "复选框组",
|
|
89330
89330
|
icon: "fluent:checkbox-checked-20-regular",
|
|
89331
89331
|
w: { initial: 8, min: 2, max: Infinity },
|
|
@@ -89360,12 +89360,12 @@ function itemSchema$e(configure) {
|
|
|
89360
89360
|
title: "CheckboxGroupItem"
|
|
89361
89361
|
});
|
|
89362
89362
|
}
|
|
89363
|
-
function schema$
|
|
89363
|
+
function schema$R(configure) {
|
|
89364
89364
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
89365
89365
|
const Item = itemSchema$e(configure);
|
|
89366
89366
|
return Struct({
|
|
89367
|
-
type: Literal2(type$
|
|
89368
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
89367
|
+
type: Literal2(type$R),
|
|
89368
|
+
compatibilityDate: Literal2(compatibilityDate$R),
|
|
89369
89369
|
...commonFieldFields(configure),
|
|
89370
89370
|
label: optional(Locale.annotations({
|
|
89371
89371
|
title: "标签",
|
|
@@ -89399,15 +89399,15 @@ function schema$P(configure) {
|
|
|
89399
89399
|
}
|
|
89400
89400
|
const __vite_glob_0_18$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
89401
89401
|
__proto__: null,
|
|
89402
|
-
compatibilityDate: compatibilityDate$
|
|
89402
|
+
compatibilityDate: compatibilityDate$R,
|
|
89403
89403
|
itemSchema: itemSchema$e,
|
|
89404
|
-
metadata: metadata$
|
|
89405
|
-
schema: schema$
|
|
89406
|
-
type: type$
|
|
89404
|
+
metadata: metadata$R,
|
|
89405
|
+
schema: schema$R,
|
|
89406
|
+
type: type$R
|
|
89407
89407
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
89408
|
-
const type$
|
|
89409
|
-
const compatibilityDate$
|
|
89410
|
-
const metadata$
|
|
89408
|
+
const type$Q = "com.shwfed.form.field.radio.group";
|
|
89409
|
+
const compatibilityDate$Q = "2026-05-17";
|
|
89410
|
+
const metadata$Q = {
|
|
89411
89411
|
name: "单选框组",
|
|
89412
89412
|
icon: "fluent:radio-button-20-regular",
|
|
89413
89413
|
w: { initial: 8, min: 2, max: Infinity },
|
|
@@ -89442,12 +89442,12 @@ function itemSchema$d(configure) {
|
|
|
89442
89442
|
title: "RadioGroupItem"
|
|
89443
89443
|
});
|
|
89444
89444
|
}
|
|
89445
|
-
function schema$
|
|
89445
|
+
function schema$Q(configure) {
|
|
89446
89446
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
89447
89447
|
const Item = itemSchema$d(configure);
|
|
89448
89448
|
return Struct({
|
|
89449
|
-
type: Literal2(type$
|
|
89450
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
89449
|
+
type: Literal2(type$Q),
|
|
89450
|
+
compatibilityDate: Literal2(compatibilityDate$Q),
|
|
89451
89451
|
...commonFieldFields(configure),
|
|
89452
89452
|
label: optional(Locale.annotations({
|
|
89453
89453
|
title: "标签",
|
|
@@ -89481,11 +89481,11 @@ function schema$O(configure) {
|
|
|
89481
89481
|
}
|
|
89482
89482
|
const __vite_glob_0_19$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
89483
89483
|
__proto__: null,
|
|
89484
|
-
compatibilityDate: compatibilityDate$
|
|
89484
|
+
compatibilityDate: compatibilityDate$Q,
|
|
89485
89485
|
itemSchema: itemSchema$d,
|
|
89486
|
-
metadata: metadata$
|
|
89487
|
-
schema: schema$
|
|
89488
|
-
type: type$
|
|
89486
|
+
metadata: metadata$Q,
|
|
89487
|
+
schema: schema$Q,
|
|
89488
|
+
type: type$Q
|
|
89489
89489
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
89490
89490
|
const matchIconName = /^[a-z0-9]+(-[a-z0-9]+)*$/;
|
|
89491
89491
|
const stringToIcon = (value, validate2, allowSimpleName, provider = "") => {
|
|
@@ -90977,14 +90977,14 @@ function LocaleMarkdownWithRow(configure) {
|
|
|
90977
90977
|
function derivedRowField(configure, resultType) {
|
|
90978
90978
|
return derivedField(configureWithRow(configure), resultType);
|
|
90979
90979
|
}
|
|
90980
|
-
const type$
|
|
90981
|
-
const compatibilityDate$
|
|
90982
|
-
const metadata$
|
|
90980
|
+
const type$P = "com.shwfed.table.column.actions";
|
|
90981
|
+
const compatibilityDate$P = "2026-04-14";
|
|
90982
|
+
const metadata$P = {
|
|
90983
90983
|
name: "操作",
|
|
90984
90984
|
icon: "fluent:cursor-click-20-regular"
|
|
90985
90985
|
};
|
|
90986
90986
|
const registerRowVariables = registerRowVariablesIfAbsent;
|
|
90987
|
-
function schema$
|
|
90987
|
+
function schema$P(configure) {
|
|
90988
90988
|
const configureWithRow2 = (env) => {
|
|
90989
90989
|
configure(env);
|
|
90990
90990
|
registerRowVariables(env);
|
|
@@ -90992,8 +90992,8 @@ function schema$N(configure) {
|
|
|
90992
90992
|
const { fields: actionFields } = ActionSchemaFields(configureWithRow2);
|
|
90993
90993
|
const { size: _buttonSize, ...actionFieldsForColumn } = actionFields;
|
|
90994
90994
|
return Struct({
|
|
90995
|
-
type: Literal2(type$
|
|
90996
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
90995
|
+
type: Literal2(type$P),
|
|
90996
|
+
compatibilityDate: Literal2(compatibilityDate$P),
|
|
90997
90997
|
...columnIdentityFields(),
|
|
90998
90998
|
title: optional(Locale.annotations({ title: "标题", description: "列标题" })),
|
|
90999
90999
|
size: optional(Number$.pipe(finite(), positive()).annotations({
|
|
@@ -91028,24 +91028,24 @@ function toColumnDef$t(value, { getLocaleText }) {
|
|
|
91028
91028
|
}
|
|
91029
91029
|
const __vite_glob_0_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
91030
91030
|
__proto__: null,
|
|
91031
|
-
compatibilityDate: compatibilityDate$
|
|
91031
|
+
compatibilityDate: compatibilityDate$P,
|
|
91032
91032
|
defaults: defaults$s,
|
|
91033
|
-
metadata: metadata$
|
|
91033
|
+
metadata: metadata$P,
|
|
91034
91034
|
registerRowVariables,
|
|
91035
|
-
schema: schema$
|
|
91035
|
+
schema: schema$P,
|
|
91036
91036
|
toColumnDef: toColumnDef$t,
|
|
91037
|
-
type: type$
|
|
91037
|
+
type: type$P
|
|
91038
91038
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
91039
|
-
const type$
|
|
91040
|
-
const compatibilityDate$
|
|
91041
|
-
const metadata$
|
|
91039
|
+
const type$O = "com.shwfed.table.column.date";
|
|
91040
|
+
const compatibilityDate$O = "2026-04-14";
|
|
91041
|
+
const metadata$O = {
|
|
91042
91042
|
name: "日期",
|
|
91043
91043
|
icon: "fluent:calendar-ltr-20-regular"
|
|
91044
91044
|
};
|
|
91045
|
-
function schema$
|
|
91045
|
+
function schema$O(configure) {
|
|
91046
91046
|
return Struct({
|
|
91047
|
-
type: Literal2(type$
|
|
91048
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
91047
|
+
type: Literal2(type$O),
|
|
91048
|
+
compatibilityDate: Literal2(compatibilityDate$O),
|
|
91049
91049
|
...columnFields(configure),
|
|
91050
91050
|
align: optionalWith(Align.annotations({ title: "对齐" }), { default: () => "left" }),
|
|
91051
91051
|
format: String$.annotations({
|
|
@@ -91085,23 +91085,23 @@ function toColumnDef$s(value, { getLocaleText, $cel, inheritedContext }) {
|
|
|
91085
91085
|
}
|
|
91086
91086
|
const __vite_glob_0_1$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
91087
91087
|
__proto__: null,
|
|
91088
|
-
compatibilityDate: compatibilityDate$
|
|
91088
|
+
compatibilityDate: compatibilityDate$O,
|
|
91089
91089
|
defaults: defaults$r,
|
|
91090
|
-
metadata: metadata$
|
|
91091
|
-
schema: schema$
|
|
91090
|
+
metadata: metadata$O,
|
|
91091
|
+
schema: schema$O,
|
|
91092
91092
|
toColumnDef: toColumnDef$s,
|
|
91093
|
-
type: type$
|
|
91093
|
+
type: type$O
|
|
91094
91094
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
91095
|
-
const type$
|
|
91096
|
-
const compatibilityDate$
|
|
91097
|
-
const metadata$
|
|
91095
|
+
const type$N = "com.shwfed.table.column.icon";
|
|
91096
|
+
const compatibilityDate$N = "2026-04-14";
|
|
91097
|
+
const metadata$N = {
|
|
91098
91098
|
name: "图标",
|
|
91099
91099
|
icon: "fluent:shapes-20-regular"
|
|
91100
91100
|
};
|
|
91101
|
-
function schema$
|
|
91101
|
+
function schema$N(configure) {
|
|
91102
91102
|
return Struct({
|
|
91103
|
-
type: Literal2(type$
|
|
91104
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
91103
|
+
type: Literal2(type$N),
|
|
91104
|
+
compatibilityDate: Literal2(compatibilityDate$N),
|
|
91105
91105
|
...columnFields(configure),
|
|
91106
91106
|
accessor: CelRowAccess(configure).annotations({
|
|
91107
91107
|
title: "图标",
|
|
@@ -91144,26 +91144,26 @@ function toColumnDef$r(value, { getLocaleText, $cel, inheritedContext }) {
|
|
|
91144
91144
|
}
|
|
91145
91145
|
const __vite_glob_0_2$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
91146
91146
|
__proto__: null,
|
|
91147
|
-
compatibilityDate: compatibilityDate$
|
|
91147
|
+
compatibilityDate: compatibilityDate$N,
|
|
91148
91148
|
defaults: defaults$q,
|
|
91149
|
-
metadata: metadata$
|
|
91150
|
-
schema: schema$
|
|
91149
|
+
metadata: metadata$N,
|
|
91150
|
+
schema: schema$N,
|
|
91151
91151
|
toColumnDef: toColumnDef$r,
|
|
91152
|
-
type: type$
|
|
91152
|
+
type: type$N
|
|
91153
91153
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
91154
|
-
const type$
|
|
91155
|
-
const compatibilityDate$
|
|
91156
|
-
const metadata$
|
|
91154
|
+
const type$M = "com.shwfed.table.column.markdown";
|
|
91155
|
+
const compatibilityDate$M = "2026-04-14";
|
|
91156
|
+
const metadata$M = {
|
|
91157
91157
|
name: "MD",
|
|
91158
91158
|
icon: "fluent:markdown-20-regular"
|
|
91159
91159
|
};
|
|
91160
91160
|
const isCopyExpressionType$1 = (t) => t === "string" || t === "dyn" || t.startsWith("optional");
|
|
91161
|
-
function schema$
|
|
91161
|
+
function schema$M(configure) {
|
|
91162
91162
|
const cel = CelRowAccess(configure, { resultType: isCopyExpressionType$1 });
|
|
91163
91163
|
const localeMarkdown = LocaleMarkdownWithRow(configure);
|
|
91164
91164
|
return Struct({
|
|
91165
|
-
type: Literal2(type$
|
|
91166
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
91165
|
+
type: Literal2(type$M),
|
|
91166
|
+
compatibilityDate: Literal2(compatibilityDate$M),
|
|
91167
91167
|
...columnIdentityFields(),
|
|
91168
91168
|
title: Locale.annotations({ title: "标题", description: "列标题" }),
|
|
91169
91169
|
align: optionalWith(Align.annotations({ title: "对齐" }), { default: () => "left" }),
|
|
@@ -91209,23 +91209,23 @@ function toColumnDef$q(value, { getLocaleText }) {
|
|
|
91209
91209
|
}
|
|
91210
91210
|
const __vite_glob_0_3$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
91211
91211
|
__proto__: null,
|
|
91212
|
-
compatibilityDate: compatibilityDate$
|
|
91212
|
+
compatibilityDate: compatibilityDate$M,
|
|
91213
91213
|
defaults: defaults$p,
|
|
91214
|
-
metadata: metadata$
|
|
91215
|
-
schema: schema$
|
|
91214
|
+
metadata: metadata$M,
|
|
91215
|
+
schema: schema$M,
|
|
91216
91216
|
toColumnDef: toColumnDef$q,
|
|
91217
|
-
type: type$
|
|
91217
|
+
type: type$M
|
|
91218
91218
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
91219
|
-
const type$
|
|
91220
|
-
const compatibilityDate$
|
|
91221
|
-
const metadata$
|
|
91219
|
+
const type$L = "com.shwfed.table.column.number";
|
|
91220
|
+
const compatibilityDate$L = "2026-04-14";
|
|
91221
|
+
const metadata$L = {
|
|
91222
91222
|
name: "数值",
|
|
91223
91223
|
icon: "fluent:number-symbol-20-regular"
|
|
91224
91224
|
};
|
|
91225
|
-
function schema$
|
|
91225
|
+
function schema$L(configure) {
|
|
91226
91226
|
return Struct({
|
|
91227
|
-
type: Literal2(type$
|
|
91228
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
91227
|
+
type: Literal2(type$L),
|
|
91228
|
+
compatibilityDate: Literal2(compatibilityDate$L),
|
|
91229
91229
|
...columnFields(configure),
|
|
91230
91230
|
align: optionalWith(Align.annotations({ title: "对齐" }), { default: () => "right" }),
|
|
91231
91231
|
displayMode: optionalWith(
|
|
@@ -91274,25 +91274,25 @@ function toColumnDef$p(value, { getLocaleText, $cel, inheritedContext }) {
|
|
|
91274
91274
|
}
|
|
91275
91275
|
const __vite_glob_0_4$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
91276
91276
|
__proto__: null,
|
|
91277
|
-
compatibilityDate: compatibilityDate$
|
|
91277
|
+
compatibilityDate: compatibilityDate$L,
|
|
91278
91278
|
defaults: defaults$o,
|
|
91279
|
-
metadata: metadata$
|
|
91280
|
-
schema: schema$
|
|
91279
|
+
metadata: metadata$L,
|
|
91280
|
+
schema: schema$L,
|
|
91281
91281
|
toColumnDef: toColumnDef$p,
|
|
91282
|
-
type: type$
|
|
91282
|
+
type: type$L
|
|
91283
91283
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
91284
|
-
const
|
|
91284
|
+
const __vite_glob_2_8 = {};
|
|
91285
91285
|
const _stubVue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
91286
91286
|
__proto__: null,
|
|
91287
|
-
default:
|
|
91287
|
+
default: __vite_glob_2_8
|
|
91288
91288
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
91289
|
-
const type$
|
|
91290
|
-
const compatibilityDate$
|
|
91291
|
-
const metadata$
|
|
91289
|
+
const type$K = "com.shwfed.table.column.select";
|
|
91290
|
+
const compatibilityDate$K = "2026-04-14";
|
|
91291
|
+
const metadata$K = {
|
|
91292
91292
|
name: "选择",
|
|
91293
91293
|
icon: "fluent:checkbox-checked-20-regular"
|
|
91294
91294
|
};
|
|
91295
|
-
function schema$
|
|
91295
|
+
function schema$K(configure) {
|
|
91296
91296
|
const CelRowSelectionPredicate = Expression({
|
|
91297
91297
|
configure: (env) => {
|
|
91298
91298
|
configure(env);
|
|
@@ -91301,8 +91301,8 @@ function schema$I(configure) {
|
|
|
91301
91301
|
resultType: "bool"
|
|
91302
91302
|
});
|
|
91303
91303
|
return Struct({
|
|
91304
|
-
type: Literal2(type$
|
|
91305
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
91304
|
+
type: Literal2(type$K),
|
|
91305
|
+
compatibilityDate: Literal2(compatibilityDate$K),
|
|
91306
91306
|
...columnIdentityFields(),
|
|
91307
91307
|
mode: optionalWith(Literal2("radio", "checkbox").annotations({
|
|
91308
91308
|
title: "模式",
|
|
@@ -91325,7 +91325,7 @@ function defaults$n() {
|
|
|
91325
91325
|
}
|
|
91326
91326
|
function toColumnDef$o(value) {
|
|
91327
91327
|
return {
|
|
91328
|
-
header: (ctx) => vueExports.h(
|
|
91328
|
+
header: (ctx) => vueExports.h(__vite_glob_2_8, { column: value, ctx }),
|
|
91329
91329
|
size: 40,
|
|
91330
91330
|
enableSorting: false,
|
|
91331
91331
|
enableResizing: false,
|
|
@@ -91334,25 +91334,25 @@ function toColumnDef$o(value) {
|
|
|
91334
91334
|
}
|
|
91335
91335
|
const __vite_glob_0_5$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
91336
91336
|
__proto__: null,
|
|
91337
|
-
compatibilityDate: compatibilityDate$
|
|
91337
|
+
compatibilityDate: compatibilityDate$K,
|
|
91338
91338
|
defaults: defaults$n,
|
|
91339
|
-
metadata: metadata$
|
|
91340
|
-
schema: schema$
|
|
91339
|
+
metadata: metadata$K,
|
|
91340
|
+
schema: schema$K,
|
|
91341
91341
|
toColumnDef: toColumnDef$o,
|
|
91342
|
-
type: type$
|
|
91342
|
+
type: type$K
|
|
91343
91343
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
91344
|
-
const type$
|
|
91345
|
-
const compatibilityDate$
|
|
91346
|
-
const metadata$
|
|
91344
|
+
const type$J = "com.shwfed.table.column.text";
|
|
91345
|
+
const compatibilityDate$J = "2026-04-14";
|
|
91346
|
+
const metadata$J = {
|
|
91347
91347
|
name: "文本",
|
|
91348
91348
|
icon: "fluent:text-field-20-regular"
|
|
91349
91349
|
};
|
|
91350
91350
|
const isCopyExpressionType = (t) => t === "string" || t === "dyn" || t.startsWith("optional");
|
|
91351
|
-
function schema$
|
|
91351
|
+
function schema$J(configure) {
|
|
91352
91352
|
const cel = CelRowAccess(configure, { resultType: isCopyExpressionType });
|
|
91353
91353
|
return Struct({
|
|
91354
|
-
type: Literal2(type$
|
|
91355
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
91354
|
+
type: Literal2(type$J),
|
|
91355
|
+
compatibilityDate: Literal2(compatibilityDate$J),
|
|
91356
91356
|
...columnFields(configure),
|
|
91357
91357
|
align: optionalWith(Align.annotations({ title: "对齐" }), { default: () => "left" }),
|
|
91358
91358
|
displayMode: optionalWith(
|
|
@@ -91397,20 +91397,20 @@ function toColumnDef$n(value, { getLocaleText, $cel, inheritedContext }) {
|
|
|
91397
91397
|
}
|
|
91398
91398
|
const __vite_glob_0_6$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
91399
91399
|
__proto__: null,
|
|
91400
|
-
compatibilityDate: compatibilityDate$
|
|
91400
|
+
compatibilityDate: compatibilityDate$J,
|
|
91401
91401
|
defaults: defaults$m,
|
|
91402
|
-
metadata: metadata$
|
|
91403
|
-
schema: schema$
|
|
91402
|
+
metadata: metadata$J,
|
|
91403
|
+
schema: schema$J,
|
|
91404
91404
|
toColumnDef: toColumnDef$n,
|
|
91405
|
-
type: type$
|
|
91405
|
+
type: type$J
|
|
91406
91406
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
91407
|
-
const type$
|
|
91408
|
-
const compatibilityDate$
|
|
91409
|
-
const metadata$
|
|
91407
|
+
const type$I = "com.shwfed.table.column.switch.remote";
|
|
91408
|
+
const compatibilityDate$I = "2026-05-13";
|
|
91409
|
+
const metadata$I = {
|
|
91410
91410
|
name: "开关(远程)",
|
|
91411
91411
|
icon: "fluent:toggle-left-20-regular"
|
|
91412
91412
|
};
|
|
91413
|
-
function schema$
|
|
91413
|
+
function schema$I(configure) {
|
|
91414
91414
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
91415
91415
|
const CelOnChange = Expression({
|
|
91416
91416
|
configure: (env) => {
|
|
@@ -91428,8 +91428,8 @@ function schema$G(configure) {
|
|
|
91428
91428
|
resultType: "string"
|
|
91429
91429
|
});
|
|
91430
91430
|
return Struct({
|
|
91431
|
-
type: Literal2(type$
|
|
91432
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
91431
|
+
type: Literal2(type$I),
|
|
91432
|
+
compatibilityDate: Literal2(compatibilityDate$I),
|
|
91433
91433
|
...columnFields(configure),
|
|
91434
91434
|
align: optionalWith(Align.annotations({ title: "对齐" }), { default: () => "center" }),
|
|
91435
91435
|
disabled: optional(CelBool.annotations({
|
|
@@ -91458,14 +91458,14 @@ function defaults$l() {
|
|
|
91458
91458
|
};
|
|
91459
91459
|
}
|
|
91460
91460
|
const migrateFrom$e = [
|
|
91461
|
-
{ type: "com.shwfed.table.column.switch", compatibilityDate: compatibilityDate$
|
|
91461
|
+
{ type: "com.shwfed.table.column.switch", compatibilityDate: compatibilityDate$I }
|
|
91462
91462
|
];
|
|
91463
91463
|
const migrate$e = (prev) => try_({
|
|
91464
91464
|
try: () => {
|
|
91465
91465
|
if (!prev || typeof prev !== "object") {
|
|
91466
91466
|
throw new Error("开关(远程)迁移失败:原值不是对象");
|
|
91467
91467
|
}
|
|
91468
|
-
return { ...prev, type: type$
|
|
91468
|
+
return { ...prev, type: type$I, compatibilityDate: compatibilityDate$I };
|
|
91469
91469
|
},
|
|
91470
91470
|
catch: (e) => e instanceof Error ? e : new Error(String(e))
|
|
91471
91471
|
});
|
|
@@ -91489,24 +91489,24 @@ function toColumnDef$m(value, { getLocaleText, $cel, inheritedContext }) {
|
|
|
91489
91489
|
}
|
|
91490
91490
|
};
|
|
91491
91491
|
}
|
|
91492
|
-
const __vite_glob_0_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
91492
|
+
const __vite_glob_0_7$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
91493
91493
|
__proto__: null,
|
|
91494
|
-
compatibilityDate: compatibilityDate$
|
|
91494
|
+
compatibilityDate: compatibilityDate$I,
|
|
91495
91495
|
defaults: defaults$l,
|
|
91496
|
-
metadata: metadata$
|
|
91496
|
+
metadata: metadata$I,
|
|
91497
91497
|
migrate: migrate$e,
|
|
91498
91498
|
migrateFrom: migrateFrom$e,
|
|
91499
|
-
schema: schema$
|
|
91499
|
+
schema: schema$I,
|
|
91500
91500
|
toColumnDef: toColumnDef$m,
|
|
91501
|
-
type: type$
|
|
91501
|
+
type: type$I
|
|
91502
91502
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
91503
|
-
const type$
|
|
91504
|
-
const compatibilityDate$
|
|
91505
|
-
const metadata$
|
|
91503
|
+
const type$H = "com.shwfed.table.column.switch";
|
|
91504
|
+
const compatibilityDate$H = "2026-05-13";
|
|
91505
|
+
const metadata$H = {
|
|
91506
91506
|
name: "开关(远程)",
|
|
91507
91507
|
icon: "fluent:toggle-left-20-regular"
|
|
91508
91508
|
};
|
|
91509
|
-
function schema$
|
|
91509
|
+
function schema$H(configure) {
|
|
91510
91510
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
91511
91511
|
const CelOnChange = Expression({
|
|
91512
91512
|
configure: (env) => {
|
|
@@ -91524,8 +91524,8 @@ function schema$F(configure) {
|
|
|
91524
91524
|
resultType: "string"
|
|
91525
91525
|
});
|
|
91526
91526
|
return Struct({
|
|
91527
|
-
type: Literal2(type$
|
|
91528
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
91527
|
+
type: Literal2(type$H),
|
|
91528
|
+
compatibilityDate: Literal2(compatibilityDate$H),
|
|
91529
91529
|
...columnFields(configure),
|
|
91530
91530
|
align: optionalWith(Align.annotations({ title: "对齐" }), { default: () => "center" }),
|
|
91531
91531
|
disabled: optional(CelBool.annotations({
|
|
@@ -91566,13 +91566,13 @@ function toColumnDef$l(value, { getLocaleText, $cel, inheritedContext }) {
|
|
|
91566
91566
|
}
|
|
91567
91567
|
};
|
|
91568
91568
|
}
|
|
91569
|
-
const __vite_glob_0_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
91569
|
+
const __vite_glob_0_8$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
91570
91570
|
__proto__: null,
|
|
91571
|
-
compatibilityDate: compatibilityDate$
|
|
91572
|
-
metadata: metadata$
|
|
91573
|
-
schema: schema$
|
|
91571
|
+
compatibilityDate: compatibilityDate$H,
|
|
91572
|
+
metadata: metadata$H,
|
|
91573
|
+
schema: schema$H,
|
|
91574
91574
|
toColumnDef: toColumnDef$l,
|
|
91575
|
-
type: type$
|
|
91575
|
+
type: type$H
|
|
91576
91576
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
91577
91577
|
const isObject$1 = (value) => {
|
|
91578
91578
|
const type2 = typeof value;
|
|
@@ -91771,9 +91771,9 @@ function getProperty(object2, path, value) {
|
|
|
91771
91771
|
}
|
|
91772
91772
|
return object2 === void 0 ? value : object2;
|
|
91773
91773
|
}
|
|
91774
|
-
const type$
|
|
91775
|
-
const compatibilityDate$
|
|
91776
|
-
const metadata$
|
|
91774
|
+
const type$G = "com.shwfed.table.column.combobox-single";
|
|
91775
|
+
const compatibilityDate$G = "2026-05-20";
|
|
91776
|
+
const metadata$G = {
|
|
91777
91777
|
name: "下拉单选",
|
|
91778
91778
|
icon: "fluent:chevron-down-20-regular"
|
|
91779
91779
|
};
|
|
@@ -91806,12 +91806,12 @@ function itemSchema$c(configure) {
|
|
|
91806
91806
|
title: "ComboboxSingleItem"
|
|
91807
91807
|
});
|
|
91808
91808
|
}
|
|
91809
|
-
function schema$
|
|
91809
|
+
function schema$G(configure) {
|
|
91810
91810
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
91811
91811
|
const Item = itemSchema$c(configure);
|
|
91812
91812
|
return Struct({
|
|
91813
|
-
type: Literal2(type$
|
|
91814
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
91813
|
+
type: Literal2(type$G),
|
|
91814
|
+
compatibilityDate: Literal2(compatibilityDate$G),
|
|
91815
91815
|
...editableColumnFields(),
|
|
91816
91816
|
placeholder: optional(Locale.annotations({
|
|
91817
91817
|
title: "占位符",
|
|
@@ -91859,25 +91859,25 @@ function toColumnDef$k(value, { getLocaleText }) {
|
|
|
91859
91859
|
}
|
|
91860
91860
|
const __vite_glob_0_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
91861
91861
|
__proto__: null,
|
|
91862
|
-
compatibilityDate: compatibilityDate$
|
|
91862
|
+
compatibilityDate: compatibilityDate$G,
|
|
91863
91863
|
itemSchema: itemSchema$c,
|
|
91864
|
-
metadata: metadata$
|
|
91865
|
-
schema: schema$
|
|
91864
|
+
metadata: metadata$G,
|
|
91865
|
+
schema: schema$G,
|
|
91866
91866
|
toColumnDef: toColumnDef$k,
|
|
91867
|
-
type: type$
|
|
91867
|
+
type: type$G
|
|
91868
91868
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
91869
|
-
const type$
|
|
91870
|
-
const compatibilityDate$
|
|
91871
|
-
const metadata$
|
|
91869
|
+
const type$F = "com.shwfed.table.column.number-input";
|
|
91870
|
+
const compatibilityDate$F = "2026-05-20";
|
|
91871
|
+
const metadata$F = {
|
|
91872
91872
|
name: "数值输入",
|
|
91873
91873
|
icon: "fluent:number-symbol-20-regular"
|
|
91874
91874
|
};
|
|
91875
|
-
function schema$
|
|
91875
|
+
function schema$F(configure) {
|
|
91876
91876
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
91877
91877
|
const CelNumber = CelRowAccess(configure, { resultType: "number" });
|
|
91878
91878
|
return Struct({
|
|
91879
|
-
type: Literal2(type$
|
|
91880
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
91879
|
+
type: Literal2(type$F),
|
|
91880
|
+
compatibilityDate: Literal2(compatibilityDate$F),
|
|
91881
91881
|
...editableColumnFields(),
|
|
91882
91882
|
placeholder: optional(Locale.annotations({
|
|
91883
91883
|
title: "占位符",
|
|
@@ -91952,24 +91952,24 @@ function toColumnDef$j(value, { getLocaleText }) {
|
|
|
91952
91952
|
}
|
|
91953
91953
|
const __vite_glob_0_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
91954
91954
|
__proto__: null,
|
|
91955
|
-
compatibilityDate: compatibilityDate$
|
|
91955
|
+
compatibilityDate: compatibilityDate$F,
|
|
91956
91956
|
defaults: defaults$k,
|
|
91957
|
-
metadata: metadata$
|
|
91958
|
-
schema: schema$
|
|
91957
|
+
metadata: metadata$F,
|
|
91958
|
+
schema: schema$F,
|
|
91959
91959
|
toColumnDef: toColumnDef$j,
|
|
91960
|
-
type: type$
|
|
91960
|
+
type: type$F
|
|
91961
91961
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
91962
|
-
const type$
|
|
91963
|
-
const compatibilityDate$
|
|
91964
|
-
const metadata$
|
|
91962
|
+
const type$E = "com.shwfed.table.column.switch.local";
|
|
91963
|
+
const compatibilityDate$E = "2026-05-20";
|
|
91964
|
+
const metadata$E = {
|
|
91965
91965
|
name: "开关",
|
|
91966
91966
|
icon: "fluent:toggle-left-20-regular"
|
|
91967
91967
|
};
|
|
91968
|
-
function schema$
|
|
91968
|
+
function schema$E(configure) {
|
|
91969
91969
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
91970
91970
|
return Struct({
|
|
91971
|
-
type: Literal2(type$
|
|
91972
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
91971
|
+
type: Literal2(type$E),
|
|
91972
|
+
compatibilityDate: Literal2(compatibilityDate$E),
|
|
91973
91973
|
...editableColumnFields(),
|
|
91974
91974
|
hidden: optional(CelBool.annotations({
|
|
91975
91975
|
title: "隐藏条件",
|
|
@@ -92002,14 +92002,14 @@ function defaults$j() {
|
|
|
92002
92002
|
};
|
|
92003
92003
|
}
|
|
92004
92004
|
const migrateFrom$d = [
|
|
92005
|
-
{ type: "com.shwfed.table.column.switch", compatibilityDate: compatibilityDate$
|
|
92005
|
+
{ type: "com.shwfed.table.column.switch", compatibilityDate: compatibilityDate$E }
|
|
92006
92006
|
];
|
|
92007
92007
|
const migrate$d = (prev) => try_({
|
|
92008
92008
|
try: () => {
|
|
92009
92009
|
if (!prev || typeof prev !== "object") {
|
|
92010
92010
|
throw new Error("开关(本地)迁移失败:原值不是对象");
|
|
92011
92011
|
}
|
|
92012
|
-
return { ...prev, type: type$
|
|
92012
|
+
return { ...prev, type: type$E, compatibilityDate: compatibilityDate$E };
|
|
92013
92013
|
},
|
|
92014
92014
|
catch: (e) => e instanceof Error ? e : new Error(String(e))
|
|
92015
92015
|
});
|
|
@@ -92035,26 +92035,26 @@ function toColumnDef$i(value, { getLocaleText }) {
|
|
|
92035
92035
|
}
|
|
92036
92036
|
const __vite_glob_0_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
92037
92037
|
__proto__: null,
|
|
92038
|
-
compatibilityDate: compatibilityDate$
|
|
92038
|
+
compatibilityDate: compatibilityDate$E,
|
|
92039
92039
|
defaults: defaults$j,
|
|
92040
|
-
metadata: metadata$
|
|
92040
|
+
metadata: metadata$E,
|
|
92041
92041
|
migrate: migrate$d,
|
|
92042
92042
|
migrateFrom: migrateFrom$d,
|
|
92043
|
-
schema: schema$
|
|
92043
|
+
schema: schema$E,
|
|
92044
92044
|
toColumnDef: toColumnDef$i,
|
|
92045
|
-
type: type$
|
|
92045
|
+
type: type$E
|
|
92046
92046
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
92047
|
-
const type$
|
|
92048
|
-
const compatibilityDate$
|
|
92049
|
-
const metadata$
|
|
92047
|
+
const type$D = "com.shwfed.table.column.switch";
|
|
92048
|
+
const compatibilityDate$D = "2026-05-20";
|
|
92049
|
+
const metadata$D = {
|
|
92050
92050
|
name: "开关",
|
|
92051
92051
|
icon: "fluent:toggle-left-20-regular"
|
|
92052
92052
|
};
|
|
92053
|
-
function schema$
|
|
92053
|
+
function schema$D(configure) {
|
|
92054
92054
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
92055
92055
|
return Struct({
|
|
92056
|
-
type: Literal2(type$
|
|
92057
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
92056
|
+
type: Literal2(type$D),
|
|
92057
|
+
compatibilityDate: Literal2(compatibilityDate$D),
|
|
92058
92058
|
...editableColumnFields(),
|
|
92059
92059
|
hidden: optional(CelBool.annotations({
|
|
92060
92060
|
title: "隐藏条件",
|
|
@@ -92101,23 +92101,23 @@ function toColumnDef$h(value, { getLocaleText }) {
|
|
|
92101
92101
|
}
|
|
92102
92102
|
const __vite_glob_0_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
92103
92103
|
__proto__: null,
|
|
92104
|
-
compatibilityDate: compatibilityDate$
|
|
92105
|
-
metadata: metadata$
|
|
92106
|
-
schema: schema$
|
|
92104
|
+
compatibilityDate: compatibilityDate$D,
|
|
92105
|
+
metadata: metadata$D,
|
|
92106
|
+
schema: schema$D,
|
|
92107
92107
|
toColumnDef: toColumnDef$h,
|
|
92108
|
-
type: type$
|
|
92108
|
+
type: type$D
|
|
92109
92109
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
92110
|
-
const type$
|
|
92111
|
-
const compatibilityDate$
|
|
92112
|
-
const metadata$
|
|
92110
|
+
const type$C = "com.shwfed.table.column.text-input";
|
|
92111
|
+
const compatibilityDate$C = "2026-05-20";
|
|
92112
|
+
const metadata$C = {
|
|
92113
92113
|
name: "文本输入",
|
|
92114
92114
|
icon: "fluent:text-field-20-regular"
|
|
92115
92115
|
};
|
|
92116
|
-
function schema$
|
|
92116
|
+
function schema$C(configure) {
|
|
92117
92117
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
92118
92118
|
return Struct({
|
|
92119
|
-
type: Literal2(type$
|
|
92120
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
92119
|
+
type: Literal2(type$C),
|
|
92120
|
+
compatibilityDate: Literal2(compatibilityDate$C),
|
|
92121
92121
|
...editableColumnFields(),
|
|
92122
92122
|
placeholder: optional(Locale.annotations({
|
|
92123
92123
|
title: "占位符",
|
|
@@ -92165,23 +92165,23 @@ function toColumnDef$g(value, { getLocaleText }) {
|
|
|
92165
92165
|
}
|
|
92166
92166
|
const __vite_glob_0_13 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
92167
92167
|
__proto__: null,
|
|
92168
|
-
compatibilityDate: compatibilityDate$
|
|
92168
|
+
compatibilityDate: compatibilityDate$C,
|
|
92169
92169
|
defaults: defaults$i,
|
|
92170
|
-
metadata: metadata$
|
|
92171
|
-
schema: schema$
|
|
92170
|
+
metadata: metadata$C,
|
|
92171
|
+
schema: schema$C,
|
|
92172
92172
|
toColumnDef: toColumnDef$g,
|
|
92173
|
-
type: type$
|
|
92173
|
+
type: type$C
|
|
92174
92174
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
92175
|
-
const type$
|
|
92176
|
-
const compatibilityDate$
|
|
92177
|
-
const metadata$
|
|
92175
|
+
const type$B = "com.shwfed.table.column.drag-handle";
|
|
92176
|
+
const compatibilityDate$B = "2026-05-21";
|
|
92177
|
+
const metadata$B = {
|
|
92178
92178
|
name: "拖拽",
|
|
92179
92179
|
icon: "fluent:re-order-dots-vertical-20-regular"
|
|
92180
92180
|
};
|
|
92181
|
-
function schema$
|
|
92181
|
+
function schema$B(_configure) {
|
|
92182
92182
|
return Struct({
|
|
92183
|
-
type: Literal2(type$
|
|
92184
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
92183
|
+
type: Literal2(type$B),
|
|
92184
|
+
compatibilityDate: Literal2(compatibilityDate$B),
|
|
92185
92185
|
...columnIdentityFields()
|
|
92186
92186
|
}).annotations({ title: "DragHandleRenderer", description: "行拖拽手柄列" });
|
|
92187
92187
|
}
|
|
@@ -92201,15 +92201,15 @@ function toColumnDef$f(_value) {
|
|
|
92201
92201
|
}
|
|
92202
92202
|
const __vite_glob_0_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
92203
92203
|
__proto__: null,
|
|
92204
|
-
compatibilityDate: compatibilityDate$
|
|
92205
|
-
metadata: metadata$
|
|
92206
|
-
schema: schema$
|
|
92204
|
+
compatibilityDate: compatibilityDate$B,
|
|
92205
|
+
metadata: metadata$B,
|
|
92206
|
+
schema: schema$B,
|
|
92207
92207
|
toColumnDef: toColumnDef$f,
|
|
92208
|
-
type: type$
|
|
92208
|
+
type: type$B
|
|
92209
92209
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
92210
|
-
const type$
|
|
92211
|
-
const compatibilityDate$
|
|
92212
|
-
const metadata$
|
|
92210
|
+
const type$A = "com.shwfed.table.column.combobox-single.remote.options-remote";
|
|
92211
|
+
const compatibilityDate$A = "2026-05-24";
|
|
92212
|
+
const metadata$A = {
|
|
92213
92213
|
name: "远程下拉单选",
|
|
92214
92214
|
icon: "fluent:cloud-arrow-down-20-regular"
|
|
92215
92215
|
};
|
|
@@ -92224,7 +92224,7 @@ const JSON_VAR$1 = {
|
|
|
92224
92224
|
description: "HTTP 响应体(已解析 JSON);请求失败或尚未完成时为 `null`"
|
|
92225
92225
|
};
|
|
92226
92226
|
const isListType$b = (actual) => actual === "dyn" || actual.startsWith("list");
|
|
92227
|
-
function schema$
|
|
92227
|
+
function schema$A(configure) {
|
|
92228
92228
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
92229
92229
|
const CelRequest = Expression({
|
|
92230
92230
|
configure: (env) => {
|
|
@@ -92272,8 +92272,8 @@ function schema$y(configure) {
|
|
|
92272
92272
|
resultType: "string"
|
|
92273
92273
|
});
|
|
92274
92274
|
return Struct({
|
|
92275
|
-
type: Literal2(type$
|
|
92276
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
92275
|
+
type: Literal2(type$A),
|
|
92276
|
+
compatibilityDate: Literal2(compatibilityDate$A),
|
|
92277
92277
|
...columnFields(configure),
|
|
92278
92278
|
placeholder: optional(Locale.annotations({
|
|
92279
92279
|
title: "占位符",
|
|
@@ -92348,15 +92348,15 @@ const __vite_glob_0_15 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
92348
92348
|
__proto__: null,
|
|
92349
92349
|
JSON_VAR: JSON_VAR$1,
|
|
92350
92350
|
OPTION_VAR: OPTION_VAR$1,
|
|
92351
|
-
compatibilityDate: compatibilityDate$
|
|
92352
|
-
metadata: metadata$
|
|
92353
|
-
schema: schema$
|
|
92351
|
+
compatibilityDate: compatibilityDate$A,
|
|
92352
|
+
metadata: metadata$A,
|
|
92353
|
+
schema: schema$A,
|
|
92354
92354
|
toColumnDef: toColumnDef$e,
|
|
92355
|
-
type: type$
|
|
92355
|
+
type: type$A
|
|
92356
92356
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
92357
|
-
const type$
|
|
92358
|
-
const compatibilityDate$
|
|
92359
|
-
const metadata$
|
|
92357
|
+
const type$z = "com.shwfed.table.column.combobox-single.remote.options-static";
|
|
92358
|
+
const compatibilityDate$z = "2026-05-24";
|
|
92359
|
+
const metadata$z = {
|
|
92360
92360
|
name: "下拉单选",
|
|
92361
92361
|
icon: "fluent:chevron-down-20-regular"
|
|
92362
92362
|
};
|
|
@@ -92389,7 +92389,7 @@ function itemSchema$b(configure) {
|
|
|
92389
92389
|
title: "ComboboxSingleRemoteOptionsStaticItem"
|
|
92390
92390
|
});
|
|
92391
92391
|
}
|
|
92392
|
-
function schema$
|
|
92392
|
+
function schema$z(configure) {
|
|
92393
92393
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
92394
92394
|
const Item = itemSchema$b(configure);
|
|
92395
92395
|
const CelOnChange = Expression({
|
|
@@ -92408,8 +92408,8 @@ function schema$x(configure) {
|
|
|
92408
92408
|
resultType: "string"
|
|
92409
92409
|
});
|
|
92410
92410
|
return Struct({
|
|
92411
|
-
type: Literal2(type$
|
|
92412
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
92411
|
+
type: Literal2(type$z),
|
|
92412
|
+
compatibilityDate: Literal2(compatibilityDate$z),
|
|
92413
92413
|
...columnFields(configure),
|
|
92414
92414
|
placeholder: optional(Locale.annotations({
|
|
92415
92415
|
title: "占位符",
|
|
@@ -92470,16 +92470,16 @@ function toColumnDef$d(value, { getLocaleText, $cel, inheritedContext }) {
|
|
|
92470
92470
|
}
|
|
92471
92471
|
const __vite_glob_0_16 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
92472
92472
|
__proto__: null,
|
|
92473
|
-
compatibilityDate: compatibilityDate$
|
|
92473
|
+
compatibilityDate: compatibilityDate$z,
|
|
92474
92474
|
itemSchema: itemSchema$b,
|
|
92475
|
-
metadata: metadata$
|
|
92476
|
-
schema: schema$
|
|
92475
|
+
metadata: metadata$z,
|
|
92476
|
+
schema: schema$z,
|
|
92477
92477
|
toColumnDef: toColumnDef$d,
|
|
92478
|
-
type: type$
|
|
92478
|
+
type: type$z
|
|
92479
92479
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
92480
|
-
const type$
|
|
92481
|
-
const compatibilityDate$
|
|
92482
|
-
const metadata$
|
|
92480
|
+
const type$y = "com.shwfed.table.column.combobox-multi.remote.options-remote";
|
|
92481
|
+
const compatibilityDate$y = "2026-05-25";
|
|
92482
|
+
const metadata$y = {
|
|
92483
92483
|
name: "远程下拉多选",
|
|
92484
92484
|
icon: "fluent:cloud-arrow-down-20-regular"
|
|
92485
92485
|
};
|
|
@@ -92494,7 +92494,7 @@ const JSON_VAR = {
|
|
|
92494
92494
|
description: "HTTP 响应体(已解析 JSON);请求失败或尚未完成时为 `null`"
|
|
92495
92495
|
};
|
|
92496
92496
|
const isListType$a = (actual) => actual === "dyn" || actual.startsWith("list");
|
|
92497
|
-
function schema$
|
|
92497
|
+
function schema$y(configure) {
|
|
92498
92498
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
92499
92499
|
const CelRequest = Expression({
|
|
92500
92500
|
configure: (env) => {
|
|
@@ -92542,8 +92542,8 @@ function schema$w(configure) {
|
|
|
92542
92542
|
resultType: "string"
|
|
92543
92543
|
});
|
|
92544
92544
|
return Struct({
|
|
92545
|
-
type: Literal2(type$
|
|
92546
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
92545
|
+
type: Literal2(type$y),
|
|
92546
|
+
compatibilityDate: Literal2(compatibilityDate$y),
|
|
92547
92547
|
...columnFields(configure),
|
|
92548
92548
|
placeholder: optional(Locale.annotations({
|
|
92549
92549
|
title: "占位符",
|
|
@@ -92618,15 +92618,15 @@ const __vite_glob_0_17 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
92618
92618
|
__proto__: null,
|
|
92619
92619
|
JSON_VAR,
|
|
92620
92620
|
OPTION_VAR,
|
|
92621
|
-
compatibilityDate: compatibilityDate$
|
|
92622
|
-
metadata: metadata$
|
|
92623
|
-
schema: schema$
|
|
92621
|
+
compatibilityDate: compatibilityDate$y,
|
|
92622
|
+
metadata: metadata$y,
|
|
92623
|
+
schema: schema$y,
|
|
92624
92624
|
toColumnDef: toColumnDef$c,
|
|
92625
|
-
type: type$
|
|
92625
|
+
type: type$y
|
|
92626
92626
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
92627
|
-
const type$
|
|
92628
|
-
const compatibilityDate$
|
|
92629
|
-
const metadata$
|
|
92627
|
+
const type$x = "com.shwfed.table.column.combobox-multi.remote.options-static";
|
|
92628
|
+
const compatibilityDate$x = "2026-05-25";
|
|
92629
|
+
const metadata$x = {
|
|
92630
92630
|
name: "下拉多选",
|
|
92631
92631
|
icon: "fluent:chevron-down-20-regular"
|
|
92632
92632
|
};
|
|
@@ -92659,7 +92659,7 @@ function itemSchema$a(configure) {
|
|
|
92659
92659
|
title: "ComboboxMultiRemoteOptionsStaticItem"
|
|
92660
92660
|
});
|
|
92661
92661
|
}
|
|
92662
|
-
function schema$
|
|
92662
|
+
function schema$x(configure) {
|
|
92663
92663
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
92664
92664
|
const Item = itemSchema$a(configure);
|
|
92665
92665
|
const CelOnChange = Expression({
|
|
@@ -92678,8 +92678,8 @@ function schema$v(configure) {
|
|
|
92678
92678
|
resultType: "string"
|
|
92679
92679
|
});
|
|
92680
92680
|
return Struct({
|
|
92681
|
-
type: Literal2(type$
|
|
92682
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
92681
|
+
type: Literal2(type$x),
|
|
92682
|
+
compatibilityDate: Literal2(compatibilityDate$x),
|
|
92683
92683
|
...columnFields(configure),
|
|
92684
92684
|
placeholder: optional(Locale.annotations({
|
|
92685
92685
|
title: "占位符",
|
|
@@ -92740,16 +92740,16 @@ function toColumnDef$b(value, { getLocaleText, $cel, inheritedContext }) {
|
|
|
92740
92740
|
}
|
|
92741
92741
|
const __vite_glob_0_18 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
92742
92742
|
__proto__: null,
|
|
92743
|
-
compatibilityDate: compatibilityDate$
|
|
92743
|
+
compatibilityDate: compatibilityDate$x,
|
|
92744
92744
|
itemSchema: itemSchema$a,
|
|
92745
|
-
metadata: metadata$
|
|
92746
|
-
schema: schema$
|
|
92745
|
+
metadata: metadata$x,
|
|
92746
|
+
schema: schema$x,
|
|
92747
92747
|
toColumnDef: toColumnDef$b,
|
|
92748
|
-
type: type$
|
|
92748
|
+
type: type$x
|
|
92749
92749
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
92750
|
-
const type$
|
|
92751
|
-
const compatibilityDate$
|
|
92752
|
-
const metadata$
|
|
92750
|
+
const type$w = "com.shwfed.table.column.combobox-multi";
|
|
92751
|
+
const compatibilityDate$w = "2026-05-25";
|
|
92752
|
+
const metadata$w = {
|
|
92753
92753
|
name: "下拉多选",
|
|
92754
92754
|
icon: "fluent:chevron-down-20-regular"
|
|
92755
92755
|
};
|
|
@@ -92782,12 +92782,12 @@ function itemSchema$9(configure) {
|
|
|
92782
92782
|
title: "ComboboxMultiItem"
|
|
92783
92783
|
});
|
|
92784
92784
|
}
|
|
92785
|
-
function schema$
|
|
92785
|
+
function schema$w(configure) {
|
|
92786
92786
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
92787
92787
|
const Item = itemSchema$9(configure);
|
|
92788
92788
|
return Struct({
|
|
92789
|
-
type: Literal2(type$
|
|
92790
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
92789
|
+
type: Literal2(type$w),
|
|
92790
|
+
compatibilityDate: Literal2(compatibilityDate$w),
|
|
92791
92791
|
...editableColumnFields(),
|
|
92792
92792
|
placeholder: optional(Locale.annotations({
|
|
92793
92793
|
title: "占位符",
|
|
@@ -92833,16 +92833,16 @@ function toColumnDef$a(value, { getLocaleText }) {
|
|
|
92833
92833
|
}
|
|
92834
92834
|
const __vite_glob_0_19 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
92835
92835
|
__proto__: null,
|
|
92836
|
-
compatibilityDate: compatibilityDate$
|
|
92836
|
+
compatibilityDate: compatibilityDate$w,
|
|
92837
92837
|
itemSchema: itemSchema$9,
|
|
92838
|
-
metadata: metadata$
|
|
92839
|
-
schema: schema$
|
|
92838
|
+
metadata: metadata$w,
|
|
92839
|
+
schema: schema$w,
|
|
92840
92840
|
toColumnDef: toColumnDef$a,
|
|
92841
|
-
type: type$
|
|
92841
|
+
type: type$w
|
|
92842
92842
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
92843
|
-
const type$
|
|
92844
|
-
const compatibilityDate$
|
|
92845
|
-
const metadata$
|
|
92843
|
+
const type$v = "com.shwfed.table.column.combobox-multi.remote";
|
|
92844
|
+
const compatibilityDate$v = "2026-05-26";
|
|
92845
|
+
const metadata$v = {
|
|
92846
92846
|
name: "多选(远程)",
|
|
92847
92847
|
icon: "fluent:cloud-arrow-up-20-regular"
|
|
92848
92848
|
};
|
|
@@ -92942,7 +92942,7 @@ function optionsSchema$7(configure) {
|
|
|
92942
92942
|
description: '选项可以是静态配置(`kind: "static"`)或由远程接口加载(`kind: "remote"`)'
|
|
92943
92943
|
});
|
|
92944
92944
|
}
|
|
92945
|
-
function schema$
|
|
92945
|
+
function schema$v(configure) {
|
|
92946
92946
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
92947
92947
|
const Options = optionsSchema$7(configure);
|
|
92948
92948
|
const CelOnChange = Expression({
|
|
@@ -92961,8 +92961,8 @@ function schema$t(configure) {
|
|
|
92961
92961
|
resultType: "string"
|
|
92962
92962
|
});
|
|
92963
92963
|
return Struct({
|
|
92964
|
-
type: Literal2(type$
|
|
92965
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
92964
|
+
type: Literal2(type$v),
|
|
92965
|
+
compatibilityDate: Literal2(compatibilityDate$v),
|
|
92966
92966
|
...columnFields(configure),
|
|
92967
92967
|
placeholder: optional(Locale.annotations({
|
|
92968
92968
|
title: "占位符",
|
|
@@ -93016,8 +93016,8 @@ const migrate$c = (prev) => try_({
|
|
|
93016
93016
|
const itemsArr = Array.isArray(items2) ? items2 : [];
|
|
93017
93017
|
return {
|
|
93018
93018
|
...rest,
|
|
93019
|
-
type: type$
|
|
93020
|
-
compatibilityDate: compatibilityDate$
|
|
93019
|
+
type: type$v,
|
|
93020
|
+
compatibilityDate: compatibilityDate$v,
|
|
93021
93021
|
options: { kind: "static", items: itemsArr }
|
|
93022
93022
|
};
|
|
93023
93023
|
}
|
|
@@ -93030,8 +93030,8 @@ const migrate$c = (prev) => try_({
|
|
|
93030
93030
|
if (Array.isArray(optionLabel)) remote.optionLabel = optionLabel;
|
|
93031
93031
|
return {
|
|
93032
93032
|
...rest,
|
|
93033
|
-
type: type$
|
|
93034
|
-
compatibilityDate: compatibilityDate$
|
|
93033
|
+
type: type$v,
|
|
93034
|
+
compatibilityDate: compatibilityDate$v,
|
|
93035
93035
|
options: remote
|
|
93036
93036
|
};
|
|
93037
93037
|
}
|
|
@@ -93061,20 +93061,20 @@ function toColumnDef$9(value, { getLocaleText, $cel, inheritedContext }) {
|
|
|
93061
93061
|
}
|
|
93062
93062
|
const __vite_glob_0_20$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
93063
93063
|
__proto__: null,
|
|
93064
|
-
compatibilityDate: compatibilityDate$
|
|
93064
|
+
compatibilityDate: compatibilityDate$v,
|
|
93065
93065
|
itemSchema: itemSchema$8,
|
|
93066
|
-
metadata: metadata$
|
|
93066
|
+
metadata: metadata$v,
|
|
93067
93067
|
migrate: migrate$c,
|
|
93068
93068
|
migrateFrom: migrateFrom$c,
|
|
93069
93069
|
optionsSchema: optionsSchema$7,
|
|
93070
93070
|
remoteOptionsSchema: remoteOptionsSchema$7,
|
|
93071
|
-
schema: schema$
|
|
93071
|
+
schema: schema$v,
|
|
93072
93072
|
toColumnDef: toColumnDef$9,
|
|
93073
|
-
type: type$
|
|
93073
|
+
type: type$v
|
|
93074
93074
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
93075
|
-
const type$
|
|
93076
|
-
const compatibilityDate$
|
|
93077
|
-
const metadata$
|
|
93075
|
+
const type$u = "com.shwfed.table.column.combobox-multi";
|
|
93076
|
+
const compatibilityDate$u = "2026-05-26";
|
|
93077
|
+
const metadata$u = {
|
|
93078
93078
|
name: "多选",
|
|
93079
93079
|
icon: "fluent:chevron-down-20-regular"
|
|
93080
93080
|
};
|
|
@@ -93174,12 +93174,12 @@ function optionsSchema$6(configure) {
|
|
|
93174
93174
|
description: '选项可以是静态配置(`kind: "static"`)或由远程接口加载(`kind: "remote"`)'
|
|
93175
93175
|
});
|
|
93176
93176
|
}
|
|
93177
|
-
function schema$
|
|
93177
|
+
function schema$u(configure) {
|
|
93178
93178
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
93179
93179
|
const Options = optionsSchema$6(configure);
|
|
93180
93180
|
return Struct({
|
|
93181
|
-
type: Literal2(type$
|
|
93182
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
93181
|
+
type: Literal2(type$u),
|
|
93182
|
+
compatibilityDate: Literal2(compatibilityDate$u),
|
|
93183
93183
|
...editableColumnFields(),
|
|
93184
93184
|
placeholder: optional(Locale.annotations({
|
|
93185
93185
|
title: "占位符",
|
|
@@ -93215,8 +93215,8 @@ const migrate$b = (prev) => try_({
|
|
|
93215
93215
|
const itemsArr = Array.isArray(items2) ? items2 : [];
|
|
93216
93216
|
return {
|
|
93217
93217
|
...rest,
|
|
93218
|
-
type: type$
|
|
93219
|
-
compatibilityDate: compatibilityDate$
|
|
93218
|
+
type: type$u,
|
|
93219
|
+
compatibilityDate: compatibilityDate$u,
|
|
93220
93220
|
options: { kind: "static", items: itemsArr }
|
|
93221
93221
|
};
|
|
93222
93222
|
},
|
|
@@ -93240,20 +93240,20 @@ function toColumnDef$8(value, { getLocaleText }) {
|
|
|
93240
93240
|
}
|
|
93241
93241
|
const __vite_glob_0_21$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
93242
93242
|
__proto__: null,
|
|
93243
|
-
compatibilityDate: compatibilityDate$
|
|
93243
|
+
compatibilityDate: compatibilityDate$u,
|
|
93244
93244
|
itemSchema: itemSchema$7,
|
|
93245
|
-
metadata: metadata$
|
|
93245
|
+
metadata: metadata$u,
|
|
93246
93246
|
migrate: migrate$b,
|
|
93247
93247
|
migrateFrom: migrateFrom$b,
|
|
93248
93248
|
optionsSchema: optionsSchema$6,
|
|
93249
93249
|
remoteOptionsSchema: remoteOptionsSchema$6,
|
|
93250
|
-
schema: schema$
|
|
93250
|
+
schema: schema$u,
|
|
93251
93251
|
toColumnDef: toColumnDef$8,
|
|
93252
|
-
type: type$
|
|
93252
|
+
type: type$u
|
|
93253
93253
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
93254
|
-
const type$
|
|
93255
|
-
const compatibilityDate$
|
|
93256
|
-
const metadata$
|
|
93254
|
+
const type$t = "com.shwfed.table.column.combobox-single.remote";
|
|
93255
|
+
const compatibilityDate$t = "2026-05-26";
|
|
93256
|
+
const metadata$t = {
|
|
93257
93257
|
name: "单选(远程)",
|
|
93258
93258
|
icon: "fluent:cloud-arrow-up-20-regular"
|
|
93259
93259
|
};
|
|
@@ -93353,7 +93353,7 @@ function optionsSchema$5(configure) {
|
|
|
93353
93353
|
description: '选项可以是静态配置(`kind: "static"`)或由远程接口加载(`kind: "remote"`)'
|
|
93354
93354
|
});
|
|
93355
93355
|
}
|
|
93356
|
-
function schema$
|
|
93356
|
+
function schema$t(configure) {
|
|
93357
93357
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
93358
93358
|
const Options = optionsSchema$5(configure);
|
|
93359
93359
|
const CelOnChange = Expression({
|
|
@@ -93372,8 +93372,8 @@ function schema$r(configure) {
|
|
|
93372
93372
|
resultType: "string"
|
|
93373
93373
|
});
|
|
93374
93374
|
return Struct({
|
|
93375
|
-
type: Literal2(type$
|
|
93376
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
93375
|
+
type: Literal2(type$t),
|
|
93376
|
+
compatibilityDate: Literal2(compatibilityDate$t),
|
|
93377
93377
|
...columnFields(configure),
|
|
93378
93378
|
placeholder: optional(Locale.annotations({
|
|
93379
93379
|
title: "占位符",
|
|
@@ -93427,8 +93427,8 @@ const migrate$a = (prev) => try_({
|
|
|
93427
93427
|
const itemsArr = Array.isArray(items2) ? items2 : [];
|
|
93428
93428
|
return {
|
|
93429
93429
|
...rest,
|
|
93430
|
-
type: type$
|
|
93431
|
-
compatibilityDate: compatibilityDate$
|
|
93430
|
+
type: type$t,
|
|
93431
|
+
compatibilityDate: compatibilityDate$t,
|
|
93432
93432
|
options: { kind: "static", items: itemsArr }
|
|
93433
93433
|
};
|
|
93434
93434
|
}
|
|
@@ -93441,8 +93441,8 @@ const migrate$a = (prev) => try_({
|
|
|
93441
93441
|
if (Array.isArray(optionLabel)) remote.optionLabel = optionLabel;
|
|
93442
93442
|
return {
|
|
93443
93443
|
...rest,
|
|
93444
|
-
type: type$
|
|
93445
|
-
compatibilityDate: compatibilityDate$
|
|
93444
|
+
type: type$t,
|
|
93445
|
+
compatibilityDate: compatibilityDate$t,
|
|
93446
93446
|
options: remote
|
|
93447
93447
|
};
|
|
93448
93448
|
}
|
|
@@ -93472,20 +93472,20 @@ function toColumnDef$7(value, { getLocaleText, $cel, inheritedContext }) {
|
|
|
93472
93472
|
}
|
|
93473
93473
|
const __vite_glob_0_22$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
93474
93474
|
__proto__: null,
|
|
93475
|
-
compatibilityDate: compatibilityDate$
|
|
93475
|
+
compatibilityDate: compatibilityDate$t,
|
|
93476
93476
|
itemSchema: itemSchema$6,
|
|
93477
|
-
metadata: metadata$
|
|
93477
|
+
metadata: metadata$t,
|
|
93478
93478
|
migrate: migrate$a,
|
|
93479
93479
|
migrateFrom: migrateFrom$a,
|
|
93480
93480
|
optionsSchema: optionsSchema$5,
|
|
93481
93481
|
remoteOptionsSchema: remoteOptionsSchema$5,
|
|
93482
|
-
schema: schema$
|
|
93482
|
+
schema: schema$t,
|
|
93483
93483
|
toColumnDef: toColumnDef$7,
|
|
93484
|
-
type: type$
|
|
93484
|
+
type: type$t
|
|
93485
93485
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
93486
|
-
const type$
|
|
93487
|
-
const compatibilityDate$
|
|
93488
|
-
const metadata$
|
|
93486
|
+
const type$s = "com.shwfed.table.column.combobox-single";
|
|
93487
|
+
const compatibilityDate$s = "2026-05-26";
|
|
93488
|
+
const metadata$s = {
|
|
93489
93489
|
name: "单选",
|
|
93490
93490
|
icon: "fluent:chevron-down-20-regular"
|
|
93491
93491
|
};
|
|
@@ -93585,12 +93585,12 @@ function optionsSchema$4(configure) {
|
|
|
93585
93585
|
description: '选项可以是静态配置(`kind: "static"`)或由远程接口加载(`kind: "remote"`)'
|
|
93586
93586
|
});
|
|
93587
93587
|
}
|
|
93588
|
-
function schema$
|
|
93588
|
+
function schema$s(configure) {
|
|
93589
93589
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
93590
93590
|
const Options = optionsSchema$4(configure);
|
|
93591
93591
|
return Struct({
|
|
93592
|
-
type: Literal2(type$
|
|
93593
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
93592
|
+
type: Literal2(type$s),
|
|
93593
|
+
compatibilityDate: Literal2(compatibilityDate$s),
|
|
93594
93594
|
...editableColumnFields(),
|
|
93595
93595
|
placeholder: optional(Locale.annotations({
|
|
93596
93596
|
title: "占位符",
|
|
@@ -93626,8 +93626,8 @@ const migrate$9 = (prev) => try_({
|
|
|
93626
93626
|
const itemsArr = Array.isArray(items2) ? items2 : [];
|
|
93627
93627
|
return {
|
|
93628
93628
|
...rest,
|
|
93629
|
-
type: type$
|
|
93630
|
-
compatibilityDate: compatibilityDate$
|
|
93629
|
+
type: type$s,
|
|
93630
|
+
compatibilityDate: compatibilityDate$s,
|
|
93631
93631
|
options: { kind: "static", items: itemsArr }
|
|
93632
93632
|
};
|
|
93633
93633
|
},
|
|
@@ -93651,20 +93651,20 @@ function toColumnDef$6(value, { getLocaleText }) {
|
|
|
93651
93651
|
}
|
|
93652
93652
|
const __vite_glob_0_23$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
93653
93653
|
__proto__: null,
|
|
93654
|
-
compatibilityDate: compatibilityDate$
|
|
93654
|
+
compatibilityDate: compatibilityDate$s,
|
|
93655
93655
|
itemSchema: itemSchema$5,
|
|
93656
|
-
metadata: metadata$
|
|
93656
|
+
metadata: metadata$s,
|
|
93657
93657
|
migrate: migrate$9,
|
|
93658
93658
|
migrateFrom: migrateFrom$9,
|
|
93659
93659
|
optionsSchema: optionsSchema$4,
|
|
93660
93660
|
remoteOptionsSchema: remoteOptionsSchema$4,
|
|
93661
|
-
schema: schema$
|
|
93661
|
+
schema: schema$s,
|
|
93662
93662
|
toColumnDef: toColumnDef$6,
|
|
93663
|
-
type: type$
|
|
93663
|
+
type: type$s
|
|
93664
93664
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
93665
|
-
const type$
|
|
93666
|
-
const compatibilityDate$
|
|
93667
|
-
const metadata$
|
|
93665
|
+
const type$r = "com.shwfed.table.column.tree-combobox-multi";
|
|
93666
|
+
const compatibilityDate$r = "2026-05-27";
|
|
93667
|
+
const metadata$r = {
|
|
93668
93668
|
name: "下拉树(多选)",
|
|
93669
93669
|
icon: "fluent:tree-evergreen-20-regular"
|
|
93670
93670
|
};
|
|
@@ -93677,7 +93677,7 @@ function withRowAndNode$3(configure) {
|
|
|
93677
93677
|
env.registerVariable("node", "dyn", { description: "`数据源` 返回的节点;由树逐层向下读取" });
|
|
93678
93678
|
};
|
|
93679
93679
|
}
|
|
93680
|
-
function schema$
|
|
93680
|
+
function schema$r(configure) {
|
|
93681
93681
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
93682
93682
|
const CelNodeKey = Expression({ configure: withRowAndNode$3(configure), resultType: isKeyType$7 });
|
|
93683
93683
|
const CelNodeChildren = Expression({ configure: withRowAndNode$3(configure), resultType: isListLike$7 });
|
|
@@ -93711,8 +93711,8 @@ function schema$p(configure) {
|
|
|
93711
93711
|
})
|
|
93712
93712
|
}).annotations({ title: "DataSource", description: "数据源配置" });
|
|
93713
93713
|
return Struct({
|
|
93714
|
-
type: Literal2(type$
|
|
93715
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
93714
|
+
type: Literal2(type$r),
|
|
93715
|
+
compatibilityDate: Literal2(compatibilityDate$r),
|
|
93716
93716
|
...editableColumnFields(),
|
|
93717
93717
|
placeholder: optional(Locale.annotations({
|
|
93718
93718
|
title: "占位符",
|
|
@@ -93796,16 +93796,16 @@ function toColumnDef$5(value, { getLocaleText }) {
|
|
|
93796
93796
|
}
|
|
93797
93797
|
const __vite_glob_0_24$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
93798
93798
|
__proto__: null,
|
|
93799
|
-
compatibilityDate: compatibilityDate$
|
|
93799
|
+
compatibilityDate: compatibilityDate$r,
|
|
93800
93800
|
defaults: defaults$h,
|
|
93801
|
-
metadata: metadata$
|
|
93802
|
-
schema: schema$
|
|
93801
|
+
metadata: metadata$r,
|
|
93802
|
+
schema: schema$r,
|
|
93803
93803
|
toColumnDef: toColumnDef$5,
|
|
93804
|
-
type: type$
|
|
93804
|
+
type: type$r
|
|
93805
93805
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
93806
|
-
const type$
|
|
93807
|
-
const compatibilityDate$
|
|
93808
|
-
const metadata$
|
|
93806
|
+
const type$q = "com.shwfed.table.column.tree-combobox-single";
|
|
93807
|
+
const compatibilityDate$q = "2026-05-27";
|
|
93808
|
+
const metadata$q = {
|
|
93809
93809
|
name: "下拉树(单选)",
|
|
93810
93810
|
icon: "fluent:tree-evergreen-20-regular"
|
|
93811
93811
|
};
|
|
@@ -93818,7 +93818,7 @@ function withRowAndNode$2(configure) {
|
|
|
93818
93818
|
env.registerVariable("node", "dyn", { description: "`数据源` 返回的节点;由树逐层向下读取" });
|
|
93819
93819
|
};
|
|
93820
93820
|
}
|
|
93821
|
-
function schema$
|
|
93821
|
+
function schema$q(configure) {
|
|
93822
93822
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
93823
93823
|
const CelNodeKey = Expression({ configure: withRowAndNode$2(configure), resultType: isKeyType$6 });
|
|
93824
93824
|
const CelNodeChildren = Expression({ configure: withRowAndNode$2(configure), resultType: isListLike$6 });
|
|
@@ -93852,8 +93852,8 @@ function schema$o(configure) {
|
|
|
93852
93852
|
})
|
|
93853
93853
|
}).annotations({ title: "DataSource", description: "数据源配置" });
|
|
93854
93854
|
return Struct({
|
|
93855
|
-
type: Literal2(type$
|
|
93856
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
93855
|
+
type: Literal2(type$q),
|
|
93856
|
+
compatibilityDate: Literal2(compatibilityDate$q),
|
|
93857
93857
|
...editableColumnFields(),
|
|
93858
93858
|
placeholder: optional(Locale.annotations({
|
|
93859
93859
|
title: "占位符",
|
|
@@ -93929,16 +93929,16 @@ function toColumnDef$4(value, { getLocaleText }) {
|
|
|
93929
93929
|
}
|
|
93930
93930
|
const __vite_glob_0_25$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
93931
93931
|
__proto__: null,
|
|
93932
|
-
compatibilityDate: compatibilityDate$
|
|
93932
|
+
compatibilityDate: compatibilityDate$q,
|
|
93933
93933
|
defaults: defaults$g,
|
|
93934
|
-
metadata: metadata$
|
|
93935
|
-
schema: schema$
|
|
93934
|
+
metadata: metadata$q,
|
|
93935
|
+
schema: schema$q,
|
|
93936
93936
|
toColumnDef: toColumnDef$4,
|
|
93937
|
-
type: type$
|
|
93937
|
+
type: type$q
|
|
93938
93938
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
93939
|
-
const type$
|
|
93940
|
-
const compatibilityDate$
|
|
93941
|
-
const metadata$
|
|
93939
|
+
const type$p = "com.shwfed.table.column.combobox-multi";
|
|
93940
|
+
const compatibilityDate$p = "2026-05-28";
|
|
93941
|
+
const metadata$p = {
|
|
93942
93942
|
name: "多选",
|
|
93943
93943
|
icon: "fluent:chevron-down-20-regular"
|
|
93944
93944
|
};
|
|
@@ -94087,14 +94087,14 @@ function writeSchema$1(configure) {
|
|
|
94087
94087
|
description: '`kind: "binding"` 行内编辑写回 dot-prop 路径;`kind: "remote"` 只读回显并通过请求写入服务端'
|
|
94088
94088
|
});
|
|
94089
94089
|
}
|
|
94090
|
-
function schema$
|
|
94090
|
+
function schema$p(configure) {
|
|
94091
94091
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
94092
94092
|
const Options = optionsSchema$3(configure);
|
|
94093
94093
|
const Write = writeSchema$1(configure);
|
|
94094
94094
|
const display = columnFields(configure);
|
|
94095
94095
|
return Struct({
|
|
94096
|
-
type: Literal2(type$
|
|
94097
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
94096
|
+
type: Literal2(type$p),
|
|
94097
|
+
compatibilityDate: Literal2(compatibilityDate$p),
|
|
94098
94098
|
...columnIdentityFields(),
|
|
94099
94099
|
title: display.title,
|
|
94100
94100
|
placeholder: optional(Locale.annotations({
|
|
@@ -94148,7 +94148,7 @@ const migrate$8 = (prev) => try_({
|
|
|
94148
94148
|
throw new Error("下拉多选迁移失败:原值不是对象");
|
|
94149
94149
|
}
|
|
94150
94150
|
const src = prev;
|
|
94151
|
-
const out = { type: type$
|
|
94151
|
+
const out = { type: type$p, compatibilityDate: compatibilityDate$p };
|
|
94152
94152
|
for (const k of CARRY$1) {
|
|
94153
94153
|
if (src[k] !== void 0) out[k] = src[k];
|
|
94154
94154
|
}
|
|
@@ -94209,22 +94209,22 @@ function toColumnDef$3(value, { getLocaleText, $cel, inheritedContext }) {
|
|
|
94209
94209
|
}
|
|
94210
94210
|
const __vite_glob_0_26$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
94211
94211
|
__proto__: null,
|
|
94212
|
-
compatibilityDate: compatibilityDate$
|
|
94212
|
+
compatibilityDate: compatibilityDate$p,
|
|
94213
94213
|
defaults: defaults$f,
|
|
94214
94214
|
itemSchema: itemSchema$4,
|
|
94215
|
-
metadata: metadata$
|
|
94215
|
+
metadata: metadata$p,
|
|
94216
94216
|
migrate: migrate$8,
|
|
94217
94217
|
migrateFrom: migrateFrom$8,
|
|
94218
94218
|
optionsSchema: optionsSchema$3,
|
|
94219
94219
|
remoteOptionsSchema: remoteOptionsSchema$3,
|
|
94220
|
-
schema: schema$
|
|
94220
|
+
schema: schema$p,
|
|
94221
94221
|
toColumnDef: toColumnDef$3,
|
|
94222
|
-
type: type$
|
|
94222
|
+
type: type$p,
|
|
94223
94223
|
writeSchema: writeSchema$1
|
|
94224
94224
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
94225
|
-
const type$
|
|
94226
|
-
const compatibilityDate$
|
|
94227
|
-
const metadata$
|
|
94225
|
+
const type$o = "com.shwfed.table.column.combobox-single";
|
|
94226
|
+
const compatibilityDate$o = "2026-05-28";
|
|
94227
|
+
const metadata$o = {
|
|
94228
94228
|
name: "单选",
|
|
94229
94229
|
icon: "fluent:chevron-down-20-regular"
|
|
94230
94230
|
};
|
|
@@ -94373,14 +94373,14 @@ function writeSchema(configure) {
|
|
|
94373
94373
|
description: '`kind: "binding"` 行内编辑写回 dot-prop 路径;`kind: "remote"` 只读回显并通过请求写入服务端'
|
|
94374
94374
|
});
|
|
94375
94375
|
}
|
|
94376
|
-
function schema$
|
|
94376
|
+
function schema$o(configure) {
|
|
94377
94377
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
94378
94378
|
const Options = optionsSchema$2(configure);
|
|
94379
94379
|
const Write = writeSchema(configure);
|
|
94380
94380
|
const display = columnFields(configure);
|
|
94381
94381
|
return Struct({
|
|
94382
|
-
type: Literal2(type$
|
|
94383
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
94382
|
+
type: Literal2(type$o),
|
|
94383
|
+
compatibilityDate: Literal2(compatibilityDate$o),
|
|
94384
94384
|
...columnIdentityFields(),
|
|
94385
94385
|
title: display.title,
|
|
94386
94386
|
placeholder: optional(Locale.annotations({
|
|
@@ -94434,7 +94434,7 @@ const migrate$7 = (prev) => try_({
|
|
|
94434
94434
|
throw new Error("下拉单选迁移失败:原值不是对象");
|
|
94435
94435
|
}
|
|
94436
94436
|
const src = prev;
|
|
94437
|
-
const out = { type: type$
|
|
94437
|
+
const out = { type: type$o, compatibilityDate: compatibilityDate$o };
|
|
94438
94438
|
for (const k of CARRY) {
|
|
94439
94439
|
if (src[k] !== void 0) out[k] = src[k];
|
|
94440
94440
|
}
|
|
@@ -94495,22 +94495,22 @@ function toColumnDef$2(value, { getLocaleText, $cel, inheritedContext }) {
|
|
|
94495
94495
|
}
|
|
94496
94496
|
const __vite_glob_0_27$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
94497
94497
|
__proto__: null,
|
|
94498
|
-
compatibilityDate: compatibilityDate$
|
|
94498
|
+
compatibilityDate: compatibilityDate$o,
|
|
94499
94499
|
defaults: defaults$e,
|
|
94500
94500
|
itemSchema: itemSchema$3,
|
|
94501
|
-
metadata: metadata$
|
|
94501
|
+
metadata: metadata$o,
|
|
94502
94502
|
migrate: migrate$7,
|
|
94503
94503
|
migrateFrom: migrateFrom$7,
|
|
94504
94504
|
optionsSchema: optionsSchema$2,
|
|
94505
94505
|
remoteOptionsSchema: remoteOptionsSchema$2,
|
|
94506
|
-
schema: schema$
|
|
94506
|
+
schema: schema$o,
|
|
94507
94507
|
toColumnDef: toColumnDef$2,
|
|
94508
|
-
type: type$
|
|
94508
|
+
type: type$o,
|
|
94509
94509
|
writeSchema
|
|
94510
94510
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
94511
|
-
const type$
|
|
94512
|
-
const compatibilityDate$
|
|
94513
|
-
const metadata$
|
|
94511
|
+
const type$n = "com.shwfed.table.column.tree-combobox-multi";
|
|
94512
|
+
const compatibilityDate$n = "2026-05-28";
|
|
94513
|
+
const metadata$n = {
|
|
94514
94514
|
name: "下拉树(多选)",
|
|
94515
94515
|
icon: "fluent:tree-evergreen-20-regular"
|
|
94516
94516
|
};
|
|
@@ -94523,7 +94523,7 @@ function withRowAndNode$1(configure) {
|
|
|
94523
94523
|
env.registerVariable("node", "dyn", { description: "`数据源` 返回的节点;由树逐层向下读取" });
|
|
94524
94524
|
};
|
|
94525
94525
|
}
|
|
94526
|
-
function schema$
|
|
94526
|
+
function schema$n(configure) {
|
|
94527
94527
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
94528
94528
|
const CelNodeKey = Expression({ configure: withRowAndNode$1(configure), resultType: isKeyType$5 });
|
|
94529
94529
|
const CelNodeChildren = Expression({ configure: withRowAndNode$1(configure), resultType: isListLike$5 });
|
|
@@ -94558,8 +94558,8 @@ function schema$l(configure) {
|
|
|
94558
94558
|
})
|
|
94559
94559
|
}).annotations({ title: "DataSource", description: "数据源配置" });
|
|
94560
94560
|
return Struct({
|
|
94561
|
-
type: Literal2(type$
|
|
94562
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
94561
|
+
type: Literal2(type$n),
|
|
94562
|
+
compatibilityDate: Literal2(compatibilityDate$n),
|
|
94563
94563
|
...editableColumnFields(),
|
|
94564
94564
|
placeholder: optional(Locale.annotations({
|
|
94565
94565
|
title: "占位符",
|
|
@@ -94641,7 +94641,7 @@ const migrate$6 = (prev) => try_({
|
|
|
94641
94641
|
throw new Error("下拉树(多选)迁移失败:原值不是对象");
|
|
94642
94642
|
}
|
|
94643
94643
|
const { compatibilityDate: _omit, ...rest } = prev;
|
|
94644
|
-
return { ...rest, type: type$
|
|
94644
|
+
return { ...rest, type: type$n, compatibilityDate: compatibilityDate$n };
|
|
94645
94645
|
},
|
|
94646
94646
|
catch: (e) => e instanceof Error ? e : new Error(String(e))
|
|
94647
94647
|
});
|
|
@@ -94663,18 +94663,18 @@ function toColumnDef$1(value, { getLocaleText }) {
|
|
|
94663
94663
|
}
|
|
94664
94664
|
const __vite_glob_0_28$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
94665
94665
|
__proto__: null,
|
|
94666
|
-
compatibilityDate: compatibilityDate$
|
|
94666
|
+
compatibilityDate: compatibilityDate$n,
|
|
94667
94667
|
defaults: defaults$d,
|
|
94668
|
-
metadata: metadata$
|
|
94668
|
+
metadata: metadata$n,
|
|
94669
94669
|
migrate: migrate$6,
|
|
94670
94670
|
migrateFrom: migrateFrom$6,
|
|
94671
|
-
schema: schema$
|
|
94671
|
+
schema: schema$n,
|
|
94672
94672
|
toColumnDef: toColumnDef$1,
|
|
94673
|
-
type: type$
|
|
94673
|
+
type: type$n
|
|
94674
94674
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
94675
|
-
const type$
|
|
94676
|
-
const compatibilityDate$
|
|
94677
|
-
const metadata$
|
|
94675
|
+
const type$m = "com.shwfed.table.column.tree-combobox-single";
|
|
94676
|
+
const compatibilityDate$m = "2026-05-28";
|
|
94677
|
+
const metadata$m = {
|
|
94678
94678
|
name: "下拉树(单选)",
|
|
94679
94679
|
icon: "fluent:tree-evergreen-20-regular"
|
|
94680
94680
|
};
|
|
@@ -94687,7 +94687,7 @@ function withRowAndNode(configure) {
|
|
|
94687
94687
|
env.registerVariable("node", "dyn", { description: "`数据源` 返回的节点;由树逐层向下读取" });
|
|
94688
94688
|
};
|
|
94689
94689
|
}
|
|
94690
|
-
function schema$
|
|
94690
|
+
function schema$m(configure) {
|
|
94691
94691
|
const CelBool = CelRowAccess(configure, { resultType: "bool" });
|
|
94692
94692
|
const CelNodeKey = Expression({ configure: withRowAndNode(configure), resultType: isKeyType$4 });
|
|
94693
94693
|
const CelNodeChildren = Expression({ configure: withRowAndNode(configure), resultType: isListLike$4 });
|
|
@@ -94722,8 +94722,8 @@ function schema$k(configure) {
|
|
|
94722
94722
|
})
|
|
94723
94723
|
}).annotations({ title: "DataSource", description: "数据源配置" });
|
|
94724
94724
|
return Struct({
|
|
94725
|
-
type: Literal2(type$
|
|
94726
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
94725
|
+
type: Literal2(type$m),
|
|
94726
|
+
compatibilityDate: Literal2(compatibilityDate$m),
|
|
94727
94727
|
...editableColumnFields(),
|
|
94728
94728
|
placeholder: optional(Locale.annotations({
|
|
94729
94729
|
title: "占位符",
|
|
@@ -94797,7 +94797,7 @@ const migrate$5 = (prev) => try_({
|
|
|
94797
94797
|
throw new Error("下拉树(单选)迁移失败:原值不是对象");
|
|
94798
94798
|
}
|
|
94799
94799
|
const { compatibilityDate: _omit, ...rest } = prev;
|
|
94800
|
-
return { ...rest, type: type$
|
|
94800
|
+
return { ...rest, type: type$m, compatibilityDate: compatibilityDate$m };
|
|
94801
94801
|
},
|
|
94802
94802
|
catch: (e) => e instanceof Error ? e : new Error(String(e))
|
|
94803
94803
|
});
|
|
@@ -94819,14 +94819,14 @@ function toColumnDef(value, { getLocaleText }) {
|
|
|
94819
94819
|
}
|
|
94820
94820
|
const __vite_glob_0_29$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
94821
94821
|
__proto__: null,
|
|
94822
|
-
compatibilityDate: compatibilityDate$
|
|
94822
|
+
compatibilityDate: compatibilityDate$m,
|
|
94823
94823
|
defaults: defaults$c,
|
|
94824
|
-
metadata: metadata$
|
|
94824
|
+
metadata: metadata$m,
|
|
94825
94825
|
migrate: migrate$5,
|
|
94826
94826
|
migrateFrom: migrateFrom$5,
|
|
94827
|
-
schema: schema$
|
|
94827
|
+
schema: schema$m,
|
|
94828
94828
|
toColumnDef,
|
|
94829
|
-
type: type$
|
|
94829
|
+
type: type$m
|
|
94830
94830
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
94831
94831
|
const schemaModules$2 = /* @__PURE__ */ Object.assign({
|
|
94832
94832
|
"../columns/2026-04-14/com.shwfed.table.column.actions/schema.ts": __vite_glob_0_0,
|
|
@@ -94836,8 +94836,8 @@ const schemaModules$2 = /* @__PURE__ */ Object.assign({
|
|
|
94836
94836
|
"../columns/2026-04-14/com.shwfed.table.column.number/schema.ts": __vite_glob_0_4$1,
|
|
94837
94837
|
"../columns/2026-04-14/com.shwfed.table.column.select/schema.ts": __vite_glob_0_5$1,
|
|
94838
94838
|
"../columns/2026-04-14/com.shwfed.table.column.text/schema.ts": __vite_glob_0_6$1,
|
|
94839
|
-
"../columns/2026-05-13/com.shwfed.table.column.switch.remote/schema.ts": __vite_glob_0_7,
|
|
94840
|
-
"../columns/2026-05-13/com.shwfed.table.column.switch/schema.ts": __vite_glob_0_8,
|
|
94839
|
+
"../columns/2026-05-13/com.shwfed.table.column.switch.remote/schema.ts": __vite_glob_0_7$1,
|
|
94840
|
+
"../columns/2026-05-13/com.shwfed.table.column.switch/schema.ts": __vite_glob_0_8$1,
|
|
94841
94841
|
"../columns/2026-05-20/com.shwfed.table.column.combobox-single/schema.ts": __vite_glob_0_9,
|
|
94842
94842
|
"../columns/2026-05-20/com.shwfed.table.column.number-input/schema.ts": __vite_glob_0_10,
|
|
94843
94843
|
"../columns/2026-05-20/com.shwfed.table.column.switch.local/schema.ts": __vite_glob_0_11,
|
|
@@ -94861,68 +94861,68 @@ const schemaModules$2 = /* @__PURE__ */ Object.assign({
|
|
|
94861
94861
|
"../columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/schema.ts": __vite_glob_0_29$1
|
|
94862
94862
|
});
|
|
94863
94863
|
const configModules$2 = /* @__PURE__ */ Object.assign({
|
|
94864
|
-
"../columns/2026-04-14/com.shwfed.table.column.actions/config.vue":
|
|
94865
|
-
"../columns/2026-04-14/com.shwfed.table.column.date/config.vue":
|
|
94866
|
-
"../columns/2026-04-14/com.shwfed.table.column.icon/config.vue":
|
|
94867
|
-
"../columns/2026-04-14/com.shwfed.table.column.markdown/config.vue":
|
|
94868
|
-
"../columns/2026-04-14/com.shwfed.table.column.number/config.vue":
|
|
94869
|
-
"../columns/2026-04-14/com.shwfed.table.column.select/config.vue":
|
|
94870
|
-
"../columns/2026-04-14/com.shwfed.table.column.text/config.vue":
|
|
94871
|
-
"../columns/2026-05-13/com.shwfed.table.column.switch.remote/config.vue":
|
|
94872
|
-
"../columns/2026-05-13/com.shwfed.table.column.switch/config.vue":
|
|
94873
|
-
"../columns/2026-05-20/com.shwfed.table.column.combobox-single/config.vue":
|
|
94874
|
-
"../columns/2026-05-20/com.shwfed.table.column.number-input/config.vue":
|
|
94875
|
-
"../columns/2026-05-20/com.shwfed.table.column.switch.local/config.vue":
|
|
94876
|
-
"../columns/2026-05-20/com.shwfed.table.column.switch/config.vue":
|
|
94877
|
-
"../columns/2026-05-20/com.shwfed.table.column.text-input/config.vue":
|
|
94878
|
-
"../columns/2026-05-21/com.shwfed.table.column.drag-handle/config.vue":
|
|
94879
|
-
"../columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.vue":
|
|
94880
|
-
"../columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.vue":
|
|
94881
|
-
"../columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.vue":
|
|
94882
|
-
"../columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.vue":
|
|
94883
|
-
"../columns/2026-05-25/com.shwfed.table.column.combobox-multi/config.vue":
|
|
94884
|
-
"../columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.vue":
|
|
94885
|
-
"../columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.vue":
|
|
94886
|
-
"../columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.vue":
|
|
94887
|
-
"../columns/2026-05-26/com.shwfed.table.column.combobox-single/config.vue":
|
|
94888
|
-
"../columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue":
|
|
94889
|
-
"../columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue":
|
|
94890
|
-
"../columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.vue":
|
|
94891
|
-
"../columns/2026-05-28/com.shwfed.table.column.combobox-single/config.vue":
|
|
94892
|
-
"../columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue":
|
|
94893
|
-
"../columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue":
|
|
94864
|
+
"../columns/2026-04-14/com.shwfed.table.column.actions/config.vue": __vite_glob_2_8,
|
|
94865
|
+
"../columns/2026-04-14/com.shwfed.table.column.date/config.vue": __vite_glob_2_8,
|
|
94866
|
+
"../columns/2026-04-14/com.shwfed.table.column.icon/config.vue": __vite_glob_2_8,
|
|
94867
|
+
"../columns/2026-04-14/com.shwfed.table.column.markdown/config.vue": __vite_glob_2_8,
|
|
94868
|
+
"../columns/2026-04-14/com.shwfed.table.column.number/config.vue": __vite_glob_2_8,
|
|
94869
|
+
"../columns/2026-04-14/com.shwfed.table.column.select/config.vue": __vite_glob_2_8,
|
|
94870
|
+
"../columns/2026-04-14/com.shwfed.table.column.text/config.vue": __vite_glob_2_8,
|
|
94871
|
+
"../columns/2026-05-13/com.shwfed.table.column.switch.remote/config.vue": __vite_glob_2_8,
|
|
94872
|
+
"../columns/2026-05-13/com.shwfed.table.column.switch/config.vue": __vite_glob_2_8,
|
|
94873
|
+
"../columns/2026-05-20/com.shwfed.table.column.combobox-single/config.vue": __vite_glob_2_8,
|
|
94874
|
+
"../columns/2026-05-20/com.shwfed.table.column.number-input/config.vue": __vite_glob_2_8,
|
|
94875
|
+
"../columns/2026-05-20/com.shwfed.table.column.switch.local/config.vue": __vite_glob_2_8,
|
|
94876
|
+
"../columns/2026-05-20/com.shwfed.table.column.switch/config.vue": __vite_glob_2_8,
|
|
94877
|
+
"../columns/2026-05-20/com.shwfed.table.column.text-input/config.vue": __vite_glob_2_8,
|
|
94878
|
+
"../columns/2026-05-21/com.shwfed.table.column.drag-handle/config.vue": __vite_glob_2_8,
|
|
94879
|
+
"../columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.vue": __vite_glob_2_8,
|
|
94880
|
+
"../columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.vue": __vite_glob_2_8,
|
|
94881
|
+
"../columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.vue": __vite_glob_2_8,
|
|
94882
|
+
"../columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.vue": __vite_glob_2_8,
|
|
94883
|
+
"../columns/2026-05-25/com.shwfed.table.column.combobox-multi/config.vue": __vite_glob_2_8,
|
|
94884
|
+
"../columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.vue": __vite_glob_2_8,
|
|
94885
|
+
"../columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.vue": __vite_glob_2_8,
|
|
94886
|
+
"../columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.vue": __vite_glob_2_8,
|
|
94887
|
+
"../columns/2026-05-26/com.shwfed.table.column.combobox-single/config.vue": __vite_glob_2_8,
|
|
94888
|
+
"../columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue": __vite_glob_2_8,
|
|
94889
|
+
"../columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue": __vite_glob_2_8,
|
|
94890
|
+
"../columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.vue": __vite_glob_2_8,
|
|
94891
|
+
"../columns/2026-05-28/com.shwfed.table.column.combobox-single/config.vue": __vite_glob_2_8,
|
|
94892
|
+
"../columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue": __vite_glob_2_8,
|
|
94893
|
+
"../columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue": __vite_glob_2_8
|
|
94894
94894
|
});
|
|
94895
94895
|
const runtimeModules$2 = /* @__PURE__ */ Object.assign({
|
|
94896
|
-
"../columns/2026-04-14/com.shwfed.table.column.actions/runtime.vue":
|
|
94897
|
-
"../columns/2026-04-14/com.shwfed.table.column.date/runtime.vue":
|
|
94898
|
-
"../columns/2026-04-14/com.shwfed.table.column.icon/runtime.vue":
|
|
94899
|
-
"../columns/2026-04-14/com.shwfed.table.column.markdown/runtime.vue":
|
|
94900
|
-
"../columns/2026-04-14/com.shwfed.table.column.number/runtime.vue":
|
|
94901
|
-
"../columns/2026-04-14/com.shwfed.table.column.select/runtime.vue":
|
|
94902
|
-
"../columns/2026-04-14/com.shwfed.table.column.text/runtime.vue":
|
|
94903
|
-
"../columns/2026-05-13/com.shwfed.table.column.switch.remote/runtime.vue":
|
|
94904
|
-
"../columns/2026-05-13/com.shwfed.table.column.switch/runtime.vue":
|
|
94905
|
-
"../columns/2026-05-20/com.shwfed.table.column.combobox-single/runtime.vue":
|
|
94906
|
-
"../columns/2026-05-20/com.shwfed.table.column.number-input/runtime.vue":
|
|
94907
|
-
"../columns/2026-05-20/com.shwfed.table.column.switch.local/runtime.vue":
|
|
94908
|
-
"../columns/2026-05-20/com.shwfed.table.column.switch/runtime.vue":
|
|
94909
|
-
"../columns/2026-05-20/com.shwfed.table.column.text-input/runtime.vue":
|
|
94910
|
-
"../columns/2026-05-21/com.shwfed.table.column.drag-handle/runtime.vue":
|
|
94911
|
-
"../columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/runtime.vue":
|
|
94912
|
-
"../columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/runtime.vue":
|
|
94913
|
-
"../columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/runtime.vue":
|
|
94914
|
-
"../columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/runtime.vue":
|
|
94915
|
-
"../columns/2026-05-25/com.shwfed.table.column.combobox-multi/runtime.vue":
|
|
94916
|
-
"../columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/runtime.vue":
|
|
94917
|
-
"../columns/2026-05-26/com.shwfed.table.column.combobox-multi/runtime.vue":
|
|
94918
|
-
"../columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/runtime.vue":
|
|
94919
|
-
"../columns/2026-05-26/com.shwfed.table.column.combobox-single/runtime.vue":
|
|
94920
|
-
"../columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/runtime.vue":
|
|
94921
|
-
"../columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/runtime.vue":
|
|
94922
|
-
"../columns/2026-05-28/com.shwfed.table.column.combobox-multi/runtime.vue":
|
|
94923
|
-
"../columns/2026-05-28/com.shwfed.table.column.combobox-single/runtime.vue":
|
|
94924
|
-
"../columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/runtime.vue":
|
|
94925
|
-
"../columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/runtime.vue":
|
|
94896
|
+
"../columns/2026-04-14/com.shwfed.table.column.actions/runtime.vue": __vite_glob_2_8,
|
|
94897
|
+
"../columns/2026-04-14/com.shwfed.table.column.date/runtime.vue": __vite_glob_2_8,
|
|
94898
|
+
"../columns/2026-04-14/com.shwfed.table.column.icon/runtime.vue": __vite_glob_2_8,
|
|
94899
|
+
"../columns/2026-04-14/com.shwfed.table.column.markdown/runtime.vue": __vite_glob_2_8,
|
|
94900
|
+
"../columns/2026-04-14/com.shwfed.table.column.number/runtime.vue": __vite_glob_2_8,
|
|
94901
|
+
"../columns/2026-04-14/com.shwfed.table.column.select/runtime.vue": __vite_glob_2_8,
|
|
94902
|
+
"../columns/2026-04-14/com.shwfed.table.column.text/runtime.vue": __vite_glob_2_8,
|
|
94903
|
+
"../columns/2026-05-13/com.shwfed.table.column.switch.remote/runtime.vue": __vite_glob_2_8,
|
|
94904
|
+
"../columns/2026-05-13/com.shwfed.table.column.switch/runtime.vue": __vite_glob_2_8,
|
|
94905
|
+
"../columns/2026-05-20/com.shwfed.table.column.combobox-single/runtime.vue": __vite_glob_2_8,
|
|
94906
|
+
"../columns/2026-05-20/com.shwfed.table.column.number-input/runtime.vue": __vite_glob_2_8,
|
|
94907
|
+
"../columns/2026-05-20/com.shwfed.table.column.switch.local/runtime.vue": __vite_glob_2_8,
|
|
94908
|
+
"../columns/2026-05-20/com.shwfed.table.column.switch/runtime.vue": __vite_glob_2_8,
|
|
94909
|
+
"../columns/2026-05-20/com.shwfed.table.column.text-input/runtime.vue": __vite_glob_2_8,
|
|
94910
|
+
"../columns/2026-05-21/com.shwfed.table.column.drag-handle/runtime.vue": __vite_glob_2_8,
|
|
94911
|
+
"../columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/runtime.vue": __vite_glob_2_8,
|
|
94912
|
+
"../columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/runtime.vue": __vite_glob_2_8,
|
|
94913
|
+
"../columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/runtime.vue": __vite_glob_2_8,
|
|
94914
|
+
"../columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/runtime.vue": __vite_glob_2_8,
|
|
94915
|
+
"../columns/2026-05-25/com.shwfed.table.column.combobox-multi/runtime.vue": __vite_glob_2_8,
|
|
94916
|
+
"../columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/runtime.vue": __vite_glob_2_8,
|
|
94917
|
+
"../columns/2026-05-26/com.shwfed.table.column.combobox-multi/runtime.vue": __vite_glob_2_8,
|
|
94918
|
+
"../columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/runtime.vue": __vite_glob_2_8,
|
|
94919
|
+
"../columns/2026-05-26/com.shwfed.table.column.combobox-single/runtime.vue": __vite_glob_2_8,
|
|
94920
|
+
"../columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/runtime.vue": __vite_glob_2_8,
|
|
94921
|
+
"../columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/runtime.vue": __vite_glob_2_8,
|
|
94922
|
+
"../columns/2026-05-28/com.shwfed.table.column.combobox-multi/runtime.vue": __vite_glob_2_8,
|
|
94923
|
+
"../columns/2026-05-28/com.shwfed.table.column.combobox-single/runtime.vue": __vite_glob_2_8,
|
|
94924
|
+
"../columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/runtime.vue": __vite_glob_2_8,
|
|
94925
|
+
"../columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/runtime.vue": __vite_glob_2_8
|
|
94926
94926
|
});
|
|
94927
94927
|
const sourceKey$1 = (type2, compatibilityDate2) => `${type2}@${compatibilityDate2}`;
|
|
94928
94928
|
const registry$2 = defineRegistry({
|
|
@@ -95393,21 +95393,21 @@ function defaultTableConfig() {
|
|
|
95393
95393
|
: index % 2 == 1 ? { 'background-color': 'oklch(98.5% 0 0)' } : { 'background-color': 'white' }`
|
|
95394
95394
|
};
|
|
95395
95395
|
}
|
|
95396
|
-
const type$
|
|
95397
|
-
const compatibilityDate$
|
|
95398
|
-
const metadata$
|
|
95396
|
+
const type$l = "com.shwfed.form.field.table";
|
|
95397
|
+
const compatibilityDate$l = "2026-05-18";
|
|
95398
|
+
const metadata$l = {
|
|
95399
95399
|
name: "表格",
|
|
95400
95400
|
icon: "fluent:table-20-regular",
|
|
95401
95401
|
w: { initial: 12, min: 6, max: Infinity },
|
|
95402
95402
|
h: { initial: 10, min: 5, max: Infinity, grow: true }
|
|
95403
95403
|
};
|
|
95404
|
-
function schema$
|
|
95404
|
+
function schema$l(configure) {
|
|
95405
95405
|
const Table = suspend(
|
|
95406
95406
|
() => TableConfig(configure)
|
|
95407
95407
|
);
|
|
95408
95408
|
return Struct({
|
|
95409
|
-
type: Literal2(type$
|
|
95410
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
95409
|
+
type: Literal2(type$l),
|
|
95410
|
+
compatibilityDate: Literal2(compatibilityDate$l),
|
|
95411
95411
|
...commonFieldFields(configure),
|
|
95412
95412
|
label: optional(Locale.annotations({
|
|
95413
95413
|
title: "标签",
|
|
@@ -95437,25 +95437,25 @@ function defaults$b() {
|
|
|
95437
95437
|
}
|
|
95438
95438
|
const __vite_glob_0_20 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
95439
95439
|
__proto__: null,
|
|
95440
|
-
compatibilityDate: compatibilityDate$
|
|
95440
|
+
compatibilityDate: compatibilityDate$l,
|
|
95441
95441
|
defaults: defaults$b,
|
|
95442
|
-
metadata: metadata$
|
|
95443
|
-
schema: schema$
|
|
95444
|
-
type: type$
|
|
95442
|
+
metadata: metadata$l,
|
|
95443
|
+
schema: schema$l,
|
|
95444
|
+
type: type$l
|
|
95445
95445
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
95446
|
-
const type$
|
|
95447
|
-
const compatibilityDate$
|
|
95448
|
-
const metadata$
|
|
95446
|
+
const type$k = "com.shwfed.form.field.collapsible";
|
|
95447
|
+
const compatibilityDate$k = "2026-05-20";
|
|
95448
|
+
const metadata$k = {
|
|
95449
95449
|
name: "可折叠区域",
|
|
95450
95450
|
icon: "fluent:chevron-down-20-regular",
|
|
95451
95451
|
w: { initial: 12, min: 4, max: Infinity },
|
|
95452
95452
|
h: { initial: 4, min: 2, max: Infinity, grow: true }
|
|
95453
95453
|
};
|
|
95454
|
-
function schema$
|
|
95454
|
+
function schema$k(configure) {
|
|
95455
95455
|
const Unit = suspend(() => FormUnit(configure));
|
|
95456
95456
|
return Struct({
|
|
95457
|
-
type: Literal2(type$
|
|
95458
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
95457
|
+
type: Literal2(type$k),
|
|
95458
|
+
compatibilityDate: Literal2(compatibilityDate$k),
|
|
95459
95459
|
id: UUID.annotations({ description: "字段唯一标识;布局通过该 id 引用字段" }),
|
|
95460
95460
|
displayName: optional(String$.annotations({
|
|
95461
95461
|
title: "内部名称",
|
|
@@ -95490,21 +95490,21 @@ function defaults$a() {
|
|
|
95490
95490
|
}
|
|
95491
95491
|
const __vite_glob_0_21 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
95492
95492
|
__proto__: null,
|
|
95493
|
-
compatibilityDate: compatibilityDate$
|
|
95493
|
+
compatibilityDate: compatibilityDate$k,
|
|
95494
95494
|
defaults: defaults$a,
|
|
95495
|
-
metadata: metadata$
|
|
95496
|
-
schema: schema$
|
|
95497
|
-
type: type$
|
|
95495
|
+
metadata: metadata$k,
|
|
95496
|
+
schema: schema$k,
|
|
95497
|
+
type: type$k
|
|
95498
95498
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
95499
|
-
const type$
|
|
95500
|
-
const compatibilityDate$
|
|
95501
|
-
const metadata$
|
|
95499
|
+
const type$j = "com.shwfed.form.field.tree.multi";
|
|
95500
|
+
const compatibilityDate$j = "2026-05-23";
|
|
95501
|
+
const metadata$j = {
|
|
95502
95502
|
name: "树(多选)",
|
|
95503
95503
|
icon: "fluent:tree-evergreen-20-regular",
|
|
95504
95504
|
w: { initial: 8, min: 4, max: Infinity },
|
|
95505
95505
|
h: { initial: 8, min: 4, max: Infinity, grow: true }
|
|
95506
95506
|
};
|
|
95507
|
-
function schema$
|
|
95507
|
+
function schema$j(configure) {
|
|
95508
95508
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
95509
95509
|
const nodeConfigure = (env) => {
|
|
95510
95510
|
configure(env);
|
|
@@ -95533,8 +95533,8 @@ function schema$h(configure) {
|
|
|
95533
95533
|
resultType: (t) => t === "dyn" || t.startsWith("list") || t.startsWith("optional")
|
|
95534
95534
|
});
|
|
95535
95535
|
return Struct({
|
|
95536
|
-
type: Literal2(type$
|
|
95537
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
95536
|
+
type: Literal2(type$j),
|
|
95537
|
+
compatibilityDate: Literal2(compatibilityDate$j),
|
|
95538
95538
|
...commonFieldFields(configure),
|
|
95539
95539
|
label: optional(Locale.annotations({
|
|
95540
95540
|
title: "标签",
|
|
@@ -95622,15 +95622,15 @@ function defaults$9() {
|
|
|
95622
95622
|
}
|
|
95623
95623
|
const __vite_glob_0_22 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
95624
95624
|
__proto__: null,
|
|
95625
|
-
compatibilityDate: compatibilityDate$
|
|
95625
|
+
compatibilityDate: compatibilityDate$j,
|
|
95626
95626
|
defaults: defaults$9,
|
|
95627
|
-
metadata: metadata$
|
|
95628
|
-
schema: schema$
|
|
95629
|
-
type: type$
|
|
95627
|
+
metadata: metadata$j,
|
|
95628
|
+
schema: schema$j,
|
|
95629
|
+
type: type$j
|
|
95630
95630
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
95631
|
-
const type$
|
|
95632
|
-
const compatibilityDate$
|
|
95633
|
-
const metadata$
|
|
95631
|
+
const type$i = "com.shwfed.form.field.month";
|
|
95632
|
+
const compatibilityDate$i = "2026-05-24";
|
|
95633
|
+
const metadata$i = {
|
|
95634
95634
|
name: "月份",
|
|
95635
95635
|
icon: "fluent:calendar-month-20-regular",
|
|
95636
95636
|
w: { initial: 8, min: 4, max: Infinity },
|
|
@@ -95652,12 +95652,12 @@ function presetSchema$1(configure) {
|
|
|
95652
95652
|
title: "MonthFieldPreset"
|
|
95653
95653
|
});
|
|
95654
95654
|
}
|
|
95655
|
-
function schema$
|
|
95655
|
+
function schema$i(configure) {
|
|
95656
95656
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
95657
95657
|
const Preset = presetSchema$1(configure);
|
|
95658
95658
|
return Struct({
|
|
95659
|
-
type: Literal2(type$
|
|
95660
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
95659
|
+
type: Literal2(type$i),
|
|
95660
|
+
compatibilityDate: Literal2(compatibilityDate$i),
|
|
95661
95661
|
...commonFieldFields(configure),
|
|
95662
95662
|
label: optional(Locale.annotations({
|
|
95663
95663
|
title: "标签",
|
|
@@ -95704,14 +95704,14 @@ function schema$g(configure) {
|
|
|
95704
95704
|
}
|
|
95705
95705
|
const __vite_glob_0_23 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
95706
95706
|
__proto__: null,
|
|
95707
|
-
compatibilityDate: compatibilityDate$
|
|
95708
|
-
metadata: metadata$
|
|
95707
|
+
compatibilityDate: compatibilityDate$i,
|
|
95708
|
+
metadata: metadata$i,
|
|
95709
95709
|
presetSchema: presetSchema$1,
|
|
95710
|
-
schema: schema$
|
|
95711
|
-
type: type$
|
|
95710
|
+
schema: schema$i,
|
|
95711
|
+
type: type$i
|
|
95712
95712
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
95713
|
-
const type$
|
|
95714
|
-
const compatibilityDate$
|
|
95713
|
+
const type$h = "com.shwfed.form.field.monthrange";
|
|
95714
|
+
const compatibilityDate$h = "2026-05-24";
|
|
95715
95715
|
const BindingPath = String$.pipe(minLength(1));
|
|
95716
95716
|
const SplitBinding = Tuple(BindingPath, BindingPath).pipe(
|
|
95717
95717
|
filter(([a, b]) => a !== b, {
|
|
@@ -95722,7 +95722,7 @@ const bindingSchema = Union2(BindingPath, SplitBinding).annotations({
|
|
|
95722
95722
|
title: "绑定路径",
|
|
95723
95723
|
description: "写入表单状态的 `dot-prop` 路径;填写单个路径时写入 `[start, end]` 字符串数组,例如 `event.months`;填写 `[起始路径, 结束路径]` 元组时分别写入两端;留空则为非受控字段"
|
|
95724
95724
|
});
|
|
95725
|
-
const metadata$
|
|
95725
|
+
const metadata$h = {
|
|
95726
95726
|
name: "月份范围",
|
|
95727
95727
|
icon: "fluent:calendar-arrow-right-20-regular",
|
|
95728
95728
|
w: { initial: 10, min: 10, max: Infinity },
|
|
@@ -95748,12 +95748,12 @@ function presetSchema(configure) {
|
|
|
95748
95748
|
title: "MonthRangeFieldPreset"
|
|
95749
95749
|
});
|
|
95750
95750
|
}
|
|
95751
|
-
function schema$
|
|
95751
|
+
function schema$h(configure) {
|
|
95752
95752
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
95753
95753
|
const Preset = presetSchema(configure);
|
|
95754
95754
|
return Struct({
|
|
95755
|
-
type: Literal2(type$
|
|
95756
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
95755
|
+
type: Literal2(type$h),
|
|
95756
|
+
compatibilityDate: Literal2(compatibilityDate$h),
|
|
95757
95757
|
...commonFieldFields(configure),
|
|
95758
95758
|
label: optional(Locale.annotations({
|
|
95759
95759
|
title: "标签",
|
|
@@ -95808,16 +95808,16 @@ function defaults$8() {
|
|
|
95808
95808
|
}
|
|
95809
95809
|
const __vite_glob_0_24 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
95810
95810
|
__proto__: null,
|
|
95811
|
-
compatibilityDate: compatibilityDate$
|
|
95811
|
+
compatibilityDate: compatibilityDate$h,
|
|
95812
95812
|
defaults: defaults$8,
|
|
95813
|
-
metadata: metadata$
|
|
95813
|
+
metadata: metadata$h,
|
|
95814
95814
|
presetSchema,
|
|
95815
|
-
schema: schema$
|
|
95816
|
-
type: type$
|
|
95815
|
+
schema: schema$h,
|
|
95816
|
+
type: type$h
|
|
95817
95817
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
95818
|
-
const type$
|
|
95819
|
-
const compatibilityDate$
|
|
95820
|
-
const metadata$
|
|
95818
|
+
const type$g = "com.shwfed.form.field.combobox.multi";
|
|
95819
|
+
const compatibilityDate$g = "2026-05-25";
|
|
95820
|
+
const metadata$g = {
|
|
95821
95821
|
name: "下拉多选",
|
|
95822
95822
|
icon: "fluent:chevron-down-20-regular",
|
|
95823
95823
|
w: { initial: 8, min: 4, max: Infinity },
|
|
@@ -95830,14 +95830,14 @@ function configureWithOption$2(configure) {
|
|
|
95830
95830
|
};
|
|
95831
95831
|
}
|
|
95832
95832
|
const isListType$3 = (actual) => actual === "dyn" || actual.startsWith("list");
|
|
95833
|
-
function schema$
|
|
95833
|
+
function schema$g(configure) {
|
|
95834
95834
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
95835
95835
|
const CelOptions = Expression({ configure, resultType: isListType$3 });
|
|
95836
95836
|
const CelOptionValue = Expression({ configure: configureWithOption$2(configure), resultType: "dyn" });
|
|
95837
95837
|
const LocaleOptionLabel = LocaleMarkdown({ configure: configureWithOption$2(configure) });
|
|
95838
95838
|
return Struct({
|
|
95839
|
-
type: Literal2(type$
|
|
95840
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
95839
|
+
type: Literal2(type$g),
|
|
95840
|
+
compatibilityDate: Literal2(compatibilityDate$g),
|
|
95841
95841
|
...commonFieldFields(configure),
|
|
95842
95842
|
label: optional(Locale.annotations({
|
|
95843
95843
|
title: "标签",
|
|
@@ -95884,14 +95884,14 @@ function schema$e(configure) {
|
|
|
95884
95884
|
}
|
|
95885
95885
|
const __vite_glob_0_25 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
95886
95886
|
__proto__: null,
|
|
95887
|
-
compatibilityDate: compatibilityDate$
|
|
95888
|
-
metadata: metadata$
|
|
95889
|
-
schema: schema$
|
|
95890
|
-
type: type$
|
|
95887
|
+
compatibilityDate: compatibilityDate$g,
|
|
95888
|
+
metadata: metadata$g,
|
|
95889
|
+
schema: schema$g,
|
|
95890
|
+
type: type$g
|
|
95891
95891
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
95892
|
-
const type$
|
|
95893
|
-
const compatibilityDate$
|
|
95894
|
-
const metadata$
|
|
95892
|
+
const type$f = "com.shwfed.form.field.tree.combobox.multi";
|
|
95893
|
+
const compatibilityDate$f = "2026-05-26";
|
|
95894
|
+
const metadata$f = {
|
|
95895
95895
|
name: "下拉树(多选)",
|
|
95896
95896
|
icon: "fluent:tree-evergreen-20-regular",
|
|
95897
95897
|
w: { initial: 8, min: 4, max: Infinity },
|
|
@@ -95909,15 +95909,15 @@ function withNode$3(configure) {
|
|
|
95909
95909
|
env.registerVariable("node", NODE_VAR$3.type, { description: NODE_VAR$3.description });
|
|
95910
95910
|
};
|
|
95911
95911
|
}
|
|
95912
|
-
function schema$
|
|
95912
|
+
function schema$f(configure) {
|
|
95913
95913
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
95914
95914
|
const CelNodeKey = Expression({ configure: withNode$3(configure), resultType: isKeyType$3 });
|
|
95915
95915
|
const CelNodeChildren = Expression({ configure: withNode$3(configure), resultType: isListLike$3 });
|
|
95916
95916
|
const CelNodeBool = Expression({ configure: withNode$3(configure), resultType: "bool" });
|
|
95917
95917
|
const NodeLocaleMd = LocaleMarkdown({ configure: withNode$3(configure) });
|
|
95918
95918
|
return Struct({
|
|
95919
|
-
type: Literal2(type$
|
|
95920
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
95919
|
+
type: Literal2(type$f),
|
|
95920
|
+
compatibilityDate: Literal2(compatibilityDate$f),
|
|
95921
95921
|
...commonFieldFields(configure),
|
|
95922
95922
|
label: optional(Locale.annotations({
|
|
95923
95923
|
title: "标签",
|
|
@@ -95997,15 +95997,15 @@ function defaults$7() {
|
|
|
95997
95997
|
}
|
|
95998
95998
|
const __vite_glob_0_26 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
95999
95999
|
__proto__: null,
|
|
96000
|
-
compatibilityDate: compatibilityDate$
|
|
96000
|
+
compatibilityDate: compatibilityDate$f,
|
|
96001
96001
|
defaults: defaults$7,
|
|
96002
|
-
metadata: metadata$
|
|
96003
|
-
schema: schema$
|
|
96004
|
-
type: type$
|
|
96002
|
+
metadata: metadata$f,
|
|
96003
|
+
schema: schema$f,
|
|
96004
|
+
type: type$f
|
|
96005
96005
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
96006
|
-
const type$
|
|
96007
|
-
const compatibilityDate$
|
|
96008
|
-
const metadata$
|
|
96006
|
+
const type$e = "com.shwfed.form.field.tree.combobox.single";
|
|
96007
|
+
const compatibilityDate$e = "2026-05-26";
|
|
96008
|
+
const metadata$e = {
|
|
96009
96009
|
name: "下拉树(单选)",
|
|
96010
96010
|
icon: "fluent:tree-evergreen-20-regular",
|
|
96011
96011
|
w: { initial: 8, min: 4, max: Infinity },
|
|
@@ -96023,15 +96023,15 @@ function withNode$2(configure) {
|
|
|
96023
96023
|
env.registerVariable("node", NODE_VAR$2.type, { description: NODE_VAR$2.description });
|
|
96024
96024
|
};
|
|
96025
96025
|
}
|
|
96026
|
-
function schema$
|
|
96026
|
+
function schema$e(configure) {
|
|
96027
96027
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
96028
96028
|
const CelNodeKey = Expression({ configure: withNode$2(configure), resultType: isKeyType$2 });
|
|
96029
96029
|
const CelNodeChildren = Expression({ configure: withNode$2(configure), resultType: isListLike$2 });
|
|
96030
96030
|
const CelNodeBool = Expression({ configure: withNode$2(configure), resultType: "bool" });
|
|
96031
96031
|
const NodeLocaleMd = LocaleMarkdown({ configure: withNode$2(configure) });
|
|
96032
96032
|
return Struct({
|
|
96033
|
-
type: Literal2(type$
|
|
96034
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
96033
|
+
type: Literal2(type$e),
|
|
96034
|
+
compatibilityDate: Literal2(compatibilityDate$e),
|
|
96035
96035
|
...commonFieldFields(configure),
|
|
96036
96036
|
label: optional(Locale.annotations({
|
|
96037
96037
|
title: "标签",
|
|
@@ -96103,15 +96103,15 @@ function defaults$6() {
|
|
|
96103
96103
|
}
|
|
96104
96104
|
const __vite_glob_0_27 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
96105
96105
|
__proto__: null,
|
|
96106
|
-
compatibilityDate: compatibilityDate$
|
|
96106
|
+
compatibilityDate: compatibilityDate$e,
|
|
96107
96107
|
defaults: defaults$6,
|
|
96108
|
-
metadata: metadata$
|
|
96109
|
-
schema: schema$
|
|
96110
|
-
type: type$
|
|
96108
|
+
metadata: metadata$e,
|
|
96109
|
+
schema: schema$e,
|
|
96110
|
+
type: type$e
|
|
96111
96111
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
96112
|
-
const type$
|
|
96113
|
-
const compatibilityDate$
|
|
96114
|
-
const metadata$
|
|
96112
|
+
const type$d = "com.shwfed.form.field.combobox.multi";
|
|
96113
|
+
const compatibilityDate$d = "2026-05-28";
|
|
96114
|
+
const metadata$d = {
|
|
96115
96115
|
name: "下拉多选",
|
|
96116
96116
|
icon: "fluent:chevron-down-20-regular",
|
|
96117
96117
|
w: { initial: 8, min: 4, max: Infinity },
|
|
@@ -96214,12 +96214,12 @@ function optionsSchema$1(configure) {
|
|
|
96214
96214
|
description: '选项可以是静态配置(`kind: "static"`)或由 CEL 表达式 / 远程接口产出(`kind: "remote"`)'
|
|
96215
96215
|
});
|
|
96216
96216
|
}
|
|
96217
|
-
function schema$
|
|
96217
|
+
function schema$d(configure) {
|
|
96218
96218
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
96219
96219
|
const Options = optionsSchema$1(configure);
|
|
96220
96220
|
return Struct({
|
|
96221
|
-
type: Literal2(type$
|
|
96222
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
96221
|
+
type: Literal2(type$d),
|
|
96222
|
+
compatibilityDate: Literal2(compatibilityDate$d),
|
|
96223
96223
|
...commonFieldFields(configure),
|
|
96224
96224
|
label: optional(Locale.annotations({
|
|
96225
96225
|
title: "标签",
|
|
@@ -96279,8 +96279,8 @@ const migrate$4 = (prev) => try_({
|
|
|
96279
96279
|
if (Array.isArray(optionLabel)) remote.optionLabel = optionLabel;
|
|
96280
96280
|
return {
|
|
96281
96281
|
...rest,
|
|
96282
|
-
type: type$
|
|
96283
|
-
compatibilityDate: compatibilityDate$
|
|
96282
|
+
type: type$d,
|
|
96283
|
+
compatibilityDate: compatibilityDate$d,
|
|
96284
96284
|
options: remote
|
|
96285
96285
|
};
|
|
96286
96286
|
}
|
|
@@ -96290,20 +96290,20 @@ const migrate$4 = (prev) => try_({
|
|
|
96290
96290
|
});
|
|
96291
96291
|
const __vite_glob_0_28 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
96292
96292
|
__proto__: null,
|
|
96293
|
-
compatibilityDate: compatibilityDate$
|
|
96293
|
+
compatibilityDate: compatibilityDate$d,
|
|
96294
96294
|
defaults: defaults$5,
|
|
96295
96295
|
itemSchema: itemSchema$2,
|
|
96296
|
-
metadata: metadata$
|
|
96296
|
+
metadata: metadata$d,
|
|
96297
96297
|
migrate: migrate$4,
|
|
96298
96298
|
migrateFrom: migrateFrom$4,
|
|
96299
96299
|
optionsSchema: optionsSchema$1,
|
|
96300
96300
|
remoteOptionsSchema: remoteOptionsSchema$1,
|
|
96301
|
-
schema: schema$
|
|
96302
|
-
type: type$
|
|
96301
|
+
schema: schema$d,
|
|
96302
|
+
type: type$d
|
|
96303
96303
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
96304
|
-
const type$
|
|
96305
|
-
const compatibilityDate$
|
|
96306
|
-
const metadata$
|
|
96304
|
+
const type$c = "com.shwfed.form.field.combobox.single";
|
|
96305
|
+
const compatibilityDate$c = "2026-05-28";
|
|
96306
|
+
const metadata$c = {
|
|
96307
96307
|
name: "下拉单选",
|
|
96308
96308
|
icon: "fluent:chevron-down-20-regular",
|
|
96309
96309
|
w: { initial: 8, min: 4, max: Infinity },
|
|
@@ -96406,12 +96406,12 @@ function optionsSchema(configure) {
|
|
|
96406
96406
|
description: '选项可以是静态配置(`kind: "static"`)或由 CEL 表达式 / 远程接口产出(`kind: "remote"`)'
|
|
96407
96407
|
});
|
|
96408
96408
|
}
|
|
96409
|
-
function schema$
|
|
96409
|
+
function schema$c(configure) {
|
|
96410
96410
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
96411
96411
|
const Options = optionsSchema(configure);
|
|
96412
96412
|
return Struct({
|
|
96413
|
-
type: Literal2(type$
|
|
96414
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
96413
|
+
type: Literal2(type$c),
|
|
96414
|
+
compatibilityDate: Literal2(compatibilityDate$c),
|
|
96415
96415
|
...commonFieldFields(configure),
|
|
96416
96416
|
label: optional(Locale.annotations({
|
|
96417
96417
|
title: "标签",
|
|
@@ -96470,8 +96470,8 @@ const migrate$3 = (prev) => try_({
|
|
|
96470
96470
|
const itemsArr = Array.isArray(items2) ? items2 : [];
|
|
96471
96471
|
return {
|
|
96472
96472
|
...rest,
|
|
96473
|
-
type: type$
|
|
96474
|
-
compatibilityDate: compatibilityDate$
|
|
96473
|
+
type: type$c,
|
|
96474
|
+
compatibilityDate: compatibilityDate$c,
|
|
96475
96475
|
options: { kind: "static", items: itemsArr }
|
|
96476
96476
|
};
|
|
96477
96477
|
}
|
|
@@ -96483,8 +96483,8 @@ const migrate$3 = (prev) => try_({
|
|
|
96483
96483
|
if (Array.isArray(optionLabel)) remote.optionLabel = optionLabel;
|
|
96484
96484
|
return {
|
|
96485
96485
|
...rest,
|
|
96486
|
-
type: type$
|
|
96487
|
-
compatibilityDate: compatibilityDate$
|
|
96486
|
+
type: type$c,
|
|
96487
|
+
compatibilityDate: compatibilityDate$c,
|
|
96488
96488
|
options: remote
|
|
96489
96489
|
};
|
|
96490
96490
|
}
|
|
@@ -96497,8 +96497,8 @@ const migrate$3 = (prev) => try_({
|
|
|
96497
96497
|
if (Array.isArray(optionLabel)) remote.optionLabel = optionLabel;
|
|
96498
96498
|
return {
|
|
96499
96499
|
...rest,
|
|
96500
|
-
type: type$
|
|
96501
|
-
compatibilityDate: compatibilityDate$
|
|
96500
|
+
type: type$c,
|
|
96501
|
+
compatibilityDate: compatibilityDate$c,
|
|
96502
96502
|
options: remote
|
|
96503
96503
|
};
|
|
96504
96504
|
}
|
|
@@ -96508,20 +96508,20 @@ const migrate$3 = (prev) => try_({
|
|
|
96508
96508
|
});
|
|
96509
96509
|
const __vite_glob_0_29 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
96510
96510
|
__proto__: null,
|
|
96511
|
-
compatibilityDate: compatibilityDate$
|
|
96511
|
+
compatibilityDate: compatibilityDate$c,
|
|
96512
96512
|
defaults: defaults$4,
|
|
96513
96513
|
itemSchema: itemSchema$1,
|
|
96514
|
-
metadata: metadata$
|
|
96514
|
+
metadata: metadata$c,
|
|
96515
96515
|
migrate: migrate$3,
|
|
96516
96516
|
migrateFrom: migrateFrom$3,
|
|
96517
96517
|
optionsSchema,
|
|
96518
96518
|
remoteOptionsSchema,
|
|
96519
|
-
schema: schema$
|
|
96520
|
-
type: type$
|
|
96519
|
+
schema: schema$c,
|
|
96520
|
+
type: type$c
|
|
96521
96521
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
96522
|
-
const type$
|
|
96523
|
-
const compatibilityDate$
|
|
96524
|
-
const metadata$
|
|
96522
|
+
const type$b = "com.shwfed.form.field.tree.combobox.multi";
|
|
96523
|
+
const compatibilityDate$b = "2026-05-28";
|
|
96524
|
+
const metadata$b = {
|
|
96525
96525
|
name: "下拉树(多选)",
|
|
96526
96526
|
icon: "fluent:tree-evergreen-20-regular",
|
|
96527
96527
|
w: { initial: 8, min: 4, max: Infinity },
|
|
@@ -96539,7 +96539,7 @@ function withNode$1(configure) {
|
|
|
96539
96539
|
env.registerVariable("node", NODE_VAR$1.type, { description: NODE_VAR$1.description });
|
|
96540
96540
|
};
|
|
96541
96541
|
}
|
|
96542
|
-
function schema$
|
|
96542
|
+
function schema$b(configure) {
|
|
96543
96543
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
96544
96544
|
const CelNodeKey = Expression({ configure: withNode$1(configure), resultType: isKeyType$1 });
|
|
96545
96545
|
const CelNodeChildren = Expression({ configure: withNode$1(configure), resultType: isListLike$1 });
|
|
@@ -96547,8 +96547,8 @@ function schema$9(configure) {
|
|
|
96547
96547
|
const NodeLocaleMd = LocaleMarkdown({ configure: withNode$1(configure) });
|
|
96548
96548
|
const CelKeywords = Expression({ configure: withNode$1(configure), resultType: isListLike$1 });
|
|
96549
96549
|
return Struct({
|
|
96550
|
-
type: Literal2(type$
|
|
96551
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
96550
|
+
type: Literal2(type$b),
|
|
96551
|
+
compatibilityDate: Literal2(compatibilityDate$b),
|
|
96552
96552
|
...commonFieldFields(configure),
|
|
96553
96553
|
label: optional(Locale.annotations({
|
|
96554
96554
|
title: "标签",
|
|
@@ -96641,24 +96641,24 @@ const migrate$2 = (prev) => try_({
|
|
|
96641
96641
|
const { compatibilityDate: _legacyDate, ...rest } = prev;
|
|
96642
96642
|
return {
|
|
96643
96643
|
...rest,
|
|
96644
|
-
compatibilityDate: compatibilityDate$
|
|
96644
|
+
compatibilityDate: compatibilityDate$b
|
|
96645
96645
|
};
|
|
96646
96646
|
},
|
|
96647
96647
|
catch: (e) => e instanceof Error ? e : new Error(String(e))
|
|
96648
96648
|
});
|
|
96649
96649
|
const __vite_glob_0_30 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
96650
96650
|
__proto__: null,
|
|
96651
|
-
compatibilityDate: compatibilityDate$
|
|
96651
|
+
compatibilityDate: compatibilityDate$b,
|
|
96652
96652
|
defaults: defaults$3,
|
|
96653
|
-
metadata: metadata$
|
|
96653
|
+
metadata: metadata$b,
|
|
96654
96654
|
migrate: migrate$2,
|
|
96655
96655
|
migrateFrom: migrateFrom$2,
|
|
96656
|
-
schema: schema$
|
|
96657
|
-
type: type$
|
|
96656
|
+
schema: schema$b,
|
|
96657
|
+
type: type$b
|
|
96658
96658
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
96659
|
-
const type$
|
|
96660
|
-
const compatibilityDate$
|
|
96661
|
-
const metadata$
|
|
96659
|
+
const type$a = "com.shwfed.form.field.tree.combobox.single";
|
|
96660
|
+
const compatibilityDate$a = "2026-05-28";
|
|
96661
|
+
const metadata$a = {
|
|
96662
96662
|
name: "下拉树(单选)",
|
|
96663
96663
|
icon: "fluent:tree-evergreen-20-regular",
|
|
96664
96664
|
w: { initial: 8, min: 4, max: Infinity },
|
|
@@ -96676,7 +96676,7 @@ function withNode(configure) {
|
|
|
96676
96676
|
env.registerVariable("node", NODE_VAR.type, { description: NODE_VAR.description });
|
|
96677
96677
|
};
|
|
96678
96678
|
}
|
|
96679
|
-
function schema$
|
|
96679
|
+
function schema$a(configure) {
|
|
96680
96680
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
96681
96681
|
const CelNodeKey = Expression({ configure: withNode(configure), resultType: isKeyType });
|
|
96682
96682
|
const CelNodeChildren = Expression({ configure: withNode(configure), resultType: isListLike });
|
|
@@ -96684,8 +96684,8 @@ function schema$8(configure) {
|
|
|
96684
96684
|
const NodeLocaleMd = LocaleMarkdown({ configure: withNode(configure) });
|
|
96685
96685
|
const CelKeywords = Expression({ configure: withNode(configure), resultType: isListLike });
|
|
96686
96686
|
return Struct({
|
|
96687
|
-
type: Literal2(type$
|
|
96688
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
96687
|
+
type: Literal2(type$a),
|
|
96688
|
+
compatibilityDate: Literal2(compatibilityDate$a),
|
|
96689
96689
|
...commonFieldFields(configure),
|
|
96690
96690
|
label: optional(Locale.annotations({
|
|
96691
96691
|
title: "标签",
|
|
@@ -96770,30 +96770,30 @@ const migrate$1 = (prev) => try_({
|
|
|
96770
96770
|
const { compatibilityDate: _legacyDate, ...rest } = prev;
|
|
96771
96771
|
return {
|
|
96772
96772
|
...rest,
|
|
96773
|
-
compatibilityDate: compatibilityDate$
|
|
96773
|
+
compatibilityDate: compatibilityDate$a
|
|
96774
96774
|
};
|
|
96775
96775
|
},
|
|
96776
96776
|
catch: (e) => e instanceof Error ? e : new Error(String(e))
|
|
96777
96777
|
});
|
|
96778
96778
|
const __vite_glob_0_31 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
96779
96779
|
__proto__: null,
|
|
96780
|
-
compatibilityDate: compatibilityDate$
|
|
96780
|
+
compatibilityDate: compatibilityDate$a,
|
|
96781
96781
|
defaults: defaults$2,
|
|
96782
|
-
metadata: metadata$
|
|
96782
|
+
metadata: metadata$a,
|
|
96783
96783
|
migrate: migrate$1,
|
|
96784
96784
|
migrateFrom: migrateFrom$1,
|
|
96785
|
-
schema: schema$
|
|
96786
|
-
type: type$
|
|
96785
|
+
schema: schema$a,
|
|
96786
|
+
type: type$a
|
|
96787
96787
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
96788
|
-
const type$
|
|
96789
|
-
const compatibilityDate$
|
|
96790
|
-
const metadata$
|
|
96788
|
+
const type$9 = "com.shwfed.form.field.tree.multi";
|
|
96789
|
+
const compatibilityDate$9 = "2026-05-28";
|
|
96790
|
+
const metadata$9 = {
|
|
96791
96791
|
name: "树(多选)",
|
|
96792
96792
|
icon: "fluent:tree-evergreen-20-regular",
|
|
96793
96793
|
w: { initial: 8, min: 4, max: Infinity },
|
|
96794
96794
|
h: { initial: 8, min: 4, max: Infinity, grow: true }
|
|
96795
96795
|
};
|
|
96796
|
-
function schema$
|
|
96796
|
+
function schema$9(configure) {
|
|
96797
96797
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
96798
96798
|
const nodeConfigure = (env) => {
|
|
96799
96799
|
configure(env);
|
|
@@ -96822,8 +96822,8 @@ function schema$7(configure) {
|
|
|
96822
96822
|
resultType: (t) => t === "dyn" || t.startsWith("list") || t.startsWith("optional")
|
|
96823
96823
|
});
|
|
96824
96824
|
return Struct({
|
|
96825
|
-
type: Literal2(type$
|
|
96826
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
96825
|
+
type: Literal2(type$9),
|
|
96826
|
+
compatibilityDate: Literal2(compatibilityDate$9),
|
|
96827
96827
|
...commonFieldFields(configure),
|
|
96828
96828
|
label: optional(Locale.annotations({
|
|
96829
96829
|
title: "标签",
|
|
@@ -96917,30 +96917,30 @@ const migrate = (prev, _ctx) => try_({
|
|
|
96917
96917
|
const { compatibilityDate: _legacyDate, ...carryover } = prev;
|
|
96918
96918
|
return {
|
|
96919
96919
|
...carryover,
|
|
96920
|
-
compatibilityDate: compatibilityDate$
|
|
96920
|
+
compatibilityDate: compatibilityDate$9
|
|
96921
96921
|
};
|
|
96922
96922
|
},
|
|
96923
96923
|
catch: (err) => err instanceof Error ? err : new Error(String(err))
|
|
96924
96924
|
});
|
|
96925
96925
|
const __vite_glob_0_32 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
96926
96926
|
__proto__: null,
|
|
96927
|
-
compatibilityDate: compatibilityDate$
|
|
96927
|
+
compatibilityDate: compatibilityDate$9,
|
|
96928
96928
|
defaults: defaults$1,
|
|
96929
|
-
metadata: metadata$
|
|
96929
|
+
metadata: metadata$9,
|
|
96930
96930
|
migrate,
|
|
96931
96931
|
migrateFrom,
|
|
96932
|
-
schema: schema$
|
|
96933
|
-
type: type$
|
|
96932
|
+
schema: schema$9,
|
|
96933
|
+
type: type$9
|
|
96934
96934
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
96935
|
-
const type$
|
|
96936
|
-
const compatibilityDate$
|
|
96937
|
-
const metadata$
|
|
96935
|
+
const type$8 = "com.shwfed.form.field.tree.single";
|
|
96936
|
+
const compatibilityDate$8 = "2026-05-28";
|
|
96937
|
+
const metadata$8 = {
|
|
96938
96938
|
name: "树(单选)",
|
|
96939
96939
|
icon: "fluent:tree-evergreen-20-regular",
|
|
96940
96940
|
w: { initial: 8, min: 4, max: Infinity },
|
|
96941
96941
|
h: { initial: 8, min: 4, max: Infinity, grow: true }
|
|
96942
96942
|
};
|
|
96943
|
-
function schema$
|
|
96943
|
+
function schema$8(configure) {
|
|
96944
96944
|
const CelBool = Expression({ configure, resultType: "bool" });
|
|
96945
96945
|
const nodeConfigure = (env) => {
|
|
96946
96946
|
configure(env);
|
|
@@ -96965,8 +96965,8 @@ function schema$6(configure) {
|
|
|
96965
96965
|
resultType: (t) => t === "dyn" || t.startsWith("list") || t.startsWith("optional")
|
|
96966
96966
|
});
|
|
96967
96967
|
return Struct({
|
|
96968
|
-
type: Literal2(type$
|
|
96969
|
-
compatibilityDate: Literal2(compatibilityDate$
|
|
96968
|
+
type: Literal2(type$8),
|
|
96969
|
+
compatibilityDate: Literal2(compatibilityDate$8),
|
|
96970
96970
|
...commonFieldFields(configure),
|
|
96971
96971
|
label: optional(Locale.annotations({
|
|
96972
96972
|
title: "标签",
|
|
@@ -97047,11 +97047,11 @@ function defaults() {
|
|
|
97047
97047
|
}
|
|
97048
97048
|
const __vite_glob_0_33 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
97049
97049
|
__proto__: null,
|
|
97050
|
-
compatibilityDate: compatibilityDate$
|
|
97050
|
+
compatibilityDate: compatibilityDate$8,
|
|
97051
97051
|
defaults,
|
|
97052
|
-
metadata: metadata$
|
|
97053
|
-
schema: schema$
|
|
97054
|
-
type: type$
|
|
97052
|
+
metadata: metadata$8,
|
|
97053
|
+
schema: schema$8,
|
|
97054
|
+
type: type$8
|
|
97055
97055
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
97056
97056
|
const schemaModules$1 = /* @__PURE__ */ Object.assign({
|
|
97057
97057
|
"../fields/2026-04-22/com.shwfed.form.field.markdown/schema.ts": __vite_glob_0_0$1,
|
|
@@ -97061,8 +97061,8 @@ const schemaModules$1 = /* @__PURE__ */ Object.assign({
|
|
|
97061
97061
|
"../fields/2026-04-24/com.shwfed.form.field.combobox.single/schema.ts": __vite_glob_0_4$2,
|
|
97062
97062
|
"../fields/2026-04-27/com.shwfed.form.field.date/schema.ts": __vite_glob_0_5$2,
|
|
97063
97063
|
"../fields/2026-04-27/com.shwfed.form.field.daterange/schema.ts": __vite_glob_0_6$2,
|
|
97064
|
-
"../fields/2026-04-27/com.shwfed.form.field.datetime/schema.ts": __vite_glob_0_7$
|
|
97065
|
-
"../fields/2026-04-27/com.shwfed.form.field.datetimerange/schema.ts": __vite_glob_0_8$
|
|
97064
|
+
"../fields/2026-04-27/com.shwfed.form.field.datetime/schema.ts": __vite_glob_0_7$2,
|
|
97065
|
+
"../fields/2026-04-27/com.shwfed.form.field.datetimerange/schema.ts": __vite_glob_0_8$2,
|
|
97066
97066
|
"../fields/2026-04-27/com.shwfed.form.field.time/schema.ts": __vite_glob_0_9$1,
|
|
97067
97067
|
"../fields/2026-04-27/com.shwfed.form.field.timerange/schema.ts": __vite_glob_0_10$1,
|
|
97068
97068
|
"../fields/2026-04-28/com.shwfed.form.field.number/schema.ts": __vite_glob_0_11$1,
|
|
@@ -97090,76 +97090,76 @@ const schemaModules$1 = /* @__PURE__ */ Object.assign({
|
|
|
97090
97090
|
"../fields/2026-05-28/com.shwfed.form.field.tree.single/schema.ts": __vite_glob_0_33
|
|
97091
97091
|
});
|
|
97092
97092
|
const configModules$1 = /* @__PURE__ */ Object.assign({
|
|
97093
|
-
"../fields/2026-04-22/com.shwfed.form.field.markdown/config.vue":
|
|
97094
|
-
"../fields/2026-04-22/com.shwfed.form.field.text/config.vue":
|
|
97095
|
-
"../fields/2026-04-22/com.shwfed.form.field.textarea/config.vue":
|
|
97096
|
-
"../fields/2026-04-24/com.shwfed.form.field.actions/config.vue":
|
|
97097
|
-
"../fields/2026-04-24/com.shwfed.form.field.combobox.single/config.vue":
|
|
97098
|
-
"../fields/2026-04-27/com.shwfed.form.field.date/config.vue":
|
|
97099
|
-
"../fields/2026-04-27/com.shwfed.form.field.daterange/config.vue":
|
|
97100
|
-
"../fields/2026-04-27/com.shwfed.form.field.datetime/config.vue":
|
|
97101
|
-
"../fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue":
|
|
97102
|
-
"../fields/2026-04-27/com.shwfed.form.field.time/config.vue":
|
|
97103
|
-
"../fields/2026-04-27/com.shwfed.form.field.timerange/config.vue":
|
|
97104
|
-
"../fields/2026-04-28/com.shwfed.form.field.number/config.vue":
|
|
97105
|
-
"../fields/2026-04-28/com.shwfed.form.field.numberrange/config.vue":
|
|
97106
|
-
"../fields/2026-04-28/com.shwfed.form.field.switch/config.vue":
|
|
97107
|
-
"../fields/2026-04-29/com.shwfed.form.field.combobox.single/config.vue":
|
|
97108
|
-
"../fields/2026-05-12/com.shwfed.form.field.upload/config.vue":
|
|
97109
|
-
"../fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/config.vue":
|
|
97110
|
-
"../fields/2026-05-13/com.shwfed.form.field.list/config.vue":
|
|
97111
|
-
"../fields/2026-05-17/com.shwfed.form.field.checkbox.group/config.vue":
|
|
97112
|
-
"../fields/2026-05-17/com.shwfed.form.field.radio.group/config.vue":
|
|
97113
|
-
"../fields/2026-05-18/com.shwfed.form.field.table/config.vue":
|
|
97114
|
-
"../fields/2026-05-20/com.shwfed.form.field.collapsible/config.vue":
|
|
97115
|
-
"../fields/2026-05-23/com.shwfed.form.field.tree.multi/config.vue":
|
|
97116
|
-
"../fields/2026-05-24/com.shwfed.form.field.month/config.vue":
|
|
97117
|
-
"../fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue":
|
|
97118
|
-
"../fields/2026-05-25/com.shwfed.form.field.combobox.multi/config.vue":
|
|
97119
|
-
"../fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.vue":
|
|
97120
|
-
"../fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.vue":
|
|
97121
|
-
"../fields/2026-05-28/com.shwfed.form.field.combobox.multi/config.vue":
|
|
97122
|
-
"../fields/2026-05-28/com.shwfed.form.field.combobox.single/config.vue":
|
|
97123
|
-
"../fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.vue":
|
|
97124
|
-
"../fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.vue":
|
|
97125
|
-
"../fields/2026-05-28/com.shwfed.form.field.tree.multi/config.vue":
|
|
97126
|
-
"../fields/2026-05-28/com.shwfed.form.field.tree.single/config.vue":
|
|
97093
|
+
"../fields/2026-04-22/com.shwfed.form.field.markdown/config.vue": __vite_glob_2_8,
|
|
97094
|
+
"../fields/2026-04-22/com.shwfed.form.field.text/config.vue": __vite_glob_2_8,
|
|
97095
|
+
"../fields/2026-04-22/com.shwfed.form.field.textarea/config.vue": __vite_glob_2_8,
|
|
97096
|
+
"../fields/2026-04-24/com.shwfed.form.field.actions/config.vue": __vite_glob_2_8,
|
|
97097
|
+
"../fields/2026-04-24/com.shwfed.form.field.combobox.single/config.vue": __vite_glob_2_8,
|
|
97098
|
+
"../fields/2026-04-27/com.shwfed.form.field.date/config.vue": __vite_glob_2_8,
|
|
97099
|
+
"../fields/2026-04-27/com.shwfed.form.field.daterange/config.vue": __vite_glob_2_8,
|
|
97100
|
+
"../fields/2026-04-27/com.shwfed.form.field.datetime/config.vue": __vite_glob_2_8,
|
|
97101
|
+
"../fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue": __vite_glob_2_8,
|
|
97102
|
+
"../fields/2026-04-27/com.shwfed.form.field.time/config.vue": __vite_glob_2_8,
|
|
97103
|
+
"../fields/2026-04-27/com.shwfed.form.field.timerange/config.vue": __vite_glob_2_8,
|
|
97104
|
+
"../fields/2026-04-28/com.shwfed.form.field.number/config.vue": __vite_glob_2_8,
|
|
97105
|
+
"../fields/2026-04-28/com.shwfed.form.field.numberrange/config.vue": __vite_glob_2_8,
|
|
97106
|
+
"../fields/2026-04-28/com.shwfed.form.field.switch/config.vue": __vite_glob_2_8,
|
|
97107
|
+
"../fields/2026-04-29/com.shwfed.form.field.combobox.single/config.vue": __vite_glob_2_8,
|
|
97108
|
+
"../fields/2026-05-12/com.shwfed.form.field.upload/config.vue": __vite_glob_2_8,
|
|
97109
|
+
"../fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/config.vue": __vite_glob_2_8,
|
|
97110
|
+
"../fields/2026-05-13/com.shwfed.form.field.list/config.vue": __vite_glob_2_8,
|
|
97111
|
+
"../fields/2026-05-17/com.shwfed.form.field.checkbox.group/config.vue": __vite_glob_2_8,
|
|
97112
|
+
"../fields/2026-05-17/com.shwfed.form.field.radio.group/config.vue": __vite_glob_2_8,
|
|
97113
|
+
"../fields/2026-05-18/com.shwfed.form.field.table/config.vue": __vite_glob_2_8,
|
|
97114
|
+
"../fields/2026-05-20/com.shwfed.form.field.collapsible/config.vue": __vite_glob_2_8,
|
|
97115
|
+
"../fields/2026-05-23/com.shwfed.form.field.tree.multi/config.vue": __vite_glob_2_8,
|
|
97116
|
+
"../fields/2026-05-24/com.shwfed.form.field.month/config.vue": __vite_glob_2_8,
|
|
97117
|
+
"../fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue": __vite_glob_2_8,
|
|
97118
|
+
"../fields/2026-05-25/com.shwfed.form.field.combobox.multi/config.vue": __vite_glob_2_8,
|
|
97119
|
+
"../fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.vue": __vite_glob_2_8,
|
|
97120
|
+
"../fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.vue": __vite_glob_2_8,
|
|
97121
|
+
"../fields/2026-05-28/com.shwfed.form.field.combobox.multi/config.vue": __vite_glob_2_8,
|
|
97122
|
+
"../fields/2026-05-28/com.shwfed.form.field.combobox.single/config.vue": __vite_glob_2_8,
|
|
97123
|
+
"../fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.vue": __vite_glob_2_8,
|
|
97124
|
+
"../fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.vue": __vite_glob_2_8,
|
|
97125
|
+
"../fields/2026-05-28/com.shwfed.form.field.tree.multi/config.vue": __vite_glob_2_8,
|
|
97126
|
+
"../fields/2026-05-28/com.shwfed.form.field.tree.single/config.vue": __vite_glob_2_8
|
|
97127
97127
|
});
|
|
97128
97128
|
const runtimeModules$1 = /* @__PURE__ */ Object.assign({
|
|
97129
|
-
"../fields/2026-04-22/com.shwfed.form.field.markdown/runtime.vue":
|
|
97130
|
-
"../fields/2026-04-22/com.shwfed.form.field.text/runtime.vue":
|
|
97131
|
-
"../fields/2026-04-22/com.shwfed.form.field.textarea/runtime.vue":
|
|
97132
|
-
"../fields/2026-04-24/com.shwfed.form.field.actions/runtime.vue":
|
|
97133
|
-
"../fields/2026-04-24/com.shwfed.form.field.combobox.single/runtime.vue":
|
|
97134
|
-
"../fields/2026-04-27/com.shwfed.form.field.date/runtime.vue":
|
|
97135
|
-
"../fields/2026-04-27/com.shwfed.form.field.daterange/runtime.vue":
|
|
97136
|
-
"../fields/2026-04-27/com.shwfed.form.field.datetime/runtime.vue":
|
|
97137
|
-
"../fields/2026-04-27/com.shwfed.form.field.datetimerange/runtime.vue":
|
|
97138
|
-
"../fields/2026-04-27/com.shwfed.form.field.time/runtime.vue":
|
|
97139
|
-
"../fields/2026-04-27/com.shwfed.form.field.timerange/runtime.vue":
|
|
97140
|
-
"../fields/2026-04-28/com.shwfed.form.field.number/runtime.vue":
|
|
97141
|
-
"../fields/2026-04-28/com.shwfed.form.field.numberrange/runtime.vue":
|
|
97142
|
-
"../fields/2026-04-28/com.shwfed.form.field.switch/runtime.vue":
|
|
97143
|
-
"../fields/2026-04-29/com.shwfed.form.field.combobox.single/runtime.vue":
|
|
97144
|
-
"../fields/2026-05-12/com.shwfed.form.field.upload/runtime.vue":
|
|
97145
|
-
"../fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/runtime.vue":
|
|
97146
|
-
"../fields/2026-05-13/com.shwfed.form.field.list/runtime.vue":
|
|
97147
|
-
"../fields/2026-05-17/com.shwfed.form.field.checkbox.group/runtime.vue":
|
|
97148
|
-
"../fields/2026-05-17/com.shwfed.form.field.radio.group/runtime.vue":
|
|
97149
|
-
"../fields/2026-05-18/com.shwfed.form.field.table/runtime.vue":
|
|
97150
|
-
"../fields/2026-05-20/com.shwfed.form.field.collapsible/runtime.vue":
|
|
97151
|
-
"../fields/2026-05-23/com.shwfed.form.field.tree.multi/runtime.vue":
|
|
97152
|
-
"../fields/2026-05-24/com.shwfed.form.field.month/runtime.vue":
|
|
97153
|
-
"../fields/2026-05-24/com.shwfed.form.field.monthrange/runtime.vue":
|
|
97154
|
-
"../fields/2026-05-25/com.shwfed.form.field.combobox.multi/runtime.vue":
|
|
97155
|
-
"../fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/runtime.vue":
|
|
97156
|
-
"../fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/runtime.vue":
|
|
97157
|
-
"../fields/2026-05-28/com.shwfed.form.field.combobox.multi/runtime.vue":
|
|
97158
|
-
"../fields/2026-05-28/com.shwfed.form.field.combobox.single/runtime.vue":
|
|
97159
|
-
"../fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/runtime.vue":
|
|
97160
|
-
"../fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/runtime.vue":
|
|
97161
|
-
"../fields/2026-05-28/com.shwfed.form.field.tree.multi/runtime.vue":
|
|
97162
|
-
"../fields/2026-05-28/com.shwfed.form.field.tree.single/runtime.vue":
|
|
97129
|
+
"../fields/2026-04-22/com.shwfed.form.field.markdown/runtime.vue": __vite_glob_2_8,
|
|
97130
|
+
"../fields/2026-04-22/com.shwfed.form.field.text/runtime.vue": __vite_glob_2_8,
|
|
97131
|
+
"../fields/2026-04-22/com.shwfed.form.field.textarea/runtime.vue": __vite_glob_2_8,
|
|
97132
|
+
"../fields/2026-04-24/com.shwfed.form.field.actions/runtime.vue": __vite_glob_2_8,
|
|
97133
|
+
"../fields/2026-04-24/com.shwfed.form.field.combobox.single/runtime.vue": __vite_glob_2_8,
|
|
97134
|
+
"../fields/2026-04-27/com.shwfed.form.field.date/runtime.vue": __vite_glob_2_8,
|
|
97135
|
+
"../fields/2026-04-27/com.shwfed.form.field.daterange/runtime.vue": __vite_glob_2_8,
|
|
97136
|
+
"../fields/2026-04-27/com.shwfed.form.field.datetime/runtime.vue": __vite_glob_2_8,
|
|
97137
|
+
"../fields/2026-04-27/com.shwfed.form.field.datetimerange/runtime.vue": __vite_glob_2_8,
|
|
97138
|
+
"../fields/2026-04-27/com.shwfed.form.field.time/runtime.vue": __vite_glob_2_8,
|
|
97139
|
+
"../fields/2026-04-27/com.shwfed.form.field.timerange/runtime.vue": __vite_glob_2_8,
|
|
97140
|
+
"../fields/2026-04-28/com.shwfed.form.field.number/runtime.vue": __vite_glob_2_8,
|
|
97141
|
+
"../fields/2026-04-28/com.shwfed.form.field.numberrange/runtime.vue": __vite_glob_2_8,
|
|
97142
|
+
"../fields/2026-04-28/com.shwfed.form.field.switch/runtime.vue": __vite_glob_2_8,
|
|
97143
|
+
"../fields/2026-04-29/com.shwfed.form.field.combobox.single/runtime.vue": __vite_glob_2_8,
|
|
97144
|
+
"../fields/2026-05-12/com.shwfed.form.field.upload/runtime.vue": __vite_glob_2_8,
|
|
97145
|
+
"../fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/runtime.vue": __vite_glob_2_8,
|
|
97146
|
+
"../fields/2026-05-13/com.shwfed.form.field.list/runtime.vue": __vite_glob_2_8,
|
|
97147
|
+
"../fields/2026-05-17/com.shwfed.form.field.checkbox.group/runtime.vue": __vite_glob_2_8,
|
|
97148
|
+
"../fields/2026-05-17/com.shwfed.form.field.radio.group/runtime.vue": __vite_glob_2_8,
|
|
97149
|
+
"../fields/2026-05-18/com.shwfed.form.field.table/runtime.vue": __vite_glob_2_8,
|
|
97150
|
+
"../fields/2026-05-20/com.shwfed.form.field.collapsible/runtime.vue": __vite_glob_2_8,
|
|
97151
|
+
"../fields/2026-05-23/com.shwfed.form.field.tree.multi/runtime.vue": __vite_glob_2_8,
|
|
97152
|
+
"../fields/2026-05-24/com.shwfed.form.field.month/runtime.vue": __vite_glob_2_8,
|
|
97153
|
+
"../fields/2026-05-24/com.shwfed.form.field.monthrange/runtime.vue": __vite_glob_2_8,
|
|
97154
|
+
"../fields/2026-05-25/com.shwfed.form.field.combobox.multi/runtime.vue": __vite_glob_2_8,
|
|
97155
|
+
"../fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/runtime.vue": __vite_glob_2_8,
|
|
97156
|
+
"../fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/runtime.vue": __vite_glob_2_8,
|
|
97157
|
+
"../fields/2026-05-28/com.shwfed.form.field.combobox.multi/runtime.vue": __vite_glob_2_8,
|
|
97158
|
+
"../fields/2026-05-28/com.shwfed.form.field.combobox.single/runtime.vue": __vite_glob_2_8,
|
|
97159
|
+
"../fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/runtime.vue": __vite_glob_2_8,
|
|
97160
|
+
"../fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/runtime.vue": __vite_glob_2_8,
|
|
97161
|
+
"../fields/2026-05-28/com.shwfed.form.field.tree.multi/runtime.vue": __vite_glob_2_8,
|
|
97162
|
+
"../fields/2026-05-28/com.shwfed.form.field.tree.single/runtime.vue": __vite_glob_2_8
|
|
97163
97163
|
});
|
|
97164
97164
|
const sourceKey = (type2, compatibilityDate2) => `${type2}@${compatibilityDate2}`;
|
|
97165
97165
|
const registry$1 = defineRegistry({
|
|
@@ -97366,20 +97366,20 @@ function defaultFormConfig() {
|
|
|
97366
97366
|
layouts: [{ name: "默认", layout: { columns: 1, placements: {} } }]
|
|
97367
97367
|
};
|
|
97368
97368
|
}
|
|
97369
|
-
const type$
|
|
97370
|
-
const compatibilityDate$
|
|
97371
|
-
const metadata$
|
|
97369
|
+
const type$7 = "com.shwfed.block.form";
|
|
97370
|
+
const compatibilityDate$7 = "2026-05-06";
|
|
97371
|
+
const metadata$7 = {
|
|
97372
97372
|
name: "表单",
|
|
97373
97373
|
icon: "fluent:form-20-regular",
|
|
97374
97374
|
w: { initial: 32, min: 12, max: Infinity },
|
|
97375
97375
|
h: { initial: 8, min: 3, max: Infinity }
|
|
97376
97376
|
};
|
|
97377
|
-
function schema$
|
|
97377
|
+
function schema$7(configure, _blockRef) {
|
|
97378
97378
|
const FormSchema = FormConfig(configure);
|
|
97379
97379
|
return Struct({
|
|
97380
97380
|
id: UUID.annotations({ description: "块唯一标识" }),
|
|
97381
|
-
type: tag(type$
|
|
97382
|
-
compatibilityDate: tag(compatibilityDate$
|
|
97381
|
+
type: tag(type$7),
|
|
97382
|
+
compatibilityDate: tag(compatibilityDate$7),
|
|
97383
97383
|
form: FormSchema.annotations({
|
|
97384
97384
|
title: "表单配置",
|
|
97385
97385
|
description: "内嵌的 Form 组件配置"
|
|
@@ -97389,34 +97389,42 @@ function schema$5(configure, _blockRef) {
|
|
|
97389
97389
|
description: "将一个 Form 组件作为页面块嵌入"
|
|
97390
97390
|
});
|
|
97391
97391
|
}
|
|
97392
|
-
function defaultBody$
|
|
97392
|
+
function defaultBody$7() {
|
|
97393
97393
|
return { form: defaultFormConfig() };
|
|
97394
97394
|
}
|
|
97395
97395
|
const __vite_glob_0_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
97396
97396
|
__proto__: null,
|
|
97397
|
-
compatibilityDate: compatibilityDate$
|
|
97398
|
-
defaultBody: defaultBody$
|
|
97399
|
-
metadata: metadata$
|
|
97400
|
-
schema: schema$
|
|
97401
|
-
type: type$
|
|
97397
|
+
compatibilityDate: compatibilityDate$7,
|
|
97398
|
+
defaultBody: defaultBody$7,
|
|
97399
|
+
metadata: metadata$7,
|
|
97400
|
+
schema: schema$7,
|
|
97401
|
+
type: type$7
|
|
97402
97402
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
97403
|
-
const type$
|
|
97404
|
-
const compatibilityDate$
|
|
97405
|
-
const metadata$
|
|
97403
|
+
const type$6 = "com.shwfed.block.markdown";
|
|
97404
|
+
const compatibilityDate$6 = "2026-05-06";
|
|
97405
|
+
const metadata$6 = {
|
|
97406
97406
|
name: "Markdown",
|
|
97407
97407
|
icon: "fluent:markdown-20-regular",
|
|
97408
97408
|
w: { initial: 8, min: 2, max: Infinity },
|
|
97409
97409
|
h: { initial: 2, min: 2, max: Infinity }
|
|
97410
97410
|
};
|
|
97411
|
-
function schema$
|
|
97411
|
+
function schema$6(configure, _blockRef) {
|
|
97412
|
+
const CelStyle = Expression({
|
|
97413
|
+
configure,
|
|
97414
|
+
resultType: (t) => t === "string" || t === "dyn" || t.startsWith("map") || t.startsWith("optional")
|
|
97415
|
+
});
|
|
97412
97416
|
return Struct({
|
|
97413
97417
|
id: UUID.annotations({ description: "块唯一标识" }),
|
|
97414
|
-
type: tag(type$
|
|
97415
|
-
compatibilityDate: tag(compatibilityDate$
|
|
97418
|
+
type: tag(type$6),
|
|
97419
|
+
compatibilityDate: tag(compatibilityDate$6),
|
|
97416
97420
|
displayName: optional(String$.annotations({
|
|
97417
97421
|
title: "内部名称",
|
|
97418
97422
|
description: "仅在编辑器内可见的块名,用于在侧边栏和布局编辑器中识别块;运行时不展示"
|
|
97419
97423
|
})),
|
|
97424
|
+
style: optional(CelStyle).annotations({
|
|
97425
|
+
title: "样式",
|
|
97426
|
+
description: "返回应用在 Markdown 块根元素上的样式的 CEL 表达式,可返回 CSS 字符串(如 `'padding: 2rem'`)或样式对象(如 `{'padding': '2rem'}`);留空则不设额外样式"
|
|
97427
|
+
}),
|
|
97420
97428
|
content: Locale.annotations({
|
|
97421
97429
|
title: "内容",
|
|
97422
97430
|
description: "渲染为 Markdown 的多语言文本"
|
|
@@ -97426,31 +97434,31 @@ function schema$4(_configure, _blockRef) {
|
|
|
97426
97434
|
description: "渲染一段 Markdown 文本作为页面块"
|
|
97427
97435
|
});
|
|
97428
97436
|
}
|
|
97429
|
-
function defaultBody$
|
|
97437
|
+
function defaultBody$6() {
|
|
97430
97438
|
return { content: [{ locale: "zh", message: "" }] };
|
|
97431
97439
|
}
|
|
97432
97440
|
const __vite_glob_0_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
97433
97441
|
__proto__: null,
|
|
97434
|
-
compatibilityDate: compatibilityDate$
|
|
97435
|
-
defaultBody: defaultBody$
|
|
97436
|
-
metadata: metadata$
|
|
97437
|
-
schema: schema$
|
|
97438
|
-
type: type$
|
|
97442
|
+
compatibilityDate: compatibilityDate$6,
|
|
97443
|
+
defaultBody: defaultBody$6,
|
|
97444
|
+
metadata: metadata$6,
|
|
97445
|
+
schema: schema$6,
|
|
97446
|
+
type: type$6
|
|
97439
97447
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
97440
|
-
const type$
|
|
97441
|
-
const compatibilityDate$
|
|
97442
|
-
const metadata$
|
|
97448
|
+
const type$5 = "com.shwfed.block.table";
|
|
97449
|
+
const compatibilityDate$5 = "2026-05-06";
|
|
97450
|
+
const metadata$5 = {
|
|
97443
97451
|
name: "表格",
|
|
97444
97452
|
icon: "fluent:table-20-regular",
|
|
97445
97453
|
w: { initial: 32, min: 12, max: Infinity },
|
|
97446
97454
|
h: { initial: 8, min: 3, max: Infinity }
|
|
97447
97455
|
};
|
|
97448
|
-
function schema$
|
|
97456
|
+
function schema$5(configure, _blockRef) {
|
|
97449
97457
|
const TableSchema = TableConfig(configure);
|
|
97450
97458
|
return Struct({
|
|
97451
97459
|
id: UUID.annotations({ description: "块唯一标识" }),
|
|
97452
|
-
type: tag(type$
|
|
97453
|
-
compatibilityDate: tag(compatibilityDate$
|
|
97460
|
+
type: tag(type$5),
|
|
97461
|
+
compatibilityDate: tag(compatibilityDate$5),
|
|
97454
97462
|
table: TableSchema.annotations({
|
|
97455
97463
|
title: "表格配置",
|
|
97456
97464
|
description: "内嵌的 Table 组件配置"
|
|
@@ -97460,20 +97468,20 @@ function schema$3(configure, _blockRef) {
|
|
|
97460
97468
|
description: "将一个 Table 组件作为页面块嵌入"
|
|
97461
97469
|
});
|
|
97462
97470
|
}
|
|
97463
|
-
function defaultBody$
|
|
97471
|
+
function defaultBody$5() {
|
|
97464
97472
|
return { table: defaultTableConfig() };
|
|
97465
97473
|
}
|
|
97466
97474
|
const __vite_glob_0_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
97467
97475
|
__proto__: null,
|
|
97468
|
-
compatibilityDate: compatibilityDate$
|
|
97469
|
-
defaultBody: defaultBody$
|
|
97470
|
-
metadata: metadata$
|
|
97471
|
-
schema: schema$
|
|
97472
|
-
type: type$
|
|
97476
|
+
compatibilityDate: compatibilityDate$5,
|
|
97477
|
+
defaultBody: defaultBody$5,
|
|
97478
|
+
metadata: metadata$5,
|
|
97479
|
+
schema: schema$5,
|
|
97480
|
+
type: type$5
|
|
97473
97481
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
97474
|
-
const type$
|
|
97475
|
-
const compatibilityDate$
|
|
97476
|
-
const metadata$
|
|
97482
|
+
const type$4 = "com.shwfed.block.tabs";
|
|
97483
|
+
const compatibilityDate$4 = "2026-05-06";
|
|
97484
|
+
const metadata$4 = {
|
|
97477
97485
|
name: "标签页",
|
|
97478
97486
|
icon: "fluent:tabs-20-regular",
|
|
97479
97487
|
w: { initial: 12, min: 4, max: Infinity },
|
|
@@ -97493,7 +97501,7 @@ function tabsNestingExceeds(value, maxDepth, currentDepth = 0) {
|
|
|
97493
97501
|
return value.some((v) => tabsNestingExceeds(v, maxDepth, currentDepth));
|
|
97494
97502
|
}
|
|
97495
97503
|
const o = value;
|
|
97496
|
-
if (o.type === type$
|
|
97504
|
+
if (o.type === type$4 && Array.isArray(o.tabs)) {
|
|
97497
97505
|
return o.tabs.some((t) => {
|
|
97498
97506
|
if (!t || typeof t !== "object") return false;
|
|
97499
97507
|
const slot = t.slot;
|
|
@@ -97502,7 +97510,7 @@ function tabsNestingExceeds(value, maxDepth, currentDepth = 0) {
|
|
|
97502
97510
|
}
|
|
97503
97511
|
return Object.values(o).some((v) => tabsNestingExceeds(v, maxDepth, currentDepth));
|
|
97504
97512
|
}
|
|
97505
|
-
function schema$
|
|
97513
|
+
function schema$4(configure, blockRef2) {
|
|
97506
97514
|
const TabsSlot = Slot(blockRef2, configure);
|
|
97507
97515
|
const TabPane = Struct({
|
|
97508
97516
|
id: UUID.annotations({ description: "标签页唯一标识" }),
|
|
@@ -97517,8 +97525,8 @@ function schema$2(configure, blockRef2) {
|
|
|
97517
97525
|
});
|
|
97518
97526
|
return Struct({
|
|
97519
97527
|
id: UUID.annotations({ description: "块唯一标识" }),
|
|
97520
|
-
type: tag(type$
|
|
97521
|
-
compatibilityDate: tag(compatibilityDate$
|
|
97528
|
+
type: tag(type$4),
|
|
97529
|
+
compatibilityDate: tag(compatibilityDate$4),
|
|
97522
97530
|
displayName: optional(String$.annotations({
|
|
97523
97531
|
title: "内部名称",
|
|
97524
97532
|
description: "仅在编辑器内可见的块名"
|
|
@@ -97558,7 +97566,7 @@ function makeId() {
|
|
|
97558
97566
|
return (c === "x" ? r : r & 3 | 8).toString(16);
|
|
97559
97567
|
});
|
|
97560
97568
|
}
|
|
97561
|
-
function defaultBody$
|
|
97569
|
+
function defaultBody$4() {
|
|
97562
97570
|
return {
|
|
97563
97571
|
tabs: [
|
|
97564
97572
|
{
|
|
@@ -97572,18 +97580,18 @@ function defaultBody$2() {
|
|
|
97572
97580
|
const __vite_glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
97573
97581
|
__proto__: null,
|
|
97574
97582
|
TabPaneMeta,
|
|
97575
|
-
compatibilityDate: compatibilityDate$
|
|
97576
|
-
defaultBody: defaultBody$
|
|
97583
|
+
compatibilityDate: compatibilityDate$4,
|
|
97584
|
+
defaultBody: defaultBody$4,
|
|
97577
97585
|
getStructFieldDescription,
|
|
97578
97586
|
getStructFieldTitle,
|
|
97579
|
-
metadata: metadata$
|
|
97580
|
-
schema: schema$
|
|
97581
|
-
type: type$
|
|
97587
|
+
metadata: metadata$4,
|
|
97588
|
+
schema: schema$4,
|
|
97589
|
+
type: type$4
|
|
97582
97590
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
97583
|
-
const type$
|
|
97584
|
-
const compatibilityDate$
|
|
97585
|
-
const metadata$
|
|
97586
|
-
name: "
|
|
97591
|
+
const type$3 = "com.shwfed.block.chart.xy";
|
|
97592
|
+
const compatibilityDate$3 = "2026-05-17";
|
|
97593
|
+
const metadata$3 = {
|
|
97594
|
+
name: "笛卡尔坐标图表",
|
|
97587
97595
|
icon: "fluent:chart-multiple-20-regular",
|
|
97588
97596
|
w: { initial: 20, min: 8, max: Infinity },
|
|
97589
97597
|
h: { initial: 9, min: 5, max: Infinity }
|
|
@@ -97699,11 +97707,11 @@ function ySeriesSchema(configure) {
|
|
|
97699
97707
|
})
|
|
97700
97708
|
}).annotations({ title: "Y 系列", description: "一个 Y 系列,可独立选择图表类型" });
|
|
97701
97709
|
}
|
|
97702
|
-
function schema$
|
|
97710
|
+
function schema$3(configure, _blockRef) {
|
|
97703
97711
|
return Struct({
|
|
97704
97712
|
id: UUID.annotations({ description: "块唯一标识" }),
|
|
97705
|
-
type: tag(type$
|
|
97706
|
-
compatibilityDate: tag(compatibilityDate$
|
|
97713
|
+
type: tag(type$3),
|
|
97714
|
+
compatibilityDate: tag(compatibilityDate$3),
|
|
97707
97715
|
displayName: optional(String$.annotations({
|
|
97708
97716
|
title: "内部名称",
|
|
97709
97717
|
description: "仅在编辑器内可见的块名,用于在侧边栏和布局编辑器中识别块;运行时不展示"
|
|
@@ -97738,7 +97746,7 @@ function schema$1(configure, _blockRef) {
|
|
|
97738
97746
|
description: "从命名数据源取数,把 X / Y 列表渲染为折线 / 面积 / 柱 / 散点图"
|
|
97739
97747
|
});
|
|
97740
97748
|
}
|
|
97741
|
-
function defaultBody$
|
|
97749
|
+
function defaultBody$3() {
|
|
97742
97750
|
return {
|
|
97743
97751
|
dataSources: [],
|
|
97744
97752
|
x: "[]",
|
|
@@ -97755,25 +97763,25 @@ const __vite_glob_0_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.def
|
|
|
97755
97763
|
__proto__: null,
|
|
97756
97764
|
ChartType,
|
|
97757
97765
|
CurveType,
|
|
97758
|
-
compatibilityDate: compatibilityDate$
|
|
97766
|
+
compatibilityDate: compatibilityDate$3,
|
|
97759
97767
|
dataSourceSchema: dataSourceSchema$1,
|
|
97760
|
-
defaultBody: defaultBody$
|
|
97768
|
+
defaultBody: defaultBody$3,
|
|
97761
97769
|
getStructFieldDescription,
|
|
97762
97770
|
getStructFieldTitle,
|
|
97763
|
-
metadata: metadata$
|
|
97764
|
-
schema: schema$
|
|
97765
|
-
type: type$
|
|
97771
|
+
metadata: metadata$3,
|
|
97772
|
+
schema: schema$3,
|
|
97773
|
+
type: type$3,
|
|
97766
97774
|
ySeriesSchema
|
|
97767
97775
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
97768
|
-
const type = "com.shwfed.block.animated.number";
|
|
97769
|
-
const compatibilityDate = "2026-06-01";
|
|
97770
|
-
const metadata = {
|
|
97776
|
+
const type$2 = "com.shwfed.block.animated.number";
|
|
97777
|
+
const compatibilityDate$2 = "2026-06-01";
|
|
97778
|
+
const metadata$2 = {
|
|
97771
97779
|
name: "动画数字",
|
|
97772
97780
|
icon: "fluent:number-symbol-20-regular",
|
|
97773
97781
|
w: { initial: 8, min: 2, max: Infinity },
|
|
97774
97782
|
h: { initial: 3, min: 2, max: Infinity }
|
|
97775
97783
|
};
|
|
97776
|
-
function registerJson(env) {
|
|
97784
|
+
function registerJson$1(env) {
|
|
97777
97785
|
env.registerVariable("json", "optional<dyn>", {
|
|
97778
97786
|
label: "HTTP 响应体",
|
|
97779
97787
|
description: "HTTP 响应体(配置了请求时为已解析 JSON,否则为 none)"
|
|
@@ -97787,7 +97795,7 @@ function dataSourceSchema(configure) {
|
|
|
97787
97795
|
const CelNumber = Expression({
|
|
97788
97796
|
configure: (env) => {
|
|
97789
97797
|
configure(env);
|
|
97790
|
-
registerJson(env);
|
|
97798
|
+
registerJson$1(env);
|
|
97791
97799
|
},
|
|
97792
97800
|
// Tolerate `dyn` / `optional` like `tableDataSource`'s total — most
|
|
97793
97801
|
// response-derived expressions check as `dyn`, narrowing only at runtime.
|
|
@@ -97811,7 +97819,7 @@ function itemSchema(configure) {
|
|
|
97811
97819
|
const CelString = Expression({
|
|
97812
97820
|
configure: (env) => {
|
|
97813
97821
|
configure(env);
|
|
97814
|
-
registerJson(env);
|
|
97822
|
+
registerJson$1(env);
|
|
97815
97823
|
},
|
|
97816
97824
|
// Tolerate `dyn` / `optional` so a `json`-derived string (which checks as
|
|
97817
97825
|
// `dyn`) passes validation, mirroring the `value` field's tolerance.
|
|
@@ -97820,7 +97828,7 @@ function itemSchema(configure) {
|
|
|
97820
97828
|
const CelStyle = Expression({
|
|
97821
97829
|
configure: (env) => {
|
|
97822
97830
|
configure(env);
|
|
97823
|
-
registerJson(env);
|
|
97831
|
+
registerJson$1(env);
|
|
97824
97832
|
},
|
|
97825
97833
|
resultType: (t) => t === "string" || t === "dyn" || t.startsWith("map") || t.startsWith("optional")
|
|
97826
97834
|
});
|
|
@@ -97854,11 +97862,11 @@ function itemSchema(configure) {
|
|
|
97854
97862
|
description: "一个独立取数、可轮询的动画数字"
|
|
97855
97863
|
});
|
|
97856
97864
|
}
|
|
97857
|
-
function schema(configure, _blockRef) {
|
|
97865
|
+
function schema$2(configure, _blockRef) {
|
|
97858
97866
|
return Struct({
|
|
97859
97867
|
id: UUID.annotations({ description: "块唯一标识" }),
|
|
97860
|
-
type: tag(type),
|
|
97861
|
-
compatibilityDate: tag(compatibilityDate),
|
|
97868
|
+
type: tag(type$2),
|
|
97869
|
+
compatibilityDate: tag(compatibilityDate$2),
|
|
97862
97870
|
displayName: optional(String$.annotations({
|
|
97863
97871
|
title: "内部名称",
|
|
97864
97872
|
description: "仅在编辑器内可见的块名,用于在侧边栏和布局编辑器中识别块;运行时不展示"
|
|
@@ -97876,17 +97884,178 @@ function schema(configure, _blockRef) {
|
|
|
97876
97884
|
description: "把一个或多个数据源各取一个数字,以动画过渡并排渲染,可选逐项轮询"
|
|
97877
97885
|
});
|
|
97878
97886
|
}
|
|
97879
|
-
function defaultBody() {
|
|
97887
|
+
function defaultBody$2() {
|
|
97880
97888
|
return { items: [{ id: crypto.randomUUID(), dataSource: { value: "0" } }] };
|
|
97881
97889
|
}
|
|
97882
97890
|
const __vite_glob_0_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
97883
97891
|
__proto__: null,
|
|
97884
|
-
compatibilityDate,
|
|
97892
|
+
compatibilityDate: compatibilityDate$2,
|
|
97885
97893
|
dataSourceSchema,
|
|
97886
|
-
defaultBody,
|
|
97894
|
+
defaultBody: defaultBody$2,
|
|
97887
97895
|
getStructFieldDescription,
|
|
97888
97896
|
getStructFieldTitle,
|
|
97889
97897
|
itemSchema,
|
|
97898
|
+
metadata: metadata$2,
|
|
97899
|
+
schema: schema$2,
|
|
97900
|
+
type: type$2
|
|
97901
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
97902
|
+
const type$1 = "com.shwfed.block.card";
|
|
97903
|
+
const compatibilityDate$1 = "2026-06-02";
|
|
97904
|
+
const metadata$1 = {
|
|
97905
|
+
name: "卡片",
|
|
97906
|
+
icon: "fluent:card-ui-20-regular",
|
|
97907
|
+
w: { initial: 12, min: 4, max: Infinity },
|
|
97908
|
+
h: { initial: 6, min: 4, max: Infinity }
|
|
97909
|
+
};
|
|
97910
|
+
function registerJson(env) {
|
|
97911
|
+
env.registerVariable("json", "optional<dyn>", {
|
|
97912
|
+
label: "HTTP 响应体",
|
|
97913
|
+
description: "HTTP 响应体(配置了请求时为已解析 JSON,否则为 none)"
|
|
97914
|
+
});
|
|
97915
|
+
}
|
|
97916
|
+
const BADGE_VARIANTS = ["default", "secondary", "destructive", "outline"];
|
|
97917
|
+
function badgeSchema(configure) {
|
|
97918
|
+
const CelRequest = Expression({
|
|
97919
|
+
configure,
|
|
97920
|
+
resultType: "HttpRequest"
|
|
97921
|
+
});
|
|
97922
|
+
const Content = LocaleMarkdown({
|
|
97923
|
+
configure: (env) => {
|
|
97924
|
+
configure(env);
|
|
97925
|
+
registerJson(env);
|
|
97926
|
+
}
|
|
97927
|
+
});
|
|
97928
|
+
return Struct({
|
|
97929
|
+
request: optional(CelRequest).annotations({
|
|
97930
|
+
title: "请求",
|
|
97931
|
+
description: "可选的 HTTP 请求表达式(返回 `HttpRequest`);未配置时插值中的 `json` 为 none"
|
|
97932
|
+
}),
|
|
97933
|
+
content: optional(Content).annotations({
|
|
97934
|
+
title: "内容",
|
|
97935
|
+
description: "本地化的内联 Markdown,支持 `{{ 表达式 }}` CEL 插值,可引用 `json`;留空则不显示徽章"
|
|
97936
|
+
}),
|
|
97937
|
+
interval: optional(
|
|
97938
|
+
Number$.pipe(int(), positive()).annotations({
|
|
97939
|
+
title: "轮询间隔",
|
|
97940
|
+
description: "轮询刷新间隔(秒),正整数;留空则不轮询。窗口失焦时暂停,重新聚焦时立即刷新并恢复轮询"
|
|
97941
|
+
})
|
|
97942
|
+
),
|
|
97943
|
+
dot: optional(Boolean$.annotations({
|
|
97944
|
+
title: "圆点",
|
|
97945
|
+
description: "开启后徽章折叠为一个小圆点(仅保留变体颜色,不展示文本)"
|
|
97946
|
+
})),
|
|
97947
|
+
variant: optional(Literal2(...BADGE_VARIANTS).annotations({
|
|
97948
|
+
title: "样式变体",
|
|
97949
|
+
description: "徽章外观:`default` | `secondary` | `destructive` | `outline`;留空等同 `default`"
|
|
97950
|
+
}))
|
|
97951
|
+
}).annotations({
|
|
97952
|
+
title: "徽章",
|
|
97953
|
+
description: "卡片右上角徽章;`内容` 留空则不显示"
|
|
97954
|
+
});
|
|
97955
|
+
}
|
|
97956
|
+
function schema$1(configure, blockRef2) {
|
|
97957
|
+
const CardSlot = Slot(blockRef2, configure);
|
|
97958
|
+
const CelStyle = Expression({
|
|
97959
|
+
configure,
|
|
97960
|
+
resultType: (t) => t === "string" || t === "dyn" || t.startsWith("map") || t.startsWith("optional")
|
|
97961
|
+
});
|
|
97962
|
+
const CelUrl = Expression({
|
|
97963
|
+
configure,
|
|
97964
|
+
resultType: (t) => t === "string" || t === "dyn" || t.startsWith("optional")
|
|
97965
|
+
});
|
|
97966
|
+
return Struct({
|
|
97967
|
+
id: UUID.annotations({ description: "块唯一标识" }),
|
|
97968
|
+
type: tag(type$1),
|
|
97969
|
+
compatibilityDate: tag(compatibilityDate$1),
|
|
97970
|
+
displayName: optional(String$.annotations({
|
|
97971
|
+
title: "内部名称",
|
|
97972
|
+
description: "仅在编辑器内可见的块名,用于在侧边栏和布局编辑器中识别块;运行时不展示"
|
|
97973
|
+
})),
|
|
97974
|
+
style: optional(CelStyle).annotations({
|
|
97975
|
+
title: "样式",
|
|
97976
|
+
description: "返回应用在卡片根元素上的样式的 CEL 表达式,可返回 CSS 字符串(如 `'padding: 2rem'`)或样式对象(如 `{'padding': '2rem'}`);留空则不设额外样式"
|
|
97977
|
+
}),
|
|
97978
|
+
url: optional(CelUrl).annotations({
|
|
97979
|
+
title: "链接",
|
|
97980
|
+
description: "返回 `string` 的 CEL 表达式;配置后点击卡片空白处将在当前标签页打开该链接。点击卡片内的按钮、链接等交互元素不会触发"
|
|
97981
|
+
}),
|
|
97982
|
+
badge: optional(badgeSchema(configure)).annotations({
|
|
97983
|
+
title: "徽章",
|
|
97984
|
+
description: "卡片右上角徽章;留空则不显示"
|
|
97985
|
+
}),
|
|
97986
|
+
slot: CardSlot.annotations({
|
|
97987
|
+
title: "内容",
|
|
97988
|
+
description: "卡片内部的块与布局"
|
|
97989
|
+
})
|
|
97990
|
+
}).annotations({
|
|
97991
|
+
title: "卡片块",
|
|
97992
|
+
description: "带可选徽章的样式化容器,可放入任意块与布局;支持任意层级嵌套"
|
|
97993
|
+
});
|
|
97994
|
+
}
|
|
97995
|
+
function defaultBody$1() {
|
|
97996
|
+
return { slot: defaultSlot() };
|
|
97997
|
+
}
|
|
97998
|
+
const __vite_glob_0_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
97999
|
+
__proto__: null,
|
|
98000
|
+
BADGE_VARIANTS,
|
|
98001
|
+
badgeSchema,
|
|
98002
|
+
compatibilityDate: compatibilityDate$1,
|
|
98003
|
+
defaultBody: defaultBody$1,
|
|
98004
|
+
getStructFieldDescription,
|
|
98005
|
+
getStructFieldTitle,
|
|
98006
|
+
metadata: metadata$1,
|
|
98007
|
+
schema: schema$1,
|
|
98008
|
+
type: type$1
|
|
98009
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
98010
|
+
const type = "com.shwfed.block.icon";
|
|
98011
|
+
const compatibilityDate = "2026-06-02";
|
|
98012
|
+
const metadata = {
|
|
98013
|
+
name: "图标",
|
|
98014
|
+
icon: "fluent:emoji-20-regular",
|
|
98015
|
+
w: { initial: 4, min: 1, max: Infinity },
|
|
98016
|
+
h: { initial: 4, min: 1, max: Infinity }
|
|
98017
|
+
};
|
|
98018
|
+
function schema(_configure, _blockRef) {
|
|
98019
|
+
return Struct({
|
|
98020
|
+
id: UUID.annotations({ description: "块唯一标识" }),
|
|
98021
|
+
type: tag(type),
|
|
98022
|
+
compatibilityDate: tag(compatibilityDate),
|
|
98023
|
+
displayName: optional(String$.annotations({
|
|
98024
|
+
title: "内部名称",
|
|
98025
|
+
description: "仅在编辑器内可见的块名,用于在侧边栏和布局编辑器中识别块;运行时不展示"
|
|
98026
|
+
})),
|
|
98027
|
+
icon: String$.pipe(minLength(1)).annotations({
|
|
98028
|
+
title: "图标",
|
|
98029
|
+
description: "Iconify 图标标识符,如 `fluent:add-20-regular`;可在图标浏览器中查找"
|
|
98030
|
+
}),
|
|
98031
|
+
color: optional(String$.annotations({
|
|
98032
|
+
title: "颜色",
|
|
98033
|
+
description: "图标颜色(任意 CSS 颜色,如 `#4f46e5`);留空则继承文本颜色。开启圆环时圆环背景为该颜色与白色按 2:8 混合"
|
|
98034
|
+
})),
|
|
98035
|
+
size: optional(
|
|
98036
|
+
Number$.pipe(int(), positive()).annotations({
|
|
98037
|
+
title: "大小",
|
|
98038
|
+
description: "图标尺寸,单位为 `0.25rem`(同 Tailwind 间距刻度,实际尺寸为 `calc(n * 0.25rem)`),正整数;留空则使用默认 8(即 `2rem`)"
|
|
98039
|
+
})
|
|
98040
|
+
),
|
|
98041
|
+
circle: optional(Boolean$.annotations({
|
|
98042
|
+
title: "圆环",
|
|
98043
|
+
description: "开启后将图标包裹在一个圆形背景中(背景色为图标颜色与白色按 2:8 混合)"
|
|
98044
|
+
}))
|
|
98045
|
+
}).annotations({
|
|
98046
|
+
title: "图标块",
|
|
98047
|
+
description: "渲染单个 Iconify 图标作为页面块"
|
|
98048
|
+
});
|
|
98049
|
+
}
|
|
98050
|
+
function defaultBody() {
|
|
98051
|
+
return { icon: "" };
|
|
98052
|
+
}
|
|
98053
|
+
const __vite_glob_0_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
98054
|
+
__proto__: null,
|
|
98055
|
+
compatibilityDate,
|
|
98056
|
+
defaultBody,
|
|
98057
|
+
getStructFieldDescription,
|
|
98058
|
+
getStructFieldTitle,
|
|
97890
98059
|
metadata,
|
|
97891
98060
|
schema,
|
|
97892
98061
|
type
|
|
@@ -97898,25 +98067,31 @@ const schemaModules = /* @__PURE__ */ Object.assign({
|
|
|
97898
98067
|
"../blocks/2026-05-06/com.shwfed.block.table/schema.ts": __vite_glob_0_3,
|
|
97899
98068
|
"../blocks/2026-05-06/com.shwfed.block.tabs/schema.ts": __vite_glob_0_4,
|
|
97900
98069
|
"../blocks/2026-05-17/com.shwfed.block.chart.xy/schema.ts": __vite_glob_0_5,
|
|
97901
|
-
"../blocks/2026-06-01/com.shwfed.block.animated.number/schema.ts": __vite_glob_0_6
|
|
98070
|
+
"../blocks/2026-06-01/com.shwfed.block.animated.number/schema.ts": __vite_glob_0_6,
|
|
98071
|
+
"../blocks/2026-06-02/com.shwfed.block.card/schema.ts": __vite_glob_0_7,
|
|
98072
|
+
"../blocks/2026-06-02/com.shwfed.block.icon/schema.ts": __vite_glob_0_8
|
|
97902
98073
|
});
|
|
97903
98074
|
const configModules = /* @__PURE__ */ Object.assign({
|
|
97904
|
-
"../blocks/2026-05-06/com.shwfed.block.actions/config.vue":
|
|
97905
|
-
"../blocks/2026-05-06/com.shwfed.block.form/config.vue":
|
|
97906
|
-
"../blocks/2026-05-06/com.shwfed.block.markdown/config.vue":
|
|
97907
|
-
"../blocks/2026-05-06/com.shwfed.block.table/config.vue":
|
|
97908
|
-
"../blocks/2026-05-06/com.shwfed.block.tabs/config.vue":
|
|
97909
|
-
"../blocks/2026-05-17/com.shwfed.block.chart.xy/config.vue":
|
|
97910
|
-
"../blocks/2026-06-01/com.shwfed.block.animated.number/config.vue":
|
|
98075
|
+
"../blocks/2026-05-06/com.shwfed.block.actions/config.vue": __vite_glob_2_8,
|
|
98076
|
+
"../blocks/2026-05-06/com.shwfed.block.form/config.vue": __vite_glob_2_8,
|
|
98077
|
+
"../blocks/2026-05-06/com.shwfed.block.markdown/config.vue": __vite_glob_2_8,
|
|
98078
|
+
"../blocks/2026-05-06/com.shwfed.block.table/config.vue": __vite_glob_2_8,
|
|
98079
|
+
"../blocks/2026-05-06/com.shwfed.block.tabs/config.vue": __vite_glob_2_8,
|
|
98080
|
+
"../blocks/2026-05-17/com.shwfed.block.chart.xy/config.vue": __vite_glob_2_8,
|
|
98081
|
+
"../blocks/2026-06-01/com.shwfed.block.animated.number/config.vue": __vite_glob_2_8,
|
|
98082
|
+
"../blocks/2026-06-02/com.shwfed.block.card/config.vue": __vite_glob_2_8,
|
|
98083
|
+
"../blocks/2026-06-02/com.shwfed.block.icon/config.vue": __vite_glob_2_8
|
|
97911
98084
|
});
|
|
97912
98085
|
const runtimeModules = /* @__PURE__ */ Object.assign({
|
|
97913
|
-
"../blocks/2026-05-06/com.shwfed.block.actions/runtime.vue":
|
|
97914
|
-
"../blocks/2026-05-06/com.shwfed.block.form/runtime.vue":
|
|
97915
|
-
"../blocks/2026-05-06/com.shwfed.block.markdown/runtime.vue":
|
|
97916
|
-
"../blocks/2026-05-06/com.shwfed.block.table/runtime.vue":
|
|
97917
|
-
"../blocks/2026-05-06/com.shwfed.block.tabs/runtime.vue":
|
|
97918
|
-
"../blocks/2026-05-17/com.shwfed.block.chart.xy/runtime.vue":
|
|
97919
|
-
"../blocks/2026-06-01/com.shwfed.block.animated.number/runtime.vue":
|
|
98086
|
+
"../blocks/2026-05-06/com.shwfed.block.actions/runtime.vue": __vite_glob_2_8,
|
|
98087
|
+
"../blocks/2026-05-06/com.shwfed.block.form/runtime.vue": __vite_glob_2_8,
|
|
98088
|
+
"../blocks/2026-05-06/com.shwfed.block.markdown/runtime.vue": __vite_glob_2_8,
|
|
98089
|
+
"../blocks/2026-05-06/com.shwfed.block.table/runtime.vue": __vite_glob_2_8,
|
|
98090
|
+
"../blocks/2026-05-06/com.shwfed.block.tabs/runtime.vue": __vite_glob_2_8,
|
|
98091
|
+
"../blocks/2026-05-17/com.shwfed.block.chart.xy/runtime.vue": __vite_glob_2_8,
|
|
98092
|
+
"../blocks/2026-06-01/com.shwfed.block.animated.number/runtime.vue": __vite_glob_2_8,
|
|
98093
|
+
"../blocks/2026-06-02/com.shwfed.block.card/runtime.vue": __vite_glob_2_8,
|
|
98094
|
+
"../blocks/2026-06-02/com.shwfed.block.icon/runtime.vue": __vite_glob_2_8
|
|
97920
98095
|
});
|
|
97921
98096
|
const registry = defineRegistry({
|
|
97922
98097
|
hostName: "shwfed-config",
|
|
@@ -97967,8 +98142,20 @@ function PageConfig(configure) {
|
|
|
97967
98142
|
description: "页面块,由 `type` 字段区分类型"
|
|
97968
98143
|
});
|
|
97969
98144
|
const PageSlot = Slot(Block, configure);
|
|
98145
|
+
const CelStyle = Expression({
|
|
98146
|
+
configure,
|
|
98147
|
+
resultType: (t) => t === "string" || t === "dyn" || t.startsWith("map") || t.startsWith("optional")
|
|
98148
|
+
});
|
|
97970
98149
|
return Struct({
|
|
97971
98150
|
kind: tag(KIND),
|
|
98151
|
+
title: optional(Locale).annotations({
|
|
98152
|
+
title: "标题",
|
|
98153
|
+
description: "页面标题(内联本地化文本,无 Markdown);设置后用于浏览器标签页标题,按当前语言取对应文案,留空则不设置"
|
|
98154
|
+
}),
|
|
98155
|
+
style: optional(CelStyle).annotations({
|
|
98156
|
+
title: "样式",
|
|
98157
|
+
description: "返回应用在页面根元素上的样式的 CEL 表达式,可返回 CSS 字符串(如 `'padding: 2rem'`)或样式对象(如 `{'padding': '2rem'}`);留空则不设额外样式"
|
|
98158
|
+
}),
|
|
97972
98159
|
slot: PageSlot
|
|
97973
98160
|
}).annotations({
|
|
97974
98161
|
title: "PageConfig",
|