x-runtime-lib 0.8.220 → 0.8.221
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/en.cud1nmyi.js +2 -0
- package/dist/{i18n-en.jkuvala9.js → i18n-en.f4dp7neu.js} +2 -1
- package/dist/{i18n-zhHans.cd57r6e5.js → i18n-zhHans.mldkk8kv.js} +2 -1
- package/dist/index.js +124 -110
- package/dist/types/protocol.d.ts +4 -4
- package/dist/zhHans.cvquec3k.js +2 -0
- package/package.json +1 -1
- package/dist/en.otnq7oq6.js +0 -2
- package/dist/zhHans.b7y34n3l.js +0 -2
|
@@ -2,7 +2,6 @@ var en_default = { "x-runtime-lib": {
|
|
|
2
2
|
adaptSlot: "Adapt Slot",
|
|
3
3
|
adaptSlotPropertyChange: "Adapt Slot Property Change",
|
|
4
4
|
add: "Add",
|
|
5
|
-
addIcon: "Add Icon",
|
|
6
5
|
alias: "Alias",
|
|
7
6
|
align: "Align",
|
|
8
7
|
alignTabs: "Align Tabs",
|
|
@@ -75,6 +74,7 @@ var en_default = { "x-runtime-lib": {
|
|
|
75
74
|
columns: "Columns",
|
|
76
75
|
combobox: "Combobox",
|
|
77
76
|
comfortable: "Comfortable",
|
|
77
|
+
common: "Common",
|
|
78
78
|
comp: "Comp",
|
|
79
79
|
compact: "Compact",
|
|
80
80
|
compNotAvail: "Comp Not Available",
|
|
@@ -193,6 +193,7 @@ var en_default = { "x-runtime-lib": {
|
|
|
193
193
|
lineThrough: "Line Through",
|
|
194
194
|
loading: "Loading",
|
|
195
195
|
log: "Log",
|
|
196
|
+
look: "Look",
|
|
196
197
|
mainAxisAlign: "Main Axis Align",
|
|
197
198
|
mainData: "Main Data",
|
|
198
199
|
mandatory: "Mandatory",
|
|
@@ -2,7 +2,6 @@ var zhHans_default = { "x-runtime-lib": {
|
|
|
2
2
|
adaptSlot: "适配插槽",
|
|
3
3
|
adaptSlotPropertyChange: "适配插槽属性变化",
|
|
4
4
|
add: "添加",
|
|
5
|
-
addIcon: "添加图标",
|
|
6
5
|
alias: "别名",
|
|
7
6
|
align: "对齐",
|
|
8
7
|
alignTabs: "对齐选项卡",
|
|
@@ -75,6 +74,7 @@ var zhHans_default = { "x-runtime-lib": {
|
|
|
75
74
|
columns: "列(s)",
|
|
76
75
|
combobox: "组合框",
|
|
77
76
|
comfortable: "舒适",
|
|
77
|
+
common: "通用",
|
|
78
78
|
comp: "组件",
|
|
79
79
|
compact: "紧凑",
|
|
80
80
|
compNotAvail: "组件不可用",
|
|
@@ -193,6 +193,7 @@ var zhHans_default = { "x-runtime-lib": {
|
|
|
193
193
|
lineThrough: "中划线",
|
|
194
194
|
loading: "加载中",
|
|
195
195
|
log: "对数",
|
|
196
|
+
look: "外观",
|
|
196
197
|
mainAxisAlign: "主轴对齐",
|
|
197
198
|
mainData: "主数据",
|
|
198
199
|
mandatory: "强制",
|
package/dist/index.js
CHANGED
|
@@ -3347,62 +3347,62 @@ var echarts_default = core_exports, v1_default$49 = /* @__PURE__ */ defineCompon
|
|
|
3347
3347
|
refContext: {}
|
|
3348
3348
|
},
|
|
3349
3349
|
setup(e) {
|
|
3350
|
-
let u = e, { node: d } = useElementBase(u), f = injectSandbox(), {
|
|
3350
|
+
let u = e, { node: d } = useElementBase(u), f = injectSandbox(), { theme: p } = useTheme(), { property: m } = useElementProperty(d, ["size", "width"]), { property: g } = useElementProperty(d, ["size", "minWidth"]), { property: _ } = useElementProperty(d, ["size", "maxWidth"]), { property: v } = useElementProperty(d, ["size", "height"]), { property: y } = useElementProperty(d, ["size", "minHeight"]), { property: b } = useElementProperty(d, ["size", "maxHeight"]), { property: x } = useElementProperty(d, ["common", "loading"]), { property: S } = useElementProperty(d, ["common", "disabled"]), { property: C } = useElementProperty(d, ["common", "readonly"]), { property: w } = useElementProperty(d, ["settings", "text"]), { property: T } = useElementProperty(d, ["settings", "block"]), { property: E } = useElementProperty(d, ["settings", "stacked"]), { property: D } = useElementProperty(d, [
|
|
3351
3351
|
"settings",
|
|
3352
|
-
"
|
|
3352
|
+
"icon",
|
|
3353
3353
|
"append"
|
|
3354
|
-
]), { property:
|
|
3354
|
+
]), { property: O } = useElementProperty(d, [
|
|
3355
3355
|
"settings",
|
|
3356
|
+
"icon",
|
|
3357
|
+
"prepend"
|
|
3358
|
+
]), { property: k } = useElementProperty(d, ["look", "variant"]), { property: A } = useElementProperty(d, ["look", "density"]), { property: j } = useElementProperty(d, ["look", "size"]), { property: M } = useElementProperty(d, ["look", "ripple"]), { property: N } = useElementProperty(d, [
|
|
3359
|
+
"look",
|
|
3356
3360
|
"color",
|
|
3357
3361
|
"mode"
|
|
3358
|
-
]), { property:
|
|
3359
|
-
"
|
|
3362
|
+
]), { property: P } = useElementProperty(d, [
|
|
3363
|
+
"look",
|
|
3360
3364
|
"color",
|
|
3361
3365
|
"theme"
|
|
3362
|
-
]), { property:
|
|
3363
|
-
"
|
|
3366
|
+
]), { property: I } = useElementProperty(d, [
|
|
3367
|
+
"look",
|
|
3364
3368
|
"color",
|
|
3365
3369
|
"custom",
|
|
3366
3370
|
"light"
|
|
3367
|
-
]), { property:
|
|
3368
|
-
"
|
|
3371
|
+
]), { property: L } = useElementProperty(d, [
|
|
3372
|
+
"look",
|
|
3369
3373
|
"color",
|
|
3370
3374
|
"custom",
|
|
3371
3375
|
"dark"
|
|
3372
|
-
]), { color:
|
|
3373
|
-
"settings",
|
|
3374
|
-
"addIcon",
|
|
3375
|
-
"prepend"
|
|
3376
|
-
]), { property: A } = useElementProperty(d, ["settings", "readonly"]), { property: j } = useElementProperty(d, ["settings", "ripple"]), { property: M } = useElementProperty(d, ["settings", "size"]), { property: N } = useElementProperty(d, ["settings", "stacked"]), { property: P } = useElementProperty(d, ["settings", "text"]), { theme: I } = useTheme(), { property: L } = useElementProperty(d, ["settings", "variant"]), { property: R } = useElementProperty(d, ["size", "width"]), z = async (e) => {
|
|
3376
|
+
]), { color: R } = useColorV1(N, P, I, L), z = async (e) => {
|
|
3377
3377
|
!f || !f.vm || (f.setGlobalVariable("__pointerPosX__", e.clientX), f.setGlobalVariable("__pointerPosY__", e.clientY), await f.triggerEvent(makeEventId("elementEvent", u.nodeId, "click"), []));
|
|
3378
3378
|
};
|
|
3379
3379
|
return (e, u) => {
|
|
3380
3380
|
let d = resolveComponent("v-btn");
|
|
3381
3381
|
return openBlock(), createBlock(unref(wrap_default), {
|
|
3382
|
-
block: unref(
|
|
3382
|
+
block: unref(T),
|
|
3383
3383
|
mask: ""
|
|
3384
3384
|
}, {
|
|
3385
3385
|
default: withCtx(() => [createVNode(d, {
|
|
3386
|
-
"append-icon": unref(
|
|
3387
|
-
block: unref(
|
|
3388
|
-
color: unref(
|
|
3389
|
-
density: unref(
|
|
3386
|
+
"append-icon": unref(D),
|
|
3387
|
+
block: unref(T),
|
|
3388
|
+
color: unref(R),
|
|
3389
|
+
density: unref(A),
|
|
3390
3390
|
disabled: unref(S),
|
|
3391
|
-
height: unref(
|
|
3392
|
-
loading: unref(
|
|
3393
|
-
"max-height": unref(
|
|
3394
|
-
"max-width": unref(
|
|
3395
|
-
"min-height": unref(
|
|
3396
|
-
"min-width": unref(
|
|
3397
|
-
"prepend-icon": unref(
|
|
3398
|
-
readonly: unref(
|
|
3399
|
-
ripple: unref(
|
|
3400
|
-
size: unref(
|
|
3401
|
-
stacked: unref(
|
|
3402
|
-
text: unref(
|
|
3403
|
-
theme: unref(
|
|
3404
|
-
variant: unref(
|
|
3405
|
-
width: unref(
|
|
3391
|
+
height: unref(v),
|
|
3392
|
+
loading: unref(x),
|
|
3393
|
+
"max-height": unref(b),
|
|
3394
|
+
"max-width": unref(_),
|
|
3395
|
+
"min-height": unref(y),
|
|
3396
|
+
"min-width": unref(g),
|
|
3397
|
+
"prepend-icon": unref(O),
|
|
3398
|
+
readonly: unref(C),
|
|
3399
|
+
ripple: unref(M),
|
|
3400
|
+
size: unref(j),
|
|
3401
|
+
stacked: unref(E),
|
|
3402
|
+
text: unref(w),
|
|
3403
|
+
theme: unref(p),
|
|
3404
|
+
variant: unref(k),
|
|
3405
|
+
width: unref(m),
|
|
3406
3406
|
onClick: z
|
|
3407
3407
|
}, null, 8, [
|
|
3408
3408
|
"append-icon",
|
|
@@ -3917,7 +3917,7 @@ var echarts_default = core_exports, v1_default$49 = /* @__PURE__ */ defineCompon
|
|
|
3917
3917
|
setup(e) {
|
|
3918
3918
|
let u = e, { node: d } = useElementBase(u);
|
|
3919
3919
|
provideNode(d);
|
|
3920
|
-
let f = injectMode(), { property: p } = useElementProperty(d, ["settings", "
|
|
3920
|
+
let f = injectMode(), { property: p } = useElementProperty(d, ["settings", "content"]), { open: m } = useViewStack(`runtimeDialog/${useId()}`);
|
|
3921
3921
|
return useElementMethod(u.nodeId, "open", () => {
|
|
3922
3922
|
m.value = !0;
|
|
3923
3923
|
}), useElementMethod(u.nodeId, "close", () => {
|
|
@@ -4246,7 +4246,7 @@ var echarts_default = core_exports, v1_default$49 = /* @__PURE__ */ defineCompon
|
|
|
4246
4246
|
setup(e) {
|
|
4247
4247
|
let u = e, { node: d } = useElementBase(u);
|
|
4248
4248
|
provideNode(d);
|
|
4249
|
-
let f = injectMode(), p = injectSandbox(), { property: m } = useElementProperty(d, ["settings", "
|
|
4249
|
+
let f = injectMode(), p = injectSandbox(), { property: m } = useElementProperty(d, ["settings", "content"]), g = ref(0), _ = ref(0), v = computed(() => [g.value, _.value]), { open: y } = useViewStack(`runtimeMenu/${useId()}`);
|
|
4250
4250
|
return useElementMethod(u.nodeId, "open", () => {
|
|
4251
4251
|
if (!p || !p.vm) return;
|
|
4252
4252
|
let { vm: e } = p, u = e.getProp(e.global, "__pointerPosX__"), d = e.getProp(e.global, "__pointerPosY__");
|
|
@@ -5679,12 +5679,12 @@ const basicV1 = {
|
|
|
5679
5679
|
key: "light",
|
|
5680
5680
|
name: "x-runtime-lib.light",
|
|
5681
5681
|
ui: "colorPicker",
|
|
5682
|
-
default:
|
|
5682
|
+
default: ""
|
|
5683
5683
|
}, {
|
|
5684
5684
|
key: "dark",
|
|
5685
5685
|
name: "x-runtime-lib.dark",
|
|
5686
5686
|
ui: "colorPicker",
|
|
5687
|
-
default:
|
|
5687
|
+
default: ""
|
|
5688
5688
|
}]
|
|
5689
5689
|
}
|
|
5690
5690
|
]
|
|
@@ -6446,12 +6446,12 @@ const sphereGeometryV1 = {
|
|
|
6446
6446
|
spawn: spawn$19
|
|
6447
6447
|
};
|
|
6448
6448
|
regElement(sphereGeometryV1);
|
|
6449
|
-
var color$
|
|
6450
|
-
color$
|
|
6449
|
+
var color$5 = cloneDeep_default(colorV1);
|
|
6450
|
+
color$5.children[0].default = "custom", color$5.children[2].children[0].default = "0xffffff", color$5.children[2].children[1].default = "0xffffff";
|
|
6451
6451
|
var settings$45 = {
|
|
6452
6452
|
key: "settings",
|
|
6453
6453
|
name: "x-runtime-lib.settings",
|
|
6454
|
-
children: [color$
|
|
6454
|
+
children: [color$5, {
|
|
6455
6455
|
key: "intensity",
|
|
6456
6456
|
name: "x-runtime-lib.intensity",
|
|
6457
6457
|
ui: "numInput",
|
|
@@ -6480,12 +6480,12 @@ const ambientLightV1 = {
|
|
|
6480
6480
|
slots: []
|
|
6481
6481
|
};
|
|
6482
6482
|
regElement(ambientLightV1);
|
|
6483
|
-
var color$
|
|
6484
|
-
color$
|
|
6483
|
+
var color$4 = cloneDeep_default(colorV1);
|
|
6484
|
+
color$4.children[0].default = "custom", color$4.children[2].children[0].default = "0xffffff", color$4.children[2].children[1].default = "0xffffff";
|
|
6485
6485
|
var settings$44 = {
|
|
6486
6486
|
key: "settings",
|
|
6487
6487
|
name: "x-runtime-lib.settings",
|
|
6488
|
-
children: [color$
|
|
6488
|
+
children: [color$4, {
|
|
6489
6489
|
key: "intensity",
|
|
6490
6490
|
name: "x-runtime-lib.intensity",
|
|
6491
6491
|
ui: "numInput",
|
|
@@ -6514,13 +6514,13 @@ const directionalLightV1 = {
|
|
|
6514
6514
|
slots: []
|
|
6515
6515
|
};
|
|
6516
6516
|
regElement(directionalLightV1);
|
|
6517
|
-
var color$
|
|
6518
|
-
color$
|
|
6517
|
+
var color$3 = cloneDeep_default(colorV1);
|
|
6518
|
+
color$3.children[0].default = "custom", color$3.children[2].children[0].default = "0xffffff", color$3.children[2].children[1].default = "0xffffff";
|
|
6519
6519
|
var settings$43 = {
|
|
6520
6520
|
key: "settings",
|
|
6521
6521
|
name: "x-runtime-lib.settings",
|
|
6522
6522
|
children: [
|
|
6523
|
-
color$
|
|
6523
|
+
color$3,
|
|
6524
6524
|
{
|
|
6525
6525
|
key: "intensity",
|
|
6526
6526
|
name: "x-runtime-lib.intensity",
|
|
@@ -6565,13 +6565,13 @@ const pointLightV1 = {
|
|
|
6565
6565
|
slots: []
|
|
6566
6566
|
};
|
|
6567
6567
|
regElement(pointLightV1);
|
|
6568
|
-
var color$
|
|
6569
|
-
color$
|
|
6568
|
+
var color$2 = cloneDeep_default(colorV1);
|
|
6569
|
+
color$2.children[0].default = "custom", color$2.children[2].children[0].default = "0xffffff", color$2.children[2].children[1].default = "0xffffff";
|
|
6570
6570
|
var settings$42 = {
|
|
6571
6571
|
key: "settings",
|
|
6572
6572
|
name: "x-runtime-lib.settings",
|
|
6573
6573
|
children: [
|
|
6574
|
-
color$
|
|
6574
|
+
color$2,
|
|
6575
6575
|
{
|
|
6576
6576
|
key: "intensity",
|
|
6577
6577
|
name: "x-runtime-lib.intensity",
|
|
@@ -6826,7 +6826,7 @@ var settings$41 = {
|
|
|
6826
6826
|
key: "comp",
|
|
6827
6827
|
name: "x-runtime-lib.comp",
|
|
6828
6828
|
ui: "selectComp",
|
|
6829
|
-
default:
|
|
6829
|
+
default: ""
|
|
6830
6830
|
}]
|
|
6831
6831
|
}, instances$1 = {
|
|
6832
6832
|
key: "instances",
|
|
@@ -6876,12 +6876,12 @@ var settings$40 = {
|
|
|
6876
6876
|
key: "slot",
|
|
6877
6877
|
name: "x-runtime-lib.slot",
|
|
6878
6878
|
ui: "selectSlot",
|
|
6879
|
-
default:
|
|
6879
|
+
default: ""
|
|
6880
6880
|
}, {
|
|
6881
6881
|
key: "comp",
|
|
6882
6882
|
name: "x-runtime-lib.comp",
|
|
6883
6883
|
ui: "selectComp",
|
|
6884
|
-
default:
|
|
6884
|
+
default: ""
|
|
6885
6885
|
}]
|
|
6886
6886
|
}, instances = {
|
|
6887
6887
|
key: "instances",
|
|
@@ -6931,7 +6931,7 @@ var settings$39 = {
|
|
|
6931
6931
|
key: "comp",
|
|
6932
6932
|
name: "x-runtime-lib.comp",
|
|
6933
6933
|
ui: "selectComp",
|
|
6934
|
-
default:
|
|
6934
|
+
default: ""
|
|
6935
6935
|
}]
|
|
6936
6936
|
};
|
|
6937
6937
|
const referenceV1 = {
|
|
@@ -6990,12 +6990,12 @@ var settings$37 = {
|
|
|
6990
6990
|
key: "slot",
|
|
6991
6991
|
name: "x-runtime-lib.slot",
|
|
6992
6992
|
ui: "selectSlot",
|
|
6993
|
-
default:
|
|
6993
|
+
default: ""
|
|
6994
6994
|
}, {
|
|
6995
6995
|
key: "comp",
|
|
6996
6996
|
name: "x-runtime-lib.comp",
|
|
6997
6997
|
ui: "selectComp",
|
|
6998
|
-
default:
|
|
6998
|
+
default: ""
|
|
6999
6999
|
}]
|
|
7000
7000
|
};
|
|
7001
7001
|
const slotV1 = {
|
|
@@ -7033,7 +7033,7 @@ var adaptSLot = {
|
|
|
7033
7033
|
key: "adaptSlot",
|
|
7034
7034
|
name: "x-runtime-lib.adaptSlot",
|
|
7035
7035
|
ui: "selectAdaptSlot",
|
|
7036
|
-
default:
|
|
7036
|
+
default: ""
|
|
7037
7037
|
};
|
|
7038
7038
|
const globalityV1 = {
|
|
7039
7039
|
key: "globality_v1",
|
|
@@ -7180,10 +7180,16 @@ function spawn$15(e, u) {
|
|
|
7180
7180
|
nodes: { [d.basic.id]: d }
|
|
7181
7181
|
};
|
|
7182
7182
|
}
|
|
7183
|
-
var
|
|
7184
|
-
key: "
|
|
7185
|
-
name: "x-runtime-lib.
|
|
7183
|
+
var color$1 = cloneDeep_default(colorV1), common = {
|
|
7184
|
+
key: "common",
|
|
7185
|
+
name: "x-runtime-lib.common",
|
|
7186
7186
|
children: [
|
|
7187
|
+
{
|
|
7188
|
+
key: "loading",
|
|
7189
|
+
name: "x-runtime-lib.loading",
|
|
7190
|
+
ui: "switch",
|
|
7191
|
+
default: !1
|
|
7192
|
+
},
|
|
7187
7193
|
{
|
|
7188
7194
|
key: "disabled",
|
|
7189
7195
|
name: "x-runtime-lib.disabled",
|
|
@@ -7195,19 +7201,50 @@ var settings$35 = {
|
|
|
7195
7201
|
name: "x-runtime-lib.readonly",
|
|
7196
7202
|
ui: "switch",
|
|
7197
7203
|
default: !1
|
|
7204
|
+
}
|
|
7205
|
+
]
|
|
7206
|
+
}, settings$35 = {
|
|
7207
|
+
key: "settings",
|
|
7208
|
+
name: "x-runtime-lib.settings",
|
|
7209
|
+
children: [
|
|
7210
|
+
{
|
|
7211
|
+
key: "text",
|
|
7212
|
+
name: "x-runtime-lib.text",
|
|
7213
|
+
ui: "strInput",
|
|
7214
|
+
default: ""
|
|
7198
7215
|
},
|
|
7199
7216
|
{
|
|
7200
|
-
key: "
|
|
7201
|
-
name: "x-runtime-lib.
|
|
7217
|
+
key: "block",
|
|
7218
|
+
name: "x-runtime-lib.block",
|
|
7202
7219
|
ui: "switch",
|
|
7203
7220
|
default: !1
|
|
7204
7221
|
},
|
|
7205
7222
|
{
|
|
7206
|
-
key: "
|
|
7207
|
-
name: "x-runtime-lib.
|
|
7208
|
-
ui: "
|
|
7209
|
-
default:
|
|
7223
|
+
key: "stacked",
|
|
7224
|
+
name: "x-runtime-lib.stacked",
|
|
7225
|
+
ui: "switch",
|
|
7226
|
+
default: !1
|
|
7210
7227
|
},
|
|
7228
|
+
{
|
|
7229
|
+
key: "icon",
|
|
7230
|
+
name: "x-runtime-lib.icon",
|
|
7231
|
+
children: [{
|
|
7232
|
+
key: "prepend",
|
|
7233
|
+
name: "x-runtime-lib.prepend",
|
|
7234
|
+
ui: "strInput",
|
|
7235
|
+
default: ""
|
|
7236
|
+
}, {
|
|
7237
|
+
key: "append",
|
|
7238
|
+
name: "x-runtime-lib.append",
|
|
7239
|
+
ui: "strInput",
|
|
7240
|
+
default: ""
|
|
7241
|
+
}]
|
|
7242
|
+
}
|
|
7243
|
+
]
|
|
7244
|
+
}, look = {
|
|
7245
|
+
key: "look",
|
|
7246
|
+
name: "x-runtime-lib.look",
|
|
7247
|
+
children: [
|
|
7211
7248
|
{
|
|
7212
7249
|
key: "variant",
|
|
7213
7250
|
name: "x-runtime-lib.variant",
|
|
@@ -7229,40 +7266,13 @@ var settings$35 = {
|
|
|
7229
7266
|
items: "sizeItemsV1",
|
|
7230
7267
|
default: "default"
|
|
7231
7268
|
},
|
|
7232
|
-
{
|
|
7233
|
-
key: "addIcon",
|
|
7234
|
-
name: "x-runtime-lib.addIcon",
|
|
7235
|
-
children: [{
|
|
7236
|
-
key: "append",
|
|
7237
|
-
name: "x-runtime-lib.append",
|
|
7238
|
-
ui: "strInput",
|
|
7239
|
-
default: ""
|
|
7240
|
-
}, {
|
|
7241
|
-
key: "prepend",
|
|
7242
|
-
name: "x-runtime-lib.prepend",
|
|
7243
|
-
ui: "strInput",
|
|
7244
|
-
default: ""
|
|
7245
|
-
}]
|
|
7246
|
-
},
|
|
7247
|
-
{
|
|
7248
|
-
key: "stacked",
|
|
7249
|
-
name: "x-runtime-lib.stacked",
|
|
7250
|
-
ui: "switch",
|
|
7251
|
-
default: !1
|
|
7252
|
-
},
|
|
7253
|
-
{
|
|
7254
|
-
key: "block",
|
|
7255
|
-
name: "x-runtime-lib.block",
|
|
7256
|
-
ui: "switch",
|
|
7257
|
-
default: !1
|
|
7258
|
-
},
|
|
7259
|
-
cloneDeep_default(colorV1),
|
|
7260
7269
|
{
|
|
7261
7270
|
key: "ripple",
|
|
7262
7271
|
name: "x-runtime-lib.ripple",
|
|
7263
7272
|
ui: "switch",
|
|
7264
7273
|
default: !0
|
|
7265
|
-
}
|
|
7274
|
+
},
|
|
7275
|
+
color$1
|
|
7266
7276
|
]
|
|
7267
7277
|
};
|
|
7268
7278
|
const btnV1 = {
|
|
@@ -7273,12 +7283,16 @@ const btnV1 = {
|
|
|
7273
7283
|
pageUi: [
|
|
7274
7284
|
basicV1,
|
|
7275
7285
|
sizeV1,
|
|
7276
|
-
|
|
7286
|
+
common,
|
|
7287
|
+
settings$35,
|
|
7288
|
+
look
|
|
7277
7289
|
],
|
|
7278
7290
|
compUi: [
|
|
7279
7291
|
basicV1,
|
|
7280
7292
|
sizeV1,
|
|
7281
|
-
|
|
7293
|
+
common,
|
|
7294
|
+
settings$35,
|
|
7295
|
+
look
|
|
7282
7296
|
]
|
|
7283
7297
|
},
|
|
7284
7298
|
events: [{
|
|
@@ -7989,7 +8003,7 @@ var size$1 = {
|
|
|
7989
8003
|
key: "comp",
|
|
7990
8004
|
name: "x-runtime-lib.comp",
|
|
7991
8005
|
ui: "selectComp",
|
|
7992
|
-
default:
|
|
8006
|
+
default: ""
|
|
7993
8007
|
}],
|
|
7994
8008
|
array: !0,
|
|
7995
8009
|
defaultArray: []
|
|
@@ -8043,10 +8057,10 @@ var settings$25 = {
|
|
|
8043
8057
|
key: "settings",
|
|
8044
8058
|
name: "x-runtime-lib.settings",
|
|
8045
8059
|
children: [{
|
|
8046
|
-
key: "
|
|
8060
|
+
key: "content",
|
|
8047
8061
|
name: "x-runtime-lib.comp",
|
|
8048
8062
|
ui: "selectComp",
|
|
8049
|
-
default:
|
|
8063
|
+
default: ""
|
|
8050
8064
|
}]
|
|
8051
8065
|
};
|
|
8052
8066
|
const dialogV1 = {
|
|
@@ -8463,10 +8477,10 @@ var settings$19 = {
|
|
|
8463
8477
|
key: "settings",
|
|
8464
8478
|
name: "x-runtime-lib.settings",
|
|
8465
8479
|
children: [{
|
|
8466
|
-
key: "
|
|
8480
|
+
key: "content",
|
|
8467
8481
|
name: "x-runtime-lib.comp",
|
|
8468
8482
|
ui: "selectComp",
|
|
8469
|
-
default:
|
|
8483
|
+
default: ""
|
|
8470
8484
|
}]
|
|
8471
8485
|
};
|
|
8472
8486
|
const menuV1 = {
|
|
@@ -9303,12 +9317,12 @@ var settings$11 = {
|
|
|
9303
9317
|
key: "append",
|
|
9304
9318
|
name: "x-runtime-lib.append",
|
|
9305
9319
|
ui: "selectComp",
|
|
9306
|
-
default:
|
|
9320
|
+
default: ""
|
|
9307
9321
|
}, {
|
|
9308
9322
|
key: "prepend",
|
|
9309
9323
|
name: "x-runtime-lib.prepend",
|
|
9310
9324
|
ui: "selectComp",
|
|
9311
|
-
default:
|
|
9325
|
+
default: ""
|
|
9312
9326
|
}]
|
|
9313
9327
|
};
|
|
9314
9328
|
const sliderV1 = {
|
|
@@ -10085,25 +10099,25 @@ var settings$2 = {
|
|
|
10085
10099
|
key: "append",
|
|
10086
10100
|
name: "x-runtime-lib.append",
|
|
10087
10101
|
ui: "selectComp",
|
|
10088
|
-
default:
|
|
10102
|
+
default: ""
|
|
10089
10103
|
},
|
|
10090
10104
|
{
|
|
10091
10105
|
key: "appendInner",
|
|
10092
10106
|
name: "x-runtime-lib.appendInner",
|
|
10093
10107
|
ui: "selectComp",
|
|
10094
|
-
default:
|
|
10108
|
+
default: ""
|
|
10095
10109
|
},
|
|
10096
10110
|
{
|
|
10097
10111
|
key: "prepend",
|
|
10098
10112
|
name: "x-runtime-lib.prepend",
|
|
10099
10113
|
ui: "selectComp",
|
|
10100
|
-
default:
|
|
10114
|
+
default: ""
|
|
10101
10115
|
},
|
|
10102
10116
|
{
|
|
10103
10117
|
key: "prependInner",
|
|
10104
10118
|
name: "x-runtime-lib.prependInner",
|
|
10105
10119
|
ui: "selectComp",
|
|
10106
|
-
default:
|
|
10120
|
+
default: ""
|
|
10107
10121
|
}
|
|
10108
10122
|
]
|
|
10109
10123
|
};
|
|
@@ -11698,8 +11712,8 @@ var __rolldown_dynamic_import_helper_default = (e, u, d) => {
|
|
|
11698
11712
|
};
|
|
11699
11713
|
async function loadLocaleMessageRuntime(e) {
|
|
11700
11714
|
return (await __rolldown_dynamic_import_helper_default({
|
|
11701
|
-
"./locales/en/index.ts": () => import("./en.
|
|
11702
|
-
"./locales/zhHans/index.ts": () => import("./zhHans.
|
|
11715
|
+
"./locales/en/index.ts": () => import("./en.cud1nmyi.js"),
|
|
11716
|
+
"./locales/zhHans/index.ts": () => import("./zhHans.cvquec3k.js")
|
|
11703
11717
|
}, `./locales/${e}/index.ts`, 4)).default;
|
|
11704
11718
|
}
|
|
11705
11719
|
export { addIndent, ambientLightV1, badgeV1, barChartV1, boxGeometryV1, breakpoints, btnToggleEntryV1, btnToggleV1, btnV1, calcBreakpoint, cardV1, checkboxV1, chipGroupV1, chipV1, colorPickerV1, comboboxV1, compTypes, containerV1, createNode, dataStringify, dataTableV1, datePickerV1, dialogV1, directionalLightV1, duplicateNodePair, duplicateNodePairs, elementKeys, fileInputV1, finalProperties, flexLayoutEntryV1, flexLayoutV1, formV1, fromDotString, genId, getAllElements, getBreakpointPropString, getElement, getField, getImplementMethodName, getIndexOfBreakpoint, getNodeLite, getPropertyDefault, getPropertyDefaultArray, getTag, globalityV1, groupV1, hasComp, hasSlot, iconV1, initProperties, injectDark, injectData, injectDepends, injectDevice, injectEnv, injectId, injectMeta, injectMode, injectNode, injectOrg, injectRuntime, injectSandbox, injectType, isCircularReference, isExecutableMode, isPercentStr, isPixelStr, keyboardControlsV1, lineChartV1, loadLocaleMessageRuntime, makeEventId, makeEventKeyOfCustomSlot, makeEventKeyOfElementSlot, makeMethodId, makeMethodKeyOfCustomSlot, makeMethodKeyOfElementSlot, makePropertyId, makePropertyKeyOfCustomSlot, makePropertyKeyOfElementSlot, makeSlotId, makeTriggerId, mapControlsV1, menuV1, meshBasicMaterialV1, meshV1, metaStringify, multipleRefV1, multipleSlotV1, numberInputV1, orbitControlsV1, orthographicCameraV1, pageTypes, paginationV1, parseData, parseMeta, parsePercentStr, parsePixelStr, perspectiveCameraV1, pkgs, pointLightV1, provideDark, provideData, provideDepends, provideDevice, provideEnv, provideId, provideMeta, provideMode, provideNode, provideOrg, provideRuntime, provideSandbox, provideType, radioGroupV1, radioV1, rangeSliderV1, ratingV1, referenceV1, regElement, renderSwitchV1, reverseBreakpoints, selectV1, setField, sliderV1, slotV1, spawnNode, sphereGeometryV1, spotLightV1, stepperHeaderV1, stepperItemV1, stepperV1, stepperWindowItemV1, stepperWindowV1, switchV1, tabV1, tabsV1, textFieldV1, textV1, textareaV1, timelineItemV1, timelineV1, toDotString, toEventName, toMethodName, toNodeLite, toPropertyName, unwrapEventId, unwrapEventKeyOfCustomSlot, unwrapEventKeyOfElementSlot, unwrapMethodId, unwrapMethodKeyOfCustomSlot, unwrapMethodKeyOfElementSlot, unwrapPropertyId, unwrapPropertyKeyOfCustomSlot, unwrapPropertyKeyOfElementSlot, unwrapSlotId, unwrapTriggerId, useDepend, useRuntime, useSandbox, useTheme, windowItemV1, windowV1 };
|
package/dist/types/protocol.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ type ZPropertySelect = {
|
|
|
69
69
|
} & ZPropertyBase;
|
|
70
70
|
type ZPropertyColorPicker = {
|
|
71
71
|
ui: 'colorPicker';
|
|
72
|
-
default: string
|
|
72
|
+
default: string;
|
|
73
73
|
} & ZPropertyBase;
|
|
74
74
|
type ZPropertyJsonEditor = {
|
|
75
75
|
ui: 'jsonEditor';
|
|
@@ -82,15 +82,15 @@ type ZPropertyMultiTypes = {
|
|
|
82
82
|
} & ZPropertyBase;
|
|
83
83
|
type ZPropertySelectComp = {
|
|
84
84
|
ui: 'selectComp';
|
|
85
|
-
default: string
|
|
85
|
+
default: string;
|
|
86
86
|
} & ZPropertyBase;
|
|
87
87
|
type ZPropertySelectSlot = {
|
|
88
88
|
ui: 'selectSlot';
|
|
89
|
-
default: string
|
|
89
|
+
default: string;
|
|
90
90
|
} & ZPropertyBase;
|
|
91
91
|
type ZPropertySelectAdaptSlot = {
|
|
92
92
|
ui: 'selectAdaptSlot';
|
|
93
|
-
default: string
|
|
93
|
+
default: string;
|
|
94
94
|
} & ZPropertyBase;
|
|
95
95
|
export type ZProperty = ({
|
|
96
96
|
array?: false;
|
package/package.json
CHANGED
package/dist/en.otnq7oq6.js
DELETED
package/dist/zhHans.b7y34n3l.js
DELETED