x-runtime-lib 0.9.23 → 0.9.25
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/components/element/dynamic/index.d.ts +2 -2
- package/dist/composables/element/core/elementBase.d.ts +1 -1
- package/dist/element/dynamic/index.d.ts +1 -1
- package/dist/{i18n-en.jnth2scb.js → i18n-en.i5exmkwv.js} +1 -1
- package/dist/{i18n-zhHans.lg0rse69.js → i18n-zhHans.ma93zsw5.js} +1 -1
- package/dist/index.js +1186 -1164
- package/dist/meta/element.d.ts +7 -3
- package/dist/utils/render.d.ts +3 -1
- package/package.json +1 -1
- /package/dist/components/element/dynamic/{renderGroup → inlineSlot}/v1/index.vue.d.ts +0 -0
- /package/dist/element/dynamic/{renderGroup → inlineSlot}/v1/index.d.ts +0 -0
- /package/dist/element/dynamic/{renderGroup → inlineSlot}/v1/spawn.d.ts +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import ZInlineSlotV1 from './inlineSlot/v1/index.vue';
|
|
1
2
|
import ZMultipleRefV1 from './multipleRef/v1/index.vue';
|
|
2
3
|
import ZMultipleSlotV1 from './multipleSlot/v1/index.vue';
|
|
3
4
|
import ZRefV1 from './ref/v1/index.vue';
|
|
4
|
-
import ZRenderGroupV1 from './renderGroup/v1/index.vue';
|
|
5
5
|
import ZRenderSwitchV1 from './renderSwitch/v1/index.vue';
|
|
6
6
|
import ZSlotV1 from './slot/v1/index.vue';
|
|
7
|
-
export { ZMultipleRefV1, ZMultipleSlotV1, ZRefV1,
|
|
7
|
+
export { ZInlineSlotV1, ZMultipleRefV1, ZMultipleSlotV1, ZRefV1, ZRenderSwitchV1, ZSlotV1 };
|
|
@@ -169,6 +169,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
169
169
|
imagesAndIcons: "Images & Icons",
|
|
170
170
|
info: "Info",
|
|
171
171
|
inline: "Inline",
|
|
172
|
+
inlineSlot: "Inline Slot",
|
|
172
173
|
inset: "Inset",
|
|
173
174
|
instance: "Instance",
|
|
174
175
|
instances: "Instances",
|
|
@@ -280,7 +281,6 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
280
281
|
refKey: "Reference Key",
|
|
281
282
|
regular: "Regular",
|
|
282
283
|
relative: "Relative",
|
|
283
|
-
renderGroup: "Render Group",
|
|
284
284
|
renderSwitch: "Render Switch",
|
|
285
285
|
reset: "Reset",
|
|
286
286
|
resetValidation: "Reset Validation",
|
|
@@ -169,6 +169,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
169
169
|
imagesAndIcons: "图像 & 图标",
|
|
170
170
|
info: "信息",
|
|
171
171
|
inline: "内联",
|
|
172
|
+
inlineSlot: "内联插槽",
|
|
172
173
|
inset: "内嵌",
|
|
173
174
|
instance: "实例",
|
|
174
175
|
instances: "实例(s)",
|
|
@@ -280,7 +281,6 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
280
281
|
refKey: "引用键",
|
|
281
282
|
regular: "常规",
|
|
282
283
|
relative: "相对",
|
|
283
|
-
renderGroup: "渲染分组",
|
|
284
284
|
renderSwitch: "渲染开关",
|
|
285
285
|
reset: "重置",
|
|
286
286
|
resetValidation: "重置验证",
|