x-runtime-lib 0.8.209 → 0.8.210
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/element/ui/chip/v1/spawn.d.ts +2 -0
- package/dist/index.js +290 -175
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3699,7 +3699,10 @@ var v1_default$40 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main
|
|
|
3699
3699
|
let { node: p } = useElementBase(e), { property: m } = useElementProperty(p, ["settings", "hideDetails"]), { property: g } = useElementProperty(p, ["settings", "label"]), { property: _ } = useElementProperty(p, ["settings", "placeholder"]), { property: v } = useElementProperty(p, ["settings", "readonly"]), { property: y } = useElementProperty(p, ["settings", "singleLine"]), { theme: b } = useTheme(), { property: x } = useElementProperty(p, ["settings", "value"]);
|
|
3700
3700
|
return (e, p) => {
|
|
3701
3701
|
let S = resolveComponent("v-combobox");
|
|
3702
|
-
return openBlock(), createBlock(unref(wrap_default), {
|
|
3702
|
+
return openBlock(), createBlock(unref(wrap_default), {
|
|
3703
|
+
block: "",
|
|
3704
|
+
mask: ""
|
|
3705
|
+
}, {
|
|
3703
3706
|
default: withCtx(() => [createVNode(S, {
|
|
3704
3707
|
modelValue: unref(x),
|
|
3705
3708
|
"onUpdate:modelValue": p[0] ||= (e) => isRef(x) ? x.value = e : null,
|
|
@@ -4186,29 +4189,24 @@ var v1_default$40 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main
|
|
|
4186
4189
|
refContext: {}
|
|
4187
4190
|
},
|
|
4188
4191
|
setup(e) {
|
|
4189
|
-
let { node: p } = useElementBase(e),
|
|
4190
|
-
let e = {};
|
|
4191
|
-
return m === "editor" && (e.pointerEvents = "none"), e;
|
|
4192
|
-
});
|
|
4192
|
+
let { node: p } = useElementBase(e), { property: m } = useElementProperty(p, ["settings", "density"]), { property: g } = useElementProperty(p, ["settings", "disabled"]), { property: _ } = useElementProperty(p, ["settings", "length"]), { property: v } = useElementProperty(p, ["settings", "showFirstLastPage"]), { property: y } = useElementProperty(p, ["settings", "size"]), { theme: b } = useTheme(), { property: x } = useElementProperty(p, ["settings", "tile"]), { property: S } = useElementProperty(p, ["settings", "value"]), { property: C } = useElementProperty(p, ["settings", "variant"]);
|
|
4193
4193
|
return (e, p) => {
|
|
4194
|
-
let
|
|
4194
|
+
let w = resolveComponent("v-pagination");
|
|
4195
4195
|
return openBlock(), createBlock(unref(wrap_default), {
|
|
4196
4196
|
block: "",
|
|
4197
4197
|
mask: ""
|
|
4198
4198
|
}, {
|
|
4199
|
-
default: withCtx(() => [createVNode(
|
|
4200
|
-
modelValue: unref(
|
|
4201
|
-
"onUpdate:modelValue": p[0] ||= (e) => isRef(
|
|
4202
|
-
density: unref(
|
|
4203
|
-
disabled: unref(
|
|
4204
|
-
length: unref(
|
|
4205
|
-
"show-first-last-page": unref(
|
|
4206
|
-
size: unref(
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
tile: unref(C),
|
|
4211
|
-
variant: unref(T)
|
|
4199
|
+
default: withCtx(() => [createVNode(w, {
|
|
4200
|
+
modelValue: unref(S),
|
|
4201
|
+
"onUpdate:modelValue": p[0] ||= (e) => isRef(S) ? S.value = e : null,
|
|
4202
|
+
density: unref(m),
|
|
4203
|
+
disabled: unref(g),
|
|
4204
|
+
length: unref(_),
|
|
4205
|
+
"show-first-last-page": unref(v),
|
|
4206
|
+
size: unref(y),
|
|
4207
|
+
theme: unref(b),
|
|
4208
|
+
tile: unref(x),
|
|
4209
|
+
variant: unref(C)
|
|
4212
4210
|
}, null, 8, [
|
|
4213
4211
|
"modelValue",
|
|
4214
4212
|
"density",
|
|
@@ -4216,8 +4214,6 @@ var v1_default$40 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main
|
|
|
4216
4214
|
"length",
|
|
4217
4215
|
"show-first-last-page",
|
|
4218
4216
|
"size",
|
|
4219
|
-
"start",
|
|
4220
|
-
"style",
|
|
4221
4217
|
"theme",
|
|
4222
4218
|
"tile",
|
|
4223
4219
|
"variant"
|
|
@@ -4807,29 +4803,29 @@ var v1_default$11 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main
|
|
|
4807
4803
|
"selectedColor",
|
|
4808
4804
|
"custom",
|
|
4809
4805
|
"dark"
|
|
4810
|
-
]), { color: E } = useColorV1(S, C, w, T), { property: D } = useElementProperty(p, ["settings", "density"]), { property: O } = useElementProperty(p, ["settings", "direction"]), { property: k } = useElementProperty(p, ["settings", "disabled"]), { property: A } = useElementProperty(p, ["settings", "fixedTabs"]), { property: j } = useElementProperty(p, ["settings", "grow"]), { property: M } = useElementProperty(p, ["settings", "hideSlider"]), { property: N } = useElementProperty(p, ["settings", "
|
|
4806
|
+
]), { color: E } = useColorV1(S, C, w, T), { property: D } = useElementProperty(p, ["settings", "density"]), { property: O } = useElementProperty(p, ["settings", "direction"]), { property: k } = useElementProperty(p, ["settings", "disabled"]), { property: A } = useElementProperty(p, ["settings", "fixedTabs"]), { property: j } = useElementProperty(p, ["settings", "grow"]), { property: M } = useElementProperty(p, ["settings", "hideSlider"]), { property: N } = useElementProperty(p, ["settings", "mandatory"]), { property: P } = useElementProperty(p, ["settings", "showArrows"]), { property: F } = useElementProperty(p, [
|
|
4811
4807
|
"settings",
|
|
4812
4808
|
"color",
|
|
4813
4809
|
"sliderColor",
|
|
4814
4810
|
"mode"
|
|
4815
|
-
]), { property:
|
|
4811
|
+
]), { property: I } = useElementProperty(p, [
|
|
4816
4812
|
"settings",
|
|
4817
4813
|
"color",
|
|
4818
4814
|
"sliderColor",
|
|
4819
4815
|
"theme"
|
|
4820
|
-
]), { property:
|
|
4816
|
+
]), { property: L } = useElementProperty(p, [
|
|
4821
4817
|
"settings",
|
|
4822
4818
|
"color",
|
|
4823
4819
|
"sliderColor",
|
|
4824
4820
|
"custom",
|
|
4825
4821
|
"light"
|
|
4826
|
-
]), { property:
|
|
4822
|
+
]), { property: R } = useElementProperty(p, [
|
|
4827
4823
|
"settings",
|
|
4828
4824
|
"color",
|
|
4829
4825
|
"sliderColor",
|
|
4830
4826
|
"custom",
|
|
4831
4827
|
"dark"
|
|
4832
|
-
]), { color:
|
|
4828
|
+
]), { color: z } = useColorV1(F, I, L, R), { property: B } = useElementProperty(p, ["settings", "stacked"]), { theme: V } = useTheme(), { property: H } = useElementProperty(p, ["settings", "value"]);
|
|
4833
4829
|
return (e, p) => {
|
|
4834
4830
|
let g = resolveComponent("v-tabs");
|
|
4835
4831
|
return openBlock(), createBlock(unref(wrap_default), {
|
|
@@ -4837,8 +4833,8 @@ var v1_default$11 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main
|
|
|
4837
4833
|
mask: ""
|
|
4838
4834
|
}, {
|
|
4839
4835
|
default: withCtx(() => [createVNode(g, {
|
|
4840
|
-
modelValue: unref(
|
|
4841
|
-
"onUpdate:modelValue": p[0] ||= (e) => isRef(
|
|
4836
|
+
modelValue: unref(H),
|
|
4837
|
+
"onUpdate:modelValue": p[0] ||= (e) => isRef(H) ? H.value = e : null,
|
|
4842
4838
|
"align-tabs": unref(m),
|
|
4843
4839
|
"bg-color": unref(b),
|
|
4844
4840
|
"center-active": unref(x),
|
|
@@ -4849,12 +4845,11 @@ var v1_default$11 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main
|
|
|
4849
4845
|
"fixed-tabs": unref(A),
|
|
4850
4846
|
grow: unref(j),
|
|
4851
4847
|
"hide-slider": unref(M),
|
|
4852
|
-
|
|
4853
|
-
|
|
4854
|
-
"
|
|
4855
|
-
|
|
4856
|
-
|
|
4857
|
-
theme: unref(H)
|
|
4848
|
+
mandatory: unref(N),
|
|
4849
|
+
"show-arrows": unref(P),
|
|
4850
|
+
"slider-color": unref(z),
|
|
4851
|
+
stacked: unref(B),
|
|
4852
|
+
theme: unref(V)
|
|
4858
4853
|
}, {
|
|
4859
4854
|
default: withCtx(() => [renderSlot(e.$slots, "default")]),
|
|
4860
4855
|
_: 3
|
|
@@ -4870,7 +4865,6 @@ var v1_default$11 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main
|
|
|
4870
4865
|
"fixed-tabs",
|
|
4871
4866
|
"grow",
|
|
4872
4867
|
"hide-slider",
|
|
4873
|
-
"items",
|
|
4874
4868
|
"mandatory",
|
|
4875
4869
|
"show-arrows",
|
|
4876
4870
|
"slider-color",
|
|
@@ -5793,7 +5787,7 @@ const basicV1 = {
|
|
|
5793
5787
|
}
|
|
5794
5788
|
]
|
|
5795
5789
|
};
|
|
5796
|
-
var settings$
|
|
5790
|
+
var settings$46 = {
|
|
5797
5791
|
key: "settings",
|
|
5798
5792
|
name: "x-runtime-lib.settings",
|
|
5799
5793
|
children: [
|
|
@@ -5849,12 +5843,12 @@ const orthographicCameraV1 = {
|
|
|
5849
5843
|
page3d: [
|
|
5850
5844
|
basicV1,
|
|
5851
5845
|
transformV1,
|
|
5852
|
-
settings$
|
|
5846
|
+
settings$46
|
|
5853
5847
|
],
|
|
5854
5848
|
comp3d: [
|
|
5855
5849
|
basicV1,
|
|
5856
5850
|
transformV1,
|
|
5857
|
-
settings$
|
|
5851
|
+
settings$46
|
|
5858
5852
|
]
|
|
5859
5853
|
},
|
|
5860
5854
|
events: [],
|
|
@@ -5862,7 +5856,7 @@ const orthographicCameraV1 = {
|
|
|
5862
5856
|
slots: []
|
|
5863
5857
|
};
|
|
5864
5858
|
regElement(orthographicCameraV1);
|
|
5865
|
-
var settings$
|
|
5859
|
+
var settings$45 = {
|
|
5866
5860
|
key: "settings",
|
|
5867
5861
|
name: "x-runtime-lib.settings",
|
|
5868
5862
|
children: [
|
|
@@ -5904,12 +5898,12 @@ const perspectiveCameraV1 = {
|
|
|
5904
5898
|
page3d: [
|
|
5905
5899
|
basicV1,
|
|
5906
5900
|
transformV1,
|
|
5907
|
-
settings$
|
|
5901
|
+
settings$45
|
|
5908
5902
|
],
|
|
5909
5903
|
comp3d: [
|
|
5910
5904
|
basicV1,
|
|
5911
5905
|
transformV1,
|
|
5912
|
-
settings$
|
|
5906
|
+
settings$45
|
|
5913
5907
|
]
|
|
5914
5908
|
},
|
|
5915
5909
|
events: [],
|
|
@@ -5959,7 +5953,7 @@ const orbitControlsV1 = {
|
|
|
5959
5953
|
leaf: !0
|
|
5960
5954
|
};
|
|
5961
5955
|
regElement(orbitControlsV1);
|
|
5962
|
-
function spawn$
|
|
5956
|
+
function spawn$18(e, p) {
|
|
5963
5957
|
let m = createNode(e, p, "3d_mesh_v1");
|
|
5964
5958
|
m.transform = {
|
|
5965
5959
|
position: {
|
|
@@ -6009,7 +6003,7 @@ function spawnMeshBasicMaterial$1(e, p) {
|
|
|
6009
6003
|
nodes: { [m.basic.id]: m }
|
|
6010
6004
|
};
|
|
6011
6005
|
}
|
|
6012
|
-
var settings$
|
|
6006
|
+
var settings$44 = {
|
|
6013
6007
|
key: "settings",
|
|
6014
6008
|
name: "x-runtime-lib.settings",
|
|
6015
6009
|
children: [
|
|
@@ -6059,17 +6053,17 @@ const boxGeometryV1 = {
|
|
|
6059
6053
|
name: "x-runtime-lib.boxGeometry",
|
|
6060
6054
|
comp: v1_default$58,
|
|
6061
6055
|
properties: {
|
|
6062
|
-
page3d: [basicV1, settings$
|
|
6063
|
-
comp3d: [basicV1, settings$
|
|
6056
|
+
page3d: [basicV1, settings$44],
|
|
6057
|
+
comp3d: [basicV1, settings$44]
|
|
6064
6058
|
},
|
|
6065
6059
|
events: [],
|
|
6066
6060
|
methods: [],
|
|
6067
6061
|
slots: [],
|
|
6068
6062
|
leaf: !0,
|
|
6069
|
-
spawn: spawn$
|
|
6063
|
+
spawn: spawn$18
|
|
6070
6064
|
};
|
|
6071
6065
|
regElement(boxGeometryV1);
|
|
6072
|
-
function spawn$
|
|
6066
|
+
function spawn$17(e, p) {
|
|
6073
6067
|
let m = createNode(e, p, "3d_mesh_v1");
|
|
6074
6068
|
m.transform = {
|
|
6075
6069
|
position: {
|
|
@@ -6120,7 +6114,7 @@ function spawnMeshBasicMaterial(e, p) {
|
|
|
6120
6114
|
nodes: { [m.basic.id]: m }
|
|
6121
6115
|
};
|
|
6122
6116
|
}
|
|
6123
|
-
var settings$
|
|
6117
|
+
var settings$43 = {
|
|
6124
6118
|
key: "settings",
|
|
6125
6119
|
name: "x-runtime-lib.settings",
|
|
6126
6120
|
children: [
|
|
@@ -6178,19 +6172,19 @@ const sphereGeometryV1 = {
|
|
|
6178
6172
|
name: "x-runtime-lib.sphereGeometry",
|
|
6179
6173
|
comp: v1_default$57,
|
|
6180
6174
|
properties: {
|
|
6181
|
-
page3d: [basicV1, settings$
|
|
6182
|
-
comp3d: [basicV1, settings$
|
|
6175
|
+
page3d: [basicV1, settings$43],
|
|
6176
|
+
comp3d: [basicV1, settings$43]
|
|
6183
6177
|
},
|
|
6184
6178
|
events: [],
|
|
6185
6179
|
methods: [],
|
|
6186
6180
|
slots: [],
|
|
6187
6181
|
leaf: !0,
|
|
6188
|
-
spawn: spawn$
|
|
6182
|
+
spawn: spawn$17
|
|
6189
6183
|
};
|
|
6190
6184
|
regElement(sphereGeometryV1);
|
|
6191
6185
|
var color$4 = cloneDeep_default(colorV1);
|
|
6192
6186
|
color$4.children[0].default = "custom", color$4.children[2].children[0].default = "0xffffff", color$4.children[2].children[1].default = "0xffffff";
|
|
6193
|
-
var settings$
|
|
6187
|
+
var settings$42 = {
|
|
6194
6188
|
key: "settings",
|
|
6195
6189
|
name: "x-runtime-lib.settings",
|
|
6196
6190
|
children: [color$4, {
|
|
@@ -6209,12 +6203,12 @@ const ambientLightV1 = {
|
|
|
6209
6203
|
page3d: [
|
|
6210
6204
|
basicV1,
|
|
6211
6205
|
transformV1,
|
|
6212
|
-
settings$
|
|
6206
|
+
settings$42
|
|
6213
6207
|
],
|
|
6214
6208
|
comp3d: [
|
|
6215
6209
|
basicV1,
|
|
6216
6210
|
transformV1,
|
|
6217
|
-
settings$
|
|
6211
|
+
settings$42
|
|
6218
6212
|
]
|
|
6219
6213
|
},
|
|
6220
6214
|
events: [],
|
|
@@ -6224,7 +6218,7 @@ const ambientLightV1 = {
|
|
|
6224
6218
|
regElement(ambientLightV1);
|
|
6225
6219
|
var color$3 = cloneDeep_default(colorV1);
|
|
6226
6220
|
color$3.children[0].default = "custom", color$3.children[2].children[0].default = "0xffffff", color$3.children[2].children[1].default = "0xffffff";
|
|
6227
|
-
var settings$
|
|
6221
|
+
var settings$41 = {
|
|
6228
6222
|
key: "settings",
|
|
6229
6223
|
name: "x-runtime-lib.settings",
|
|
6230
6224
|
children: [color$3, {
|
|
@@ -6243,12 +6237,12 @@ const directionalLightV1 = {
|
|
|
6243
6237
|
page3d: [
|
|
6244
6238
|
basicV1,
|
|
6245
6239
|
transformV1,
|
|
6246
|
-
settings$
|
|
6240
|
+
settings$41
|
|
6247
6241
|
],
|
|
6248
6242
|
comp3d: [
|
|
6249
6243
|
basicV1,
|
|
6250
6244
|
transformV1,
|
|
6251
|
-
settings$
|
|
6245
|
+
settings$41
|
|
6252
6246
|
]
|
|
6253
6247
|
},
|
|
6254
6248
|
events: [],
|
|
@@ -6258,7 +6252,7 @@ const directionalLightV1 = {
|
|
|
6258
6252
|
regElement(directionalLightV1);
|
|
6259
6253
|
var color$2 = cloneDeep_default(colorV1);
|
|
6260
6254
|
color$2.children[0].default = "custom", color$2.children[2].children[0].default = "0xffffff", color$2.children[2].children[1].default = "0xffffff";
|
|
6261
|
-
var settings$
|
|
6255
|
+
var settings$40 = {
|
|
6262
6256
|
key: "settings",
|
|
6263
6257
|
name: "x-runtime-lib.settings",
|
|
6264
6258
|
children: [
|
|
@@ -6294,12 +6288,12 @@ const pointLightV1 = {
|
|
|
6294
6288
|
page3d: [
|
|
6295
6289
|
basicV1,
|
|
6296
6290
|
transformV1,
|
|
6297
|
-
settings$
|
|
6291
|
+
settings$40
|
|
6298
6292
|
],
|
|
6299
6293
|
comp3d: [
|
|
6300
6294
|
basicV1,
|
|
6301
6295
|
transformV1,
|
|
6302
|
-
settings$
|
|
6296
|
+
settings$40
|
|
6303
6297
|
]
|
|
6304
6298
|
},
|
|
6305
6299
|
events: [],
|
|
@@ -6309,7 +6303,7 @@ const pointLightV1 = {
|
|
|
6309
6303
|
regElement(pointLightV1);
|
|
6310
6304
|
var color$1 = cloneDeep_default(colorV1);
|
|
6311
6305
|
color$1.children[0].default = "custom", color$1.children[2].children[0].default = "0xffffff", color$1.children[2].children[1].default = "0xffffff";
|
|
6312
|
-
var settings$
|
|
6306
|
+
var settings$39 = {
|
|
6313
6307
|
key: "settings",
|
|
6314
6308
|
name: "x-runtime-lib.settings",
|
|
6315
6309
|
children: [
|
|
@@ -6362,12 +6356,12 @@ const spotLightV1 = {
|
|
|
6362
6356
|
page3d: [
|
|
6363
6357
|
basicV1,
|
|
6364
6358
|
transformV1,
|
|
6365
|
-
settings$
|
|
6359
|
+
settings$39
|
|
6366
6360
|
],
|
|
6367
6361
|
comp3d: [
|
|
6368
6362
|
basicV1,
|
|
6369
6363
|
transformV1,
|
|
6370
|
-
settings$
|
|
6364
|
+
settings$39
|
|
6371
6365
|
]
|
|
6372
6366
|
},
|
|
6373
6367
|
events: [],
|
|
@@ -6415,7 +6409,7 @@ const meshV1 = {
|
|
|
6415
6409
|
slots: []
|
|
6416
6410
|
};
|
|
6417
6411
|
regElement(meshV1);
|
|
6418
|
-
function spawn$
|
|
6412
|
+
function spawn$16(e, p) {
|
|
6419
6413
|
let m = createNode(e, p, "ui_bar_chart_v1");
|
|
6420
6414
|
return m.size.height = "300px", m.xAxis.data = [
|
|
6421
6415
|
"Mon",
|
|
@@ -6485,10 +6479,10 @@ const barChartV1 = {
|
|
|
6485
6479
|
]
|
|
6486
6480
|
},
|
|
6487
6481
|
leaf: !0,
|
|
6488
|
-
spawn: spawn$
|
|
6482
|
+
spawn: spawn$16
|
|
6489
6483
|
};
|
|
6490
6484
|
regElement(barChartV1);
|
|
6491
|
-
function spawn$
|
|
6485
|
+
function spawn$15(e, p) {
|
|
6492
6486
|
let m = createNode(e, p, "ui_line_chart_v1");
|
|
6493
6487
|
return m.size.height = "300px", m.xAxis.data = [
|
|
6494
6488
|
"Mon",
|
|
@@ -6558,10 +6552,10 @@ const lineChartV1 = {
|
|
|
6558
6552
|
]
|
|
6559
6553
|
},
|
|
6560
6554
|
leaf: !0,
|
|
6561
|
-
spawn: spawn$
|
|
6555
|
+
spawn: spawn$15
|
|
6562
6556
|
};
|
|
6563
6557
|
regElement(lineChartV1);
|
|
6564
|
-
var settings$
|
|
6558
|
+
var settings$38 = {
|
|
6565
6559
|
key: "settings",
|
|
6566
6560
|
name: "x-runtime-lib.settings",
|
|
6567
6561
|
children: [{
|
|
@@ -6586,32 +6580,32 @@ const multipleRefV1 = {
|
|
|
6586
6580
|
pageUi: [
|
|
6587
6581
|
basicV1,
|
|
6588
6582
|
sizeV1,
|
|
6589
|
-
settings$
|
|
6583
|
+
settings$38,
|
|
6590
6584
|
instances$1
|
|
6591
6585
|
],
|
|
6592
6586
|
compUi: [
|
|
6593
6587
|
basicV1,
|
|
6594
6588
|
sizeV1,
|
|
6595
|
-
settings$
|
|
6589
|
+
settings$38,
|
|
6596
6590
|
instances$1
|
|
6597
6591
|
],
|
|
6598
6592
|
page3d: [
|
|
6599
6593
|
basicV1,
|
|
6600
6594
|
transformV1,
|
|
6601
|
-
settings$
|
|
6595
|
+
settings$38,
|
|
6602
6596
|
instances$1
|
|
6603
6597
|
],
|
|
6604
6598
|
comp3d: [
|
|
6605
6599
|
basicV1,
|
|
6606
6600
|
transformV1,
|
|
6607
|
-
settings$
|
|
6601
|
+
settings$38,
|
|
6608
6602
|
instances$1
|
|
6609
6603
|
]
|
|
6610
6604
|
},
|
|
6611
6605
|
leaf: !0
|
|
6612
6606
|
};
|
|
6613
6607
|
regElement(multipleRefV1);
|
|
6614
|
-
var settings$
|
|
6608
|
+
var settings$37 = {
|
|
6615
6609
|
key: "settings",
|
|
6616
6610
|
name: "x-runtime-lib.settings",
|
|
6617
6611
|
children: [{
|
|
@@ -6641,32 +6635,32 @@ const multipleSlotV1 = {
|
|
|
6641
6635
|
pageUi: [
|
|
6642
6636
|
basicV1,
|
|
6643
6637
|
sizeV1,
|
|
6644
|
-
settings$
|
|
6638
|
+
settings$37,
|
|
6645
6639
|
instances
|
|
6646
6640
|
],
|
|
6647
6641
|
compUi: [
|
|
6648
6642
|
basicV1,
|
|
6649
6643
|
sizeV1,
|
|
6650
|
-
settings$
|
|
6644
|
+
settings$37,
|
|
6651
6645
|
instances
|
|
6652
6646
|
],
|
|
6653
6647
|
page3d: [
|
|
6654
6648
|
basicV1,
|
|
6655
6649
|
transformV1,
|
|
6656
|
-
settings$
|
|
6650
|
+
settings$37,
|
|
6657
6651
|
instances
|
|
6658
6652
|
],
|
|
6659
6653
|
comp3d: [
|
|
6660
6654
|
basicV1,
|
|
6661
6655
|
transformV1,
|
|
6662
|
-
settings$
|
|
6656
|
+
settings$37,
|
|
6663
6657
|
instances
|
|
6664
6658
|
]
|
|
6665
6659
|
},
|
|
6666
6660
|
leaf: !0
|
|
6667
6661
|
};
|
|
6668
6662
|
regElement(multipleSlotV1);
|
|
6669
|
-
var settings$
|
|
6663
|
+
var settings$36 = {
|
|
6670
6664
|
key: "settings",
|
|
6671
6665
|
name: "x-runtime-lib.settings",
|
|
6672
6666
|
children: [{
|
|
@@ -6684,28 +6678,28 @@ const referenceV1 = {
|
|
|
6684
6678
|
pageUi: [
|
|
6685
6679
|
basicV1,
|
|
6686
6680
|
sizeV1,
|
|
6687
|
-
settings$
|
|
6681
|
+
settings$36
|
|
6688
6682
|
],
|
|
6689
6683
|
compUi: [
|
|
6690
6684
|
basicV1,
|
|
6691
6685
|
sizeV1,
|
|
6692
|
-
settings$
|
|
6686
|
+
settings$36
|
|
6693
6687
|
],
|
|
6694
6688
|
page3d: [
|
|
6695
6689
|
basicV1,
|
|
6696
6690
|
transformV1,
|
|
6697
|
-
settings$
|
|
6691
|
+
settings$36
|
|
6698
6692
|
],
|
|
6699
6693
|
comp3d: [
|
|
6700
6694
|
basicV1,
|
|
6701
6695
|
transformV1,
|
|
6702
|
-
settings$
|
|
6696
|
+
settings$36
|
|
6703
6697
|
]
|
|
6704
6698
|
},
|
|
6705
6699
|
leaf: !0
|
|
6706
6700
|
};
|
|
6707
6701
|
regElement(referenceV1);
|
|
6708
|
-
var settings$
|
|
6702
|
+
var settings$35 = {
|
|
6709
6703
|
key: "settings",
|
|
6710
6704
|
name: "x-runtime-lib.settings",
|
|
6711
6705
|
children: [{
|
|
@@ -6720,12 +6714,12 @@ const renderSwitchV1 = {
|
|
|
6720
6714
|
name: "x-runtime-lib.renderSwitch",
|
|
6721
6715
|
comp: v1_default$44,
|
|
6722
6716
|
properties: {
|
|
6723
|
-
pageUi: [basicV1, settings$
|
|
6724
|
-
compUi: [basicV1, settings$
|
|
6717
|
+
pageUi: [basicV1, settings$35],
|
|
6718
|
+
compUi: [basicV1, settings$35]
|
|
6725
6719
|
}
|
|
6726
6720
|
};
|
|
6727
6721
|
regElement(renderSwitchV1);
|
|
6728
|
-
var settings$
|
|
6722
|
+
var settings$34 = {
|
|
6729
6723
|
key: "settings",
|
|
6730
6724
|
name: "x-runtime-lib.settings",
|
|
6731
6725
|
children: [{
|
|
@@ -6748,22 +6742,22 @@ const slotV1 = {
|
|
|
6748
6742
|
pageUi: [
|
|
6749
6743
|
basicV1,
|
|
6750
6744
|
sizeV1,
|
|
6751
|
-
settings$
|
|
6745
|
+
settings$34
|
|
6752
6746
|
],
|
|
6753
6747
|
compUi: [
|
|
6754
6748
|
basicV1,
|
|
6755
6749
|
sizeV1,
|
|
6756
|
-
settings$
|
|
6750
|
+
settings$34
|
|
6757
6751
|
],
|
|
6758
6752
|
page3d: [
|
|
6759
6753
|
basicV1,
|
|
6760
6754
|
transformV1,
|
|
6761
|
-
settings$
|
|
6755
|
+
settings$34
|
|
6762
6756
|
],
|
|
6763
6757
|
comp3d: [
|
|
6764
6758
|
basicV1,
|
|
6765
6759
|
transformV1,
|
|
6766
|
-
settings$
|
|
6760
|
+
settings$34
|
|
6767
6761
|
]
|
|
6768
6762
|
},
|
|
6769
6763
|
leaf: !0
|
|
@@ -6834,7 +6828,7 @@ const globalityV1 = {
|
|
|
6834
6828
|
internal: !0
|
|
6835
6829
|
};
|
|
6836
6830
|
regElement(globalityV1);
|
|
6837
|
-
var settings$
|
|
6831
|
+
var settings$33 = {
|
|
6838
6832
|
key: "settings",
|
|
6839
6833
|
name: "x-runtime-lib.settings",
|
|
6840
6834
|
children: [
|
|
@@ -6875,19 +6869,19 @@ const badgeV1 = {
|
|
|
6875
6869
|
name: "x-runtime-lib.badge",
|
|
6876
6870
|
comp: v1_default$42,
|
|
6877
6871
|
properties: {
|
|
6878
|
-
pageUi: [basicV1, settings$
|
|
6879
|
-
compUi: [basicV1, settings$
|
|
6872
|
+
pageUi: [basicV1, settings$33],
|
|
6873
|
+
compUi: [basicV1, settings$33]
|
|
6880
6874
|
}
|
|
6881
6875
|
};
|
|
6882
6876
|
regElement(badgeV1);
|
|
6883
|
-
function spawn$
|
|
6877
|
+
function spawn$14(e, p) {
|
|
6884
6878
|
let m = createNode(e, p, "ui_btn_v1");
|
|
6885
6879
|
return m.settings.text = "button", {
|
|
6886
6880
|
nodeLite: toNodeLite(m),
|
|
6887
6881
|
nodes: { [m.basic.id]: m }
|
|
6888
6882
|
};
|
|
6889
6883
|
}
|
|
6890
|
-
var settings$
|
|
6884
|
+
var settings$32 = {
|
|
6891
6885
|
key: "settings",
|
|
6892
6886
|
name: "x-runtime-lib.settings",
|
|
6893
6887
|
children: [
|
|
@@ -6980,12 +6974,12 @@ const btnV1 = {
|
|
|
6980
6974
|
pageUi: [
|
|
6981
6975
|
basicV1,
|
|
6982
6976
|
sizeV1,
|
|
6983
|
-
settings$
|
|
6977
|
+
settings$32
|
|
6984
6978
|
],
|
|
6985
6979
|
compUi: [
|
|
6986
6980
|
basicV1,
|
|
6987
6981
|
sizeV1,
|
|
6988
|
-
settings$
|
|
6982
|
+
settings$32
|
|
6989
6983
|
]
|
|
6990
6984
|
},
|
|
6991
6985
|
events: [{
|
|
@@ -6993,7 +6987,7 @@ const btnV1 = {
|
|
|
6993
6987
|
name: "x-runtime-lib.click"
|
|
6994
6988
|
}],
|
|
6995
6989
|
leaf: !0,
|
|
6996
|
-
spawn: spawn$
|
|
6990
|
+
spawn: spawn$14
|
|
6997
6991
|
};
|
|
6998
6992
|
regElement(btnV1);
|
|
6999
6993
|
const btnGroupV1 = {
|
|
@@ -7006,7 +7000,7 @@ const btnGroupV1 = {
|
|
|
7006
7000
|
}
|
|
7007
7001
|
};
|
|
7008
7002
|
regElement(btnGroupV1);
|
|
7009
|
-
var settings$
|
|
7003
|
+
var settings$31 = {
|
|
7010
7004
|
key: "settings",
|
|
7011
7005
|
name: "x-runtime-lib.settings",
|
|
7012
7006
|
children: [
|
|
@@ -7073,19 +7067,19 @@ const btnToggleV1 = {
|
|
|
7073
7067
|
name: "x-runtime-lib.buttonToggle",
|
|
7074
7068
|
comp: v1_default$39,
|
|
7075
7069
|
properties: {
|
|
7076
|
-
pageUi: [basicV1, settings$
|
|
7077
|
-
compUi: [basicV1, settings$
|
|
7070
|
+
pageUi: [basicV1, settings$31],
|
|
7071
|
+
compUi: [basicV1, settings$31]
|
|
7078
7072
|
}
|
|
7079
7073
|
};
|
|
7080
7074
|
regElement(btnToggleV1);
|
|
7081
|
-
function spawn$
|
|
7075
|
+
function spawn$13(e, p) {
|
|
7082
7076
|
let m = createNode(e, p, "ui_card_v1");
|
|
7083
7077
|
return m.children = [], m.settings.title = "title", m.settings.subtitle = "subtitle", m.settings.text = "text", {
|
|
7084
7078
|
nodeLite: toNodeLite(m),
|
|
7085
7079
|
nodes: { [m.basic.id]: m }
|
|
7086
7080
|
};
|
|
7087
7081
|
}
|
|
7088
|
-
var settings$
|
|
7082
|
+
var settings$30 = {
|
|
7089
7083
|
key: "settings",
|
|
7090
7084
|
name: "x-runtime-lib.settings",
|
|
7091
7085
|
children: [
|
|
@@ -7149,18 +7143,18 @@ const cardV1 = {
|
|
|
7149
7143
|
pageUi: [
|
|
7150
7144
|
basicV1,
|
|
7151
7145
|
sizeV1,
|
|
7152
|
-
settings$
|
|
7146
|
+
settings$30
|
|
7153
7147
|
],
|
|
7154
7148
|
compUi: [
|
|
7155
7149
|
basicV1,
|
|
7156
7150
|
sizeV1,
|
|
7157
|
-
settings$
|
|
7151
|
+
settings$30
|
|
7158
7152
|
]
|
|
7159
7153
|
},
|
|
7160
|
-
spawn: spawn$
|
|
7154
|
+
spawn: spawn$13
|
|
7161
7155
|
};
|
|
7162
7156
|
regElement(cardV1);
|
|
7163
|
-
var settings$
|
|
7157
|
+
var settings$29 = {
|
|
7164
7158
|
key: "settings",
|
|
7165
7159
|
name: "x-runtime-lib.settings",
|
|
7166
7160
|
children: [{
|
|
@@ -7180,13 +7174,20 @@ const checkboxV1 = {
|
|
|
7180
7174
|
name: "x-runtime-lib.checkbox",
|
|
7181
7175
|
comp: v1_default$37,
|
|
7182
7176
|
properties: {
|
|
7183
|
-
pageUi: [basicV1, settings$
|
|
7184
|
-
compUi: [basicV1, settings$
|
|
7177
|
+
pageUi: [basicV1, settings$29],
|
|
7178
|
+
compUi: [basicV1, settings$29]
|
|
7185
7179
|
},
|
|
7186
7180
|
leaf: !0
|
|
7187
7181
|
};
|
|
7188
7182
|
regElement(checkboxV1);
|
|
7189
|
-
|
|
7183
|
+
function spawn$12(e, p) {
|
|
7184
|
+
let m = createNode(e, p, "ui_chip_v1");
|
|
7185
|
+
return m.settings.value = "chip", m.settings.text = "chip", {
|
|
7186
|
+
nodeLite: toNodeLite(m),
|
|
7187
|
+
nodes: { [m.basic.id]: m }
|
|
7188
|
+
};
|
|
7189
|
+
}
|
|
7190
|
+
var settings$28 = {
|
|
7190
7191
|
key: "settings",
|
|
7191
7192
|
name: "x-runtime-lib.settings",
|
|
7192
7193
|
children: [
|
|
@@ -7267,10 +7268,11 @@ const chipV1 = {
|
|
|
7267
7268
|
name: "x-runtime-lib.chip",
|
|
7268
7269
|
comp: v1_default$36,
|
|
7269
7270
|
properties: {
|
|
7270
|
-
pageUi: [basicV1, settings$
|
|
7271
|
-
compUi: [basicV1, settings$
|
|
7271
|
+
pageUi: [basicV1, settings$28],
|
|
7272
|
+
compUi: [basicV1, settings$28]
|
|
7272
7273
|
},
|
|
7273
|
-
leaf: !0
|
|
7274
|
+
leaf: !0,
|
|
7275
|
+
spawn: spawn$12
|
|
7274
7276
|
};
|
|
7275
7277
|
regElement(chipV1);
|
|
7276
7278
|
function spawn$11(e, p) {
|
|
@@ -7302,7 +7304,7 @@ function spawnChip(e, p, m, g) {
|
|
|
7302
7304
|
nodes: { [_.basic.id]: _ }
|
|
7303
7305
|
};
|
|
7304
7306
|
}
|
|
7305
|
-
var settings$
|
|
7307
|
+
var settings$27 = {
|
|
7306
7308
|
key: "settings",
|
|
7307
7309
|
name: "x-runtime-lib.settings",
|
|
7308
7310
|
children: [
|
|
@@ -7362,8 +7364,8 @@ const chipGroupV1 = {
|
|
|
7362
7364
|
name: "x-runtime-lib.chipGroup",
|
|
7363
7365
|
comp: v1_default$35,
|
|
7364
7366
|
properties: {
|
|
7365
|
-
pageUi: [basicV1, settings$
|
|
7366
|
-
compUi: [basicV1, settings$
|
|
7367
|
+
pageUi: [basicV1, settings$27],
|
|
7368
|
+
compUi: [basicV1, settings$27]
|
|
7367
7369
|
},
|
|
7368
7370
|
spawn: spawn$11
|
|
7369
7371
|
};
|
|
@@ -7379,7 +7381,7 @@ const colorPickerV1 = {
|
|
|
7379
7381
|
leaf: !0
|
|
7380
7382
|
};
|
|
7381
7383
|
regElement(colorPickerV1);
|
|
7382
|
-
var settings$
|
|
7384
|
+
var settings$26 = {
|
|
7383
7385
|
key: "settings",
|
|
7384
7386
|
name: "x-runtime-lib.settings",
|
|
7385
7387
|
children: [
|
|
@@ -7426,15 +7428,15 @@ const comboboxV1 = {
|
|
|
7426
7428
|
name: "x-runtime-lib.combobox",
|
|
7427
7429
|
comp: v1_default$33,
|
|
7428
7430
|
properties: {
|
|
7429
|
-
pageUi: [basicV1, settings$
|
|
7430
|
-
compUi: [basicV1, settings$
|
|
7431
|
+
pageUi: [basicV1, settings$26],
|
|
7432
|
+
compUi: [basicV1, settings$26]
|
|
7431
7433
|
},
|
|
7432
7434
|
leaf: !0
|
|
7433
7435
|
};
|
|
7434
7436
|
regElement(comboboxV1);
|
|
7435
7437
|
var backgroundColor$2 = cloneDeep_default(colorV1);
|
|
7436
7438
|
backgroundColor$2.key = "backgroundColor", backgroundColor$2.name = "x-runtime-lib.backgroundColor";
|
|
7437
|
-
var settings$
|
|
7439
|
+
var settings$25 = {
|
|
7438
7440
|
key: "settings",
|
|
7439
7441
|
name: "x-runtime-lib.settings",
|
|
7440
7442
|
children: [backgroundColor$2]
|
|
@@ -7450,7 +7452,7 @@ const containerV1 = {
|
|
|
7450
7452
|
borderV1,
|
|
7451
7453
|
marginV1,
|
|
7452
7454
|
paddingV1,
|
|
7453
|
-
settings$
|
|
7455
|
+
settings$25
|
|
7454
7456
|
],
|
|
7455
7457
|
compUi: [
|
|
7456
7458
|
basicV1,
|
|
@@ -7458,7 +7460,7 @@ const containerV1 = {
|
|
|
7458
7460
|
borderV1,
|
|
7459
7461
|
marginV1,
|
|
7460
7462
|
paddingV1,
|
|
7461
|
-
settings$
|
|
7463
|
+
settings$25
|
|
7462
7464
|
]
|
|
7463
7465
|
},
|
|
7464
7466
|
events: [{
|
|
@@ -7496,7 +7498,7 @@ var size$1 = {
|
|
|
7496
7498
|
types: "sizeTypesV1",
|
|
7497
7499
|
default: ""
|
|
7498
7500
|
}]
|
|
7499
|
-
}, settings$
|
|
7501
|
+
}, settings$24 = {
|
|
7500
7502
|
key: "settings",
|
|
7501
7503
|
name: "x-runtime-lib.settings",
|
|
7502
7504
|
children: [
|
|
@@ -7633,13 +7635,13 @@ const dataTableV1 = {
|
|
|
7633
7635
|
pageUi: [
|
|
7634
7636
|
basicV1,
|
|
7635
7637
|
size$1,
|
|
7636
|
-
settings$
|
|
7638
|
+
settings$24,
|
|
7637
7639
|
slots$2
|
|
7638
7640
|
],
|
|
7639
7641
|
compUi: [
|
|
7640
7642
|
basicV1,
|
|
7641
7643
|
size$1,
|
|
7642
|
-
settings$
|
|
7644
|
+
settings$24,
|
|
7643
7645
|
slots$2
|
|
7644
7646
|
]
|
|
7645
7647
|
},
|
|
@@ -7687,7 +7689,7 @@ const dialogV1 = {
|
|
|
7687
7689
|
teleport: !0
|
|
7688
7690
|
};
|
|
7689
7691
|
regElement(dialogV1);
|
|
7690
|
-
var settings$
|
|
7692
|
+
var settings$23 = {
|
|
7691
7693
|
key: "settings",
|
|
7692
7694
|
name: "x-runtime-lib.settings",
|
|
7693
7695
|
children: []
|
|
@@ -7697,8 +7699,8 @@ const fileInputV1 = {
|
|
|
7697
7699
|
name: "x-runtime-lib.fileInput",
|
|
7698
7700
|
comp: v1_default$28,
|
|
7699
7701
|
properties: {
|
|
7700
|
-
pageUi: [basicV1, settings$
|
|
7701
|
-
compUi: [basicV1, settings$
|
|
7702
|
+
pageUi: [basicV1, settings$23],
|
|
7703
|
+
compUi: [basicV1, settings$23]
|
|
7702
7704
|
},
|
|
7703
7705
|
leaf: !0
|
|
7704
7706
|
};
|
|
@@ -7737,7 +7739,7 @@ function spawnContainer(e, p, m, g, _, v, y, b, x) {
|
|
|
7737
7739
|
}
|
|
7738
7740
|
var backgroundColor$1 = cloneDeep_default(colorV1);
|
|
7739
7741
|
backgroundColor$1.key = "backgroundColor", backgroundColor$1.name = "x-runtime-lib.backgroundColor";
|
|
7740
|
-
var settings$
|
|
7742
|
+
var settings$22 = {
|
|
7741
7743
|
key: "settings",
|
|
7742
7744
|
name: "x-runtime-lib.settings",
|
|
7743
7745
|
children: [
|
|
@@ -7919,7 +7921,7 @@ const flexLayoutV1 = {
|
|
|
7919
7921
|
borderV1,
|
|
7920
7922
|
marginV1,
|
|
7921
7923
|
paddingV1,
|
|
7922
|
-
settings$
|
|
7924
|
+
settings$22
|
|
7923
7925
|
],
|
|
7924
7926
|
compUi: [
|
|
7925
7927
|
basicV1,
|
|
@@ -7927,7 +7929,7 @@ const flexLayoutV1 = {
|
|
|
7927
7929
|
borderV1,
|
|
7928
7930
|
marginV1,
|
|
7929
7931
|
paddingV1,
|
|
7930
|
-
settings$
|
|
7932
|
+
settings$22
|
|
7931
7933
|
]
|
|
7932
7934
|
},
|
|
7933
7935
|
events: [{
|
|
@@ -7937,7 +7939,7 @@ const flexLayoutV1 = {
|
|
|
7937
7939
|
spawn: spawn$9
|
|
7938
7940
|
};
|
|
7939
7941
|
regElement(flexLayoutV1);
|
|
7940
|
-
var settings$
|
|
7942
|
+
var settings$21 = {
|
|
7941
7943
|
key: "settings",
|
|
7942
7944
|
name: "x-runtime-lib.settings",
|
|
7943
7945
|
children: [{
|
|
@@ -7960,12 +7962,12 @@ const flexLayoutEntryV1 = {
|
|
|
7960
7962
|
pageUi: [
|
|
7961
7963
|
basicV1,
|
|
7962
7964
|
sizeV1,
|
|
7963
|
-
settings$
|
|
7965
|
+
settings$21
|
|
7964
7966
|
],
|
|
7965
7967
|
compUi: [
|
|
7966
7968
|
basicV1,
|
|
7967
7969
|
sizeV1,
|
|
7968
|
-
settings$
|
|
7970
|
+
settings$21
|
|
7969
7971
|
]
|
|
7970
7972
|
}
|
|
7971
7973
|
};
|
|
@@ -7987,7 +7989,7 @@ function spawnTextField(e, p) {
|
|
|
7987
7989
|
nodes: { [m.basic.id]: m }
|
|
7988
7990
|
};
|
|
7989
7991
|
}
|
|
7990
|
-
var settings$
|
|
7992
|
+
var settings$20 = {
|
|
7991
7993
|
key: "settings",
|
|
7992
7994
|
name: "x-runtime-lib.settings",
|
|
7993
7995
|
children: [{
|
|
@@ -8014,7 +8016,7 @@ const formV1 = {
|
|
|
8014
8016
|
borderV1,
|
|
8015
8017
|
marginV1,
|
|
8016
8018
|
paddingV1,
|
|
8017
|
-
settings$
|
|
8019
|
+
settings$20
|
|
8018
8020
|
],
|
|
8019
8021
|
compUi: [
|
|
8020
8022
|
basicV1,
|
|
@@ -8022,7 +8024,7 @@ const formV1 = {
|
|
|
8022
8024
|
borderV1,
|
|
8023
8025
|
marginV1,
|
|
8024
8026
|
paddingV1,
|
|
8025
|
-
settings$
|
|
8027
|
+
settings$20
|
|
8026
8028
|
]
|
|
8027
8029
|
},
|
|
8028
8030
|
events: [{
|
|
@@ -8032,7 +8034,7 @@ const formV1 = {
|
|
|
8032
8034
|
spawn: spawn$8
|
|
8033
8035
|
};
|
|
8034
8036
|
regElement(formV1);
|
|
8035
|
-
var settings$
|
|
8037
|
+
var settings$19 = {
|
|
8036
8038
|
key: "settings",
|
|
8037
8039
|
name: "x-runtime-lib.settings",
|
|
8038
8040
|
children: [
|
|
@@ -8063,8 +8065,8 @@ const iconV1 = {
|
|
|
8063
8065
|
name: "x-runtime-lib.icon",
|
|
8064
8066
|
comp: v1_default$24,
|
|
8065
8067
|
properties: {
|
|
8066
|
-
pageUi: [basicV1, settings$
|
|
8067
|
-
compUi: [basicV1, settings$
|
|
8068
|
+
pageUi: [basicV1, settings$19],
|
|
8069
|
+
compUi: [basicV1, settings$19]
|
|
8068
8070
|
},
|
|
8069
8071
|
leaf: !0
|
|
8070
8072
|
};
|
|
@@ -8120,7 +8122,7 @@ var size = {
|
|
|
8120
8122
|
default: ""
|
|
8121
8123
|
}
|
|
8122
8124
|
]
|
|
8123
|
-
}, settings$
|
|
8125
|
+
}, settings$18 = {
|
|
8124
8126
|
key: "settings",
|
|
8125
8127
|
name: "x-runtime-lib.settings",
|
|
8126
8128
|
children: [
|
|
@@ -8270,12 +8272,12 @@ const numberInputV1 = {
|
|
|
8270
8272
|
pageUi: [
|
|
8271
8273
|
basicV1,
|
|
8272
8274
|
size,
|
|
8273
|
-
settings$
|
|
8275
|
+
settings$18
|
|
8274
8276
|
],
|
|
8275
8277
|
compUi: [
|
|
8276
8278
|
basicV1,
|
|
8277
8279
|
size,
|
|
8278
|
-
settings$
|
|
8280
|
+
settings$18
|
|
8279
8281
|
]
|
|
8280
8282
|
},
|
|
8281
8283
|
events: [
|
|
@@ -8304,7 +8306,7 @@ const numberInputV1 = {
|
|
|
8304
8306
|
spawn: spawn$7
|
|
8305
8307
|
};
|
|
8306
8308
|
regElement(numberInputV1);
|
|
8307
|
-
var settings$
|
|
8309
|
+
var settings$17 = {
|
|
8308
8310
|
key: "settings",
|
|
8309
8311
|
name: "x-runtime-lib.settings",
|
|
8310
8312
|
children: [
|
|
@@ -8373,13 +8375,13 @@ const paginationV1 = {
|
|
|
8373
8375
|
name: "x-runtime-lib.pagination",
|
|
8374
8376
|
comp: v1_default$21,
|
|
8375
8377
|
properties: {
|
|
8376
|
-
pageUi: [basicV1, settings$
|
|
8377
|
-
compUi: [basicV1, settings$
|
|
8378
|
+
pageUi: [basicV1, settings$17],
|
|
8379
|
+
compUi: [basicV1, settings$17]
|
|
8378
8380
|
},
|
|
8379
8381
|
leaf: !0
|
|
8380
8382
|
};
|
|
8381
8383
|
regElement(paginationV1);
|
|
8382
|
-
var settings$
|
|
8384
|
+
var settings$16 = {
|
|
8383
8385
|
key: "settings",
|
|
8384
8386
|
name: "x-runtime-lib.settings",
|
|
8385
8387
|
children: [
|
|
@@ -8422,8 +8424,8 @@ const radioV1 = {
|
|
|
8422
8424
|
name: "x-runtime-lib.radio",
|
|
8423
8425
|
comp: v1_default$20,
|
|
8424
8426
|
properties: {
|
|
8425
|
-
pageUi: [basicV1, settings$
|
|
8426
|
-
compUi: [basicV1, settings$
|
|
8427
|
+
pageUi: [basicV1, settings$16],
|
|
8428
|
+
compUi: [basicV1, settings$16]
|
|
8427
8429
|
},
|
|
8428
8430
|
leaf: !0
|
|
8429
8431
|
};
|
|
@@ -8453,7 +8455,7 @@ function spawnEntry$2(e, p, m, g) {
|
|
|
8453
8455
|
nodes: { [_.basic.id]: _ }
|
|
8454
8456
|
};
|
|
8455
8457
|
}
|
|
8456
|
-
var settings$
|
|
8458
|
+
var settings$15 = {
|
|
8457
8459
|
key: "settings",
|
|
8458
8460
|
name: "x-runtime-lib.settings",
|
|
8459
8461
|
children: [
|
|
@@ -8502,13 +8504,13 @@ const radioGroupV1 = {
|
|
|
8502
8504
|
name: "x-runtime-lib.radioGroup",
|
|
8503
8505
|
comp: v1_default$19,
|
|
8504
8506
|
properties: {
|
|
8505
|
-
pageUi: [basicV1, settings$
|
|
8506
|
-
compUi: [basicV1, settings$
|
|
8507
|
+
pageUi: [basicV1, settings$15],
|
|
8508
|
+
compUi: [basicV1, settings$15]
|
|
8507
8509
|
},
|
|
8508
8510
|
spawn: spawn$6
|
|
8509
8511
|
};
|
|
8510
8512
|
regElement(radioGroupV1);
|
|
8511
|
-
var settings$
|
|
8513
|
+
var settings$14 = {
|
|
8512
8514
|
key: "settings",
|
|
8513
8515
|
name: "x-runtime-lib.settings",
|
|
8514
8516
|
children: [
|
|
@@ -8622,13 +8624,13 @@ const rangeSliderV1 = {
|
|
|
8622
8624
|
name: "x-runtime-lib.rangeSlider",
|
|
8623
8625
|
comp: v1_default$18,
|
|
8624
8626
|
properties: {
|
|
8625
|
-
pageUi: [basicV1, settings$
|
|
8626
|
-
compUi: [basicV1, settings$
|
|
8627
|
+
pageUi: [basicV1, settings$14],
|
|
8628
|
+
compUi: [basicV1, settings$14]
|
|
8627
8629
|
},
|
|
8628
8630
|
leaf: !0
|
|
8629
8631
|
};
|
|
8630
8632
|
regElement(rangeSliderV1);
|
|
8631
|
-
var settings$
|
|
8633
|
+
var settings$13 = {
|
|
8632
8634
|
key: "settings",
|
|
8633
8635
|
name: "x-runtime-lib.settings",
|
|
8634
8636
|
children: [
|
|
@@ -8689,13 +8691,13 @@ const ratingV1 = {
|
|
|
8689
8691
|
name: "x-runtime-lib.rating",
|
|
8690
8692
|
comp: v1_default$17,
|
|
8691
8693
|
properties: {
|
|
8692
|
-
pageUi: [basicV1, settings$
|
|
8693
|
-
compUi: [basicV1, settings$
|
|
8694
|
+
pageUi: [basicV1, settings$13],
|
|
8695
|
+
compUi: [basicV1, settings$13]
|
|
8694
8696
|
},
|
|
8695
8697
|
leaf: !0
|
|
8696
8698
|
};
|
|
8697
8699
|
regElement(ratingV1);
|
|
8698
|
-
var settings$
|
|
8700
|
+
var settings$12 = {
|
|
8699
8701
|
key: "settings",
|
|
8700
8702
|
name: "x-runtime-lib.settings",
|
|
8701
8703
|
children: [
|
|
@@ -8742,8 +8744,8 @@ const selectV1 = {
|
|
|
8742
8744
|
name: "x-runtime-lib.select",
|
|
8743
8745
|
comp: v1_default$16,
|
|
8744
8746
|
properties: {
|
|
8745
|
-
pageUi: [basicV1, settings$
|
|
8746
|
-
compUi: [basicV1, settings$
|
|
8747
|
+
pageUi: [basicV1, settings$12],
|
|
8748
|
+
compUi: [basicV1, settings$12]
|
|
8747
8749
|
},
|
|
8748
8750
|
leaf: !0
|
|
8749
8751
|
};
|
|
@@ -8754,7 +8756,7 @@ var trackColor = cloneDeep_default(colorV1);
|
|
|
8754
8756
|
trackColor.key = "trackColor", trackColor.name = "x-runtime-lib.trackColor";
|
|
8755
8757
|
var thumbColor = cloneDeep_default(colorV1);
|
|
8756
8758
|
thumbColor.key = "thumbColor", thumbColor.name = "x-runtime-lib.thumbColor";
|
|
8757
|
-
var settings$
|
|
8759
|
+
var settings$11 = {
|
|
8758
8760
|
key: "settings",
|
|
8759
8761
|
name: "x-runtime-lib.settings",
|
|
8760
8762
|
children: [
|
|
@@ -8882,12 +8884,12 @@ const sliderV1 = {
|
|
|
8882
8884
|
properties: {
|
|
8883
8885
|
pageUi: [
|
|
8884
8886
|
basicV1,
|
|
8885
|
-
settings$
|
|
8887
|
+
settings$11,
|
|
8886
8888
|
slots$1
|
|
8887
8889
|
],
|
|
8888
8890
|
compUi: [
|
|
8889
8891
|
basicV1,
|
|
8890
|
-
settings$
|
|
8892
|
+
settings$11,
|
|
8891
8893
|
slots$1
|
|
8892
8894
|
]
|
|
8893
8895
|
},
|
|
@@ -8963,7 +8965,7 @@ function spawnCard(e, p, m) {
|
|
|
8963
8965
|
nodes: { [g.basic.id]: g }
|
|
8964
8966
|
};
|
|
8965
8967
|
}
|
|
8966
|
-
var settings$
|
|
8968
|
+
var settings$10 = {
|
|
8967
8969
|
key: "settings",
|
|
8968
8970
|
name: "x-runtime-lib.settings",
|
|
8969
8971
|
children: [{
|
|
@@ -8983,8 +8985,8 @@ const stepperV1 = {
|
|
|
8983
8985
|
name: "x-runtime-lib.stepper",
|
|
8984
8986
|
comp: v1_default$14,
|
|
8985
8987
|
properties: {
|
|
8986
|
-
pageUi: [basicV1, settings$
|
|
8987
|
-
compUi: [basicV1, settings$
|
|
8988
|
+
pageUi: [basicV1, settings$10],
|
|
8989
|
+
compUi: [basicV1, settings$10]
|
|
8988
8990
|
},
|
|
8989
8991
|
spawn: spawn$5
|
|
8990
8992
|
};
|
|
@@ -8999,7 +9001,7 @@ const stepperHeaderV1 = {
|
|
|
8999
9001
|
}
|
|
9000
9002
|
};
|
|
9001
9003
|
regElement(stepperHeaderV1);
|
|
9002
|
-
var settings$
|
|
9004
|
+
var settings$9 = {
|
|
9003
9005
|
key: "settings",
|
|
9004
9006
|
name: "x-runtime-lib.settings",
|
|
9005
9007
|
children: [{
|
|
@@ -9014,8 +9016,8 @@ const stepperItemV1 = {
|
|
|
9014
9016
|
name: "x-runtime-lib.stepperItem",
|
|
9015
9017
|
comp: v1_default$12,
|
|
9016
9018
|
properties: {
|
|
9017
|
-
pageUi: [basicV1, settings$
|
|
9018
|
-
compUi: [basicV1, settings$
|
|
9019
|
+
pageUi: [basicV1, settings$9],
|
|
9020
|
+
compUi: [basicV1, settings$9]
|
|
9019
9021
|
}
|
|
9020
9022
|
};
|
|
9021
9023
|
regElement(stepperItemV1);
|
|
@@ -9029,7 +9031,7 @@ const stepperWindowV1 = {
|
|
|
9029
9031
|
}
|
|
9030
9032
|
};
|
|
9031
9033
|
regElement(stepperWindowV1);
|
|
9032
|
-
var settings$
|
|
9034
|
+
var settings$8 = {
|
|
9033
9035
|
key: "settings",
|
|
9034
9036
|
name: "x-runtime-lib.settings",
|
|
9035
9037
|
children: [{
|
|
@@ -9044,18 +9046,105 @@ const stepperWindowItemV1 = {
|
|
|
9044
9046
|
name: "x-runtime-lib.stepperWindowItem",
|
|
9045
9047
|
comp: v1_default$10,
|
|
9046
9048
|
properties: {
|
|
9047
|
-
pageUi: [basicV1, settings$
|
|
9048
|
-
compUi: [basicV1, settings$
|
|
9049
|
+
pageUi: [basicV1, settings$8],
|
|
9050
|
+
compUi: [basicV1, settings$8]
|
|
9049
9051
|
}
|
|
9050
9052
|
};
|
|
9051
9053
|
regElement(stepperWindowItemV1);
|
|
9054
|
+
var settings$7 = {
|
|
9055
|
+
key: "settings",
|
|
9056
|
+
name: "x-runtime-lib.settings",
|
|
9057
|
+
children: [
|
|
9058
|
+
{
|
|
9059
|
+
key: "disabled",
|
|
9060
|
+
name: "x-runtime-lib.disabled",
|
|
9061
|
+
ui: "switch",
|
|
9062
|
+
default: !1
|
|
9063
|
+
},
|
|
9064
|
+
{
|
|
9065
|
+
key: "readonly",
|
|
9066
|
+
name: "x-runtime-lib.readonly",
|
|
9067
|
+
ui: "switch",
|
|
9068
|
+
default: !1
|
|
9069
|
+
},
|
|
9070
|
+
{
|
|
9071
|
+
key: "loading",
|
|
9072
|
+
name: "x-runtime-lib.loading",
|
|
9073
|
+
ui: "switch",
|
|
9074
|
+
default: !1
|
|
9075
|
+
},
|
|
9076
|
+
{
|
|
9077
|
+
key: "value",
|
|
9078
|
+
name: "x-runtime-lib.value",
|
|
9079
|
+
ui: "strInput",
|
|
9080
|
+
default: ""
|
|
9081
|
+
},
|
|
9082
|
+
{
|
|
9083
|
+
key: "indeterminate",
|
|
9084
|
+
name: "x-runtime-lib.indeterminate",
|
|
9085
|
+
ui: "switch",
|
|
9086
|
+
default: !1
|
|
9087
|
+
},
|
|
9088
|
+
{
|
|
9089
|
+
key: "inline",
|
|
9090
|
+
name: "x-runtime-lib.inline",
|
|
9091
|
+
ui: "switch",
|
|
9092
|
+
default: !1
|
|
9093
|
+
},
|
|
9094
|
+
{
|
|
9095
|
+
key: "inset",
|
|
9096
|
+
name: "x-runtime-lib.inset",
|
|
9097
|
+
ui: "switch",
|
|
9098
|
+
default: !1
|
|
9099
|
+
},
|
|
9100
|
+
{
|
|
9101
|
+
key: "direction",
|
|
9102
|
+
name: "x-runtime-lib.direction",
|
|
9103
|
+
ui: "select",
|
|
9104
|
+
items: "directionItemsV1",
|
|
9105
|
+
default: "horizontal"
|
|
9106
|
+
},
|
|
9107
|
+
{
|
|
9108
|
+
key: "variant",
|
|
9109
|
+
name: "x-runtime-lib.variant",
|
|
9110
|
+
ui: "select",
|
|
9111
|
+
items: "fieldVariantItemsV1",
|
|
9112
|
+
default: "filled"
|
|
9113
|
+
},
|
|
9114
|
+
{
|
|
9115
|
+
key: "density",
|
|
9116
|
+
name: "x-runtime-lib.density",
|
|
9117
|
+
ui: "select",
|
|
9118
|
+
items: "densityItemsV1",
|
|
9119
|
+
default: "default"
|
|
9120
|
+
},
|
|
9121
|
+
{
|
|
9122
|
+
key: "label",
|
|
9123
|
+
name: "x-runtime-lib.label",
|
|
9124
|
+
ui: "strInput",
|
|
9125
|
+
default: "label"
|
|
9126
|
+
},
|
|
9127
|
+
{
|
|
9128
|
+
key: "hideDetails",
|
|
9129
|
+
name: "x-runtime-lib.hideDetails",
|
|
9130
|
+
ui: "switch",
|
|
9131
|
+
default: !1
|
|
9132
|
+
},
|
|
9133
|
+
{
|
|
9134
|
+
key: "singleLine",
|
|
9135
|
+
name: "x-runtime-lib.singleLine",
|
|
9136
|
+
ui: "switch",
|
|
9137
|
+
default: !1
|
|
9138
|
+
}
|
|
9139
|
+
]
|
|
9140
|
+
};
|
|
9052
9141
|
const switchV1 = {
|
|
9053
9142
|
key: "ui_switch_v1",
|
|
9054
9143
|
name: "x-runtime-lib.switch",
|
|
9055
9144
|
comp: v1_default$9,
|
|
9056
9145
|
properties: {
|
|
9057
|
-
pageUi: [basicV1],
|
|
9058
|
-
compUi: [basicV1]
|
|
9146
|
+
pageUi: [basicV1, settings$7],
|
|
9147
|
+
compUi: [basicV1, settings$7]
|
|
9059
9148
|
},
|
|
9060
9149
|
leaf: !0
|
|
9061
9150
|
};
|
|
@@ -9176,6 +9265,12 @@ var settings$5 = {
|
|
|
9176
9265
|
ui: "switch",
|
|
9177
9266
|
default: !1
|
|
9178
9267
|
},
|
|
9268
|
+
{
|
|
9269
|
+
key: "mandatory",
|
|
9270
|
+
name: "x-runtime-lib.mandatory",
|
|
9271
|
+
ui: "switch",
|
|
9272
|
+
default: !1
|
|
9273
|
+
},
|
|
9179
9274
|
{
|
|
9180
9275
|
key: "showArrows",
|
|
9181
9276
|
name: "x-runtime-lib.showArrows",
|
|
@@ -9351,6 +9446,20 @@ var settings$3 = {
|
|
|
9351
9446
|
ui: "strInput",
|
|
9352
9447
|
default: ""
|
|
9353
9448
|
},
|
|
9449
|
+
{
|
|
9450
|
+
key: "variant",
|
|
9451
|
+
name: "x-runtime-lib.variant",
|
|
9452
|
+
ui: "select",
|
|
9453
|
+
items: "fieldVariantItemsV1",
|
|
9454
|
+
default: "filled"
|
|
9455
|
+
},
|
|
9456
|
+
{
|
|
9457
|
+
key: "density",
|
|
9458
|
+
name: "x-runtime-lib.density",
|
|
9459
|
+
ui: "select",
|
|
9460
|
+
items: "densityItemsV1",
|
|
9461
|
+
default: "default"
|
|
9462
|
+
},
|
|
9354
9463
|
{
|
|
9355
9464
|
key: "label",
|
|
9356
9465
|
name: "x-runtime-lib.label",
|
|
@@ -9363,6 +9472,12 @@ var settings$3 = {
|
|
|
9363
9472
|
ui: "strInput",
|
|
9364
9473
|
default: ""
|
|
9365
9474
|
},
|
|
9475
|
+
{
|
|
9476
|
+
key: "singleLine",
|
|
9477
|
+
name: "x-runtime-lib.singleLine",
|
|
9478
|
+
ui: "switch",
|
|
9479
|
+
default: !1
|
|
9480
|
+
},
|
|
9366
9481
|
{
|
|
9367
9482
|
key: "reverse",
|
|
9368
9483
|
name: "x-runtime-lib.reverse",
|