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.
@@ -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, ZRenderGroupV1, ZRenderSwitchV1, ZSlotV1 };
7
+ export { ZInlineSlotV1, ZMultipleRefV1, ZMultipleSlotV1, ZRefV1, ZRenderSwitchV1, ZSlotV1 };
@@ -34,5 +34,5 @@ export declare function useElementBase(props: ElementProps): {
34
34
  alias?: string | undefined;
35
35
  };
36
36
  }>;
37
- hasRenderGroup: (group: string) => boolean;
37
+ hasSpeedSlot: (group: string) => boolean;
38
38
  };
@@ -1,6 +1,6 @@
1
+ import './inlineSlot/v1';
1
2
  import './multipleRef/v1';
2
3
  import './multipleSlot/v1';
3
4
  import './ref/v1';
4
- import './renderGroup/v1';
5
5
  import './renderSwitch/v1';
6
6
  import './slot/v1';
@@ -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: "重置验证",