x-runtime-lib 0.9.26 → 0.9.27

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.
@@ -34,5 +34,5 @@ export declare function useElementBase(props: ElementProps): {
34
34
  alias?: string | undefined;
35
35
  };
36
36
  }>;
37
- hasSpeedSlot: (group: string) => boolean;
37
+ hasInlineSlot: (group: string) => boolean;
38
38
  };
@@ -101,7 +101,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
101
101
  default: "Default",
102
102
  density: "Density",
103
103
  depth: "Depth",
104
- depthSegements: "Depth Segements",
104
+ depthSegments: "Depth Segments",
105
105
  detail: "Detail",
106
106
  dialog: "Dialog",
107
107
  direction: "Direction",
@@ -157,7 +157,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
157
157
  headlineMedium: "Headline Medium",
158
158
  headlineSmall: "Headline Small",
159
159
  height: "Height",
160
- heightSegements: "Height Segements",
160
+ heightSegments: "Height Segments",
161
161
  hideActions: "Hide Actions",
162
162
  hideDetails: "Hide Details",
163
163
  hideOppoSite: "Hide Opposite",
@@ -400,7 +400,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
400
400
  warning: "Warning",
401
401
  weight: "Weight",
402
402
  width: "Width",
403
- widthSegements: "Width Segements",
403
+ widthSegments: "Width Segments",
404
404
  window: "Window",
405
405
  windowItem: "Window Item",
406
406
  wrap: "Wrap",
@@ -101,7 +101,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
101
101
  default: "缺省",
102
102
  density: "密度",
103
103
  depth: "深度",
104
- depthSegements: "深度分段(s)",
104
+ depthSegments: "深度分段(s)",
105
105
  detail: "细节",
106
106
  dialog: "对话框",
107
107
  direction: "方向",
@@ -157,7 +157,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
157
157
  headlineMedium: "头条(中)",
158
158
  headlineSmall: "头条(小)",
159
159
  height: "高度",
160
- heightSegements: "高度分段(s)",
160
+ heightSegments: "高度分段(s)",
161
161
  hideActions: "隐藏动作",
162
162
  hideDetails: "隐藏细节",
163
163
  hideOpposite: "隐藏对面",
@@ -400,7 +400,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
400
400
  warning: "警告",
401
401
  weight: "重量",
402
402
  width: "宽度",
403
- widthSegements: "宽度分段(s)",
403
+ widthSegments: "宽度分段(s)",
404
404
  window: "窗口",
405
405
  windowItem: "窗口项目",
406
406
  wrap: "换行",