x-runtime-lib 0.8.122 → 0.8.123

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,6 +1,6 @@
1
1
  import ZMultipleRefV1 from './multipleRef/v1/index.vue';
2
2
  import ZMultipleSlotV1 from './multipleSlot/v1/index.vue';
3
- import ZReferenceV1 from './reference/v1/index.vue';
3
+ import ZRefV1 from './ref/v1/index.vue';
4
4
  import ZRenderSwitchV1 from './renderSwitch/v1/index.vue';
5
5
  import ZSlotV1 from './slot/v1/index.vue';
6
- export { ZMultipleRefV1, ZMultipleSlotV1, ZReferenceV1, ZRenderSwitchV1, ZSlotV1 };
6
+ export { ZMultipleRefV1, ZMultipleSlotV1, ZRefV1, ZRenderSwitchV1, ZSlotV1 };
@@ -0,0 +1,3 @@
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
@@ -0,0 +1,3 @@
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
@@ -1,3 +1,4 @@
1
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ import { ElementProps } from '@/types';
2
+ declare const __VLS_export: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
3
  declare const _default: typeof __VLS_export;
3
4
  export default _default;
@@ -1,7 +1,4 @@
1
1
  import { ElementProps } from '@/types';
2
- type __VLS_Props = ElementProps & {
3
- nowrap?: boolean;
4
- };
5
- declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare const __VLS_export: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
3
  declare const _default: typeof __VLS_export;
7
4
  export default _default;
@@ -1,5 +1,5 @@
1
1
  export * from './multipleRef/v1';
2
2
  export * from './multipleSlot/v1';
3
- export * from './reference/v1';
3
+ export * from './ref/v1';
4
4
  export * from './renderSwitch/v1';
5
5
  export * from './slot/v1';
@@ -58,7 +58,7 @@ const e = {
58
58
  checkbox: "Checkbox",
59
59
  chip: "Chip",
60
60
  chipGroup: "Chip Group",
61
- circularRef: "Circular Reference",
61
+ circularReference: "Circular Reference",
62
62
  clearable: "Clearable",
63
63
  click: "Click",
64
64
  clickAppend: "Click / Append",
@@ -160,6 +160,7 @@ const e = {
160
160
  info: "Info",
161
161
  inline: "Inline",
162
162
  inset: "Inset",
163
+ instanceKeys: "Instance Keys",
163
164
  intensity: "Intensity",
164
165
  isDarkMode: "Is Dark Mode",
165
166
  italic: "Italic",
@@ -58,7 +58,7 @@ const e = {
58
58
  checkbox: "复选框",
59
59
  chip: "纸片",
60
60
  chipGroup: "纸片分组",
61
- circularRef: "循环引用",
61
+ circularReference: "循环引用",
62
62
  clearable: "可清除",
63
63
  click: "单击",
64
64
  clickAppend: "单击 / 追加",
@@ -160,6 +160,7 @@ const e = {
160
160
  info: "信息",
161
161
  inline: "内联",
162
162
  inset: "内嵌",
163
+ instanceKeys: "实例键(s)",
163
164
  intensity: "强度",
164
165
  isDarkMode: "是否暗模式",
165
166
  italic: "斜体",