x-runtime-lib 0.9.15 → 0.9.16

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.
Files changed (37) hide show
  1. package/dist/components/element/ui/card/v1/index.vue.d.ts +4 -2
  2. package/dist/components/element/ui/checkbox/v1/index.vue.d.ts +11 -1
  3. package/dist/components/element/ui/dialog/v1/activator.vue.d.ts +2 -2
  4. package/dist/components/element/ui/index.d.ts +5 -1
  5. package/dist/components/element/ui/list/v1/index.vue.d.ts +13 -0
  6. package/dist/components/element/ui/listItem/v1/index.vue.d.ts +4 -0
  7. package/dist/components/element/ui/menu/v1/activator.vue.d.ts +2 -2
  8. package/dist/components/element/ui/optInput/v1/index.vue.d.ts +4 -0
  9. package/dist/components/element/ui/positioner/v1/index.vue.d.ts +14 -0
  10. package/dist/components/element/ui/speedDial/v1/activator.vue.d.ts +2 -2
  11. package/dist/components/element/ui/speedDial/v1/index.vue.d.ts +4 -2
  12. package/dist/composables/element/core/elementBase.d.ts +21 -1
  13. package/dist/element/_common/items/index.d.ts +1 -0
  14. package/dist/element/_pkgs/v1/items.d.ts +1 -1
  15. package/dist/element/dynamic/renderGroup/v1/spawn.d.ts +2 -0
  16. package/dist/element/ui/breadcrumbs/v1/index.d.ts +1 -0
  17. package/dist/element/ui/breadcrumbs/v1/spawn.d.ts +2 -0
  18. package/dist/element/ui/checkbox/v1/spawn.d.ts +2 -0
  19. package/dist/element/ui/index.d.ts +5 -0
  20. package/dist/element/ui/list/v1/index.d.ts +1 -0
  21. package/dist/element/ui/list/v1/spawn.d.ts +2 -0
  22. package/dist/element/ui/listItem/v1/index.d.ts +1 -0
  23. package/dist/element/ui/optInput/v1/index.d.ts +1 -0
  24. package/dist/element/ui/optInput/v1/spawn.d.ts +2 -0
  25. package/dist/element/ui/positioner/v1/index.d.ts +1 -0
  26. package/dist/element/ui/positioner/v1/spawn.d.ts +2 -0
  27. package/dist/{i18n-en.iewo6ied.js → i18n-en.nibpd6gu.js} +8 -0
  28. package/dist/{i18n-zhHans.ns1c2nog.js → i18n-zhHans.opk2rx0g.js} +8 -0
  29. package/dist/index.js +2717 -2229
  30. package/dist/meta/element.d.ts +1 -1
  31. package/dist/meta/items.d.ts +1 -1
  32. package/dist/meta/pkg.d.ts +0 -1
  33. package/dist/meta/property.d.ts +2 -2
  34. package/dist/utils/provideInject.d.ts +3 -1
  35. package/package.json +1 -1
  36. package/dist/element/_pkgs/v1/elements.d.ts +0 -1
  37. /package/dist/element/{ui/checkbox/v1/meta.d.ts → _common/items/positionItems/v1/index.d.ts} +0 -0
@@ -1,7 +1,9 @@
1
1
  import { ElementProps } from '@/types';
2
- declare var __VLS_14: {};
2
+ declare var __VLS_15: {}, __VLS_17: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_14) => any;
4
+ actions?: (props: typeof __VLS_15) => any;
5
+ } & {
6
+ default?: (props: typeof __VLS_17) => any;
5
7
  };
6
8
  declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
9
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,4 +1,14 @@
1
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
+ declare var __VLS_15: {};
3
+ type __VLS_Slots = {} & {
4
+ label?: (props: typeof __VLS_15) => any;
5
+ };
6
+ declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
3
8
  declare const _default: typeof __VLS_export;
4
9
  export default _default;
10
+ type __VLS_WithSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -1,9 +1,9 @@
1
1
  type __VLS_Props = {
2
2
  props: Record<string, any>;
3
3
  };
4
- declare var __VLS_8: {};
4
+ declare var __VLS_1: {};
5
5
  type __VLS_Slots = {} & {
6
- default?: (props: typeof __VLS_8) => any;
6
+ default?: (props: typeof __VLS_1) => any;
7
7
  };
8
8
  declare const __VLS_base: 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>;
9
9
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -22,9 +22,13 @@ import ZFormV1 from './form/v1/index.vue';
22
22
  import ZIconV1 from './icon/v1/index.vue';
23
23
  import ZItemV1 from './item/v1/index.vue';
24
24
  import ZItemGroupV1 from './itemGroup/v1/index.vue';
25
+ import ZListV1 from './list/v1/index.vue';
26
+ import ZListItemV1 from './listItem/v1/index.vue';
25
27
  import ZMenuV1 from './menu/v1/index.vue';
26
28
  import ZNumberInputV1 from './numberInput/v1/index.vue';
29
+ import ZOptInputV1 from './optInput/v1/index.vue';
27
30
  import ZPaginationV1 from './pagination/v1/index.vue';
31
+ import ZPositionerV1 from './positioner/v1/index.vue';
28
32
  import ZRadioV1 from './radio/v1/index.vue';
29
33
  import ZRadioGroupV1 from './radioGroup/v1/index.vue';
30
34
  import ZRangeSliderV1 from './rangeSlider/v1/index.vue';
@@ -57,4 +61,4 @@ import ZTimelineItemV1 from './timelineItem/v1/index.vue';
57
61
  import ZTooltipV1 from './tooltip/v1/index.vue';
58
62
  import ZWindowV1 from './window/v1/index.vue';
59
63
  import ZWindowItemV1 from './windowItem/v1/index.vue';
60
- export { ZActivatorV1, ZBadgeV1, ZBreadcrumbsV1, ZBtnV1, ZBtnToggleV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableClientV1, ZDataTableServerV1, ZDatePickerV1, ZDialogV1, ZFabV1, ZFileInputV1, ZFlexboxV1, ZFlexboxEntryV1, ZFormV1, ZIconV1, ZItemV1, ZItemGroupV1, ZMenuV1, ZNumberInputV1, ZPaginationV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSheetV1, ZSlideGroupV1, ZSlideGroupItemV1, ZSliderV1, ZSpeedDialV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTableV1, ZTableBodyV1, ZTableBodyCellV1, ZTableHeadV1, ZTableHeadCellV1, ZTableRowV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZTooltipV1, ZWindowV1, ZWindowItemV1 };
64
+ export { ZActivatorV1, ZBadgeV1, ZBreadcrumbsV1, ZBtnV1, ZBtnToggleV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableClientV1, ZDataTableServerV1, ZDatePickerV1, ZDialogV1, ZFabV1, ZFileInputV1, ZFlexboxV1, ZFlexboxEntryV1, ZFormV1, ZIconV1, ZItemV1, ZItemGroupV1, ZListV1, ZListItemV1, ZMenuV1, ZNumberInputV1, ZOptInputV1, ZPaginationV1, ZPositionerV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSheetV1, ZSlideGroupV1, ZSlideGroupItemV1, ZSliderV1, ZSpeedDialV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTableV1, ZTableBodyV1, ZTableBodyCellV1, ZTableHeadV1, ZTableHeadCellV1, ZTableRowV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZTooltipV1, ZWindowV1, ZWindowItemV1 };
@@ -0,0 +1,13 @@
1
+ declare var __VLS_8: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_8) => any;
4
+ };
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,4 @@
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>;
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
@@ -1,9 +1,9 @@
1
1
  type __VLS_Props = {
2
2
  props: Record<string, any>;
3
3
  };
4
- declare var __VLS_8: {};
4
+ declare var __VLS_1: {};
5
5
  type __VLS_Slots = {} & {
6
- default?: (props: typeof __VLS_8) => any;
6
+ default?: (props: typeof __VLS_1) => any;
7
7
  };
8
8
  declare const __VLS_base: 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>;
9
9
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -0,0 +1,4 @@
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>;
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
@@ -0,0 +1,14 @@
1
+ import { ElementProps } from '@/types';
2
+ declare var __VLS_1: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_1) => any;
5
+ };
6
+ declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
9
+ export default _default;
10
+ type __VLS_WithSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -1,9 +1,9 @@
1
1
  type __VLS_Props = {
2
2
  props: Record<string, any>;
3
3
  };
4
- declare var __VLS_8: {};
4
+ declare var __VLS_1: {};
5
5
  type __VLS_Slots = {} & {
6
- default?: (props: typeof __VLS_8) => any;
6
+ default?: (props: typeof __VLS_1) => any;
7
7
  };
8
8
  declare const __VLS_base: 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>;
9
9
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,9 @@
1
1
  import { ElementProps } from '@/types';
2
- declare var __VLS_15: {};
2
+ declare var __VLS_15: {}, __VLS_22: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_15) => any;
4
+ activator?: (props: typeof __VLS_15) => any;
5
+ } & {
6
+ default?: (props: typeof __VLS_22) => any;
5
7
  };
6
8
  declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
9
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,5 +1,24 @@
1
- import { ElementProps, Node } from '@/types';
1
+ import { ElementProps, Node, NodeLite } from '@/types';
2
2
  export declare function useElementBase(props: ElementProps): {
3
+ nodeLite: import("vue").Ref<{
4
+ id: string;
5
+ key: string;
6
+ alias?: string | undefined;
7
+ group?: string | undefined;
8
+ render?: boolean | undefined;
9
+ slotId?: string | undefined;
10
+ compId?: string | undefined;
11
+ children?: /*elided*/ any[] | undefined;
12
+ }, NodeLite | {
13
+ id: string;
14
+ key: string;
15
+ alias?: string | undefined;
16
+ group?: string | undefined;
17
+ render?: boolean | undefined;
18
+ slotId?: string | undefined;
19
+ compId?: string | undefined;
20
+ children?: /*elided*/ any[] | undefined;
21
+ }>;
3
22
  node: import("vue").Ref<{
4
23
  [x: string]: any;
5
24
  basic: {
@@ -15,4 +34,5 @@ export declare function useElementBase(props: ElementProps): {
15
34
  alias?: string | undefined;
16
35
  };
17
36
  }>;
37
+ hasRenderGroup: (group: string) => boolean;
18
38
  };
@@ -9,6 +9,7 @@ import './flexDirectionItems/v1';
9
9
  import './flexMainAlignItems/v1';
10
10
  import './flexWrapItems/v1';
11
11
  import './fontWeightItems/v1';
12
+ import './positionItems/v1';
12
13
  import './sheetVariantItems/v1';
13
14
  import './showTicksItems/v1';
14
15
  import './sizeItems/v1';
@@ -1 +1 @@
1
- export declare const items: Set<"alignTabsItemsV1" | "axisTypeItemsV1" | "borderStyleItemsV1" | "densityItemsV1" | "directionItemsV1" | "fieldVariantItemsV1" | "flexCrossAlignItemsV1" | "flexDirectionItemsV1" | "flexMainAlignItemsV1" | "flexWrapItemsV1" | "fontWeightItemsV1" | "sheetVariantItemsV1" | "showTicksItemsV1" | "sizeItemsV1" | "speedDialOpenWayItemsV1" | "textAlignItemsV1" | "textDecorationItemsV1" | "textEmphasisItemsV1" | "textSizeItemsV1" | "thumbLabelItemsV1" | "timelineAlignItemsV1" | "timelineDirectionItemsV1" | "timelineSideItemsV1" | "timelineTruncateLineItemsV1">;
1
+ export declare const items: Set<"alignTabsItemsV1" | "axisTypeItemsV1" | "borderStyleItemsV1" | "densityItemsV1" | "directionItemsV1" | "fieldVariantItemsV1" | "flexCrossAlignItemsV1" | "flexDirectionItemsV1" | "flexMainAlignItemsV1" | "flexWrapItemsV1" | "fontWeightItemsV1" | "positionItemsV1" | "sheetVariantItemsV1" | "showTicksItemsV1" | "sizeItemsV1" | "speedDialOpenWayItemsV1" | "textAlignItemsV1" | "textDecorationItemsV1" | "textEmphasisItemsV1" | "textSizeItemsV1" | "thumbLabelItemsV1" | "timelineAlignItemsV1" | "timelineDirectionItemsV1" | "timelineSideItemsV1" | "timelineTruncateLineItemsV1">;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,5 +1,6 @@
1
1
  import './activator/v1';
2
2
  import './badge/v1';
3
+ import './breadcrumbs/v1';
3
4
  import './btn/v1';
4
5
  import './btnToggle/v1';
5
6
  import './card/v1';
@@ -21,9 +22,13 @@ import './form/v1';
21
22
  import './icon/v1';
22
23
  import './item/v1';
23
24
  import './itemGroup/v1';
25
+ import './list/v1';
26
+ import './listItem/v1';
24
27
  import './menu/v1';
25
28
  import './numberInput/v1';
29
+ import './optInput/v1';
26
30
  import './pagination/v1';
31
+ import './positioner/v1';
27
32
  import './radio/v1';
28
33
  import './radioGroup/v1';
29
34
  import './rangeSlider/v1';
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,6 +1,7 @@
1
1
  import { n as e } from "./rolldown-runtime.jd1hion4.js";
2
2
  //#region src/i18n/locales/en/index.ts
3
3
  var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
4
+ absolute: "Absolute",
4
5
  activator: "Activator",
5
6
  adaptSlot: "Adapt Slot",
6
7
  adaptSlotPropertyChange: "Adapt Slot Property Change",
@@ -193,6 +194,8 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
193
194
  line: "Line",
194
195
  lineChart: "Line Chart",
195
196
  lineThrough: "Line Through",
197
+ list: "List",
198
+ listItem: "List Item",
196
199
  loader: "Loader",
197
200
  loading: "Loading",
198
201
  log: "Log",
@@ -202,6 +205,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
202
205
  mandatory: "Mandatory",
203
206
  mapControls: "Map Controls",
204
207
  margin: "Margin",
208
+ masked: "Masked",
205
209
  max: "Max",
206
210
  maxHeight: "Max Height",
207
211
  maxRows: "Max Rows",
@@ -235,6 +239,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
235
239
  offset: "Offset",
236
240
  oldScreenSize: "Old Screen Size",
237
241
  oldValue: "Old Value",
242
+ oneTimePasswordInput: "One Time Password Input",
238
243
  open: "Open",
239
244
  orbitControls: "Orbit Controls",
240
245
  orthographicCamera: "Orthographic Camera",
@@ -254,6 +259,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
254
259
  plain: "Plain",
255
260
  pointLight: "Point Light",
256
261
  position: "Position",
262
+ positioner: "Positioner",
257
263
  precision: "Precision",
258
264
  prefix: "Prefix",
259
265
  prepend: "Prepend",
@@ -273,6 +279,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
273
279
  referencePropertyChange: "Reference Property Change",
274
280
  refKey: "Reference Key",
275
281
  regular: "Regular",
282
+ relative: "Relative",
276
283
  renderGroup: "Render Group",
277
284
  renderSwitch: "Render Switch",
278
285
  reset: "Reset",
@@ -331,6 +338,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
331
338
  stepperItem: "Stepper Item",
332
339
  stepperWindow: "Stepper Window",
333
340
  stepperWindowItem: "Stepper Window Item",
341
+ sticky: "Sticky",
334
342
  stretch: "Stretch",
335
343
  style: "Style",
336
344
  submit: "Submit",
@@ -1,6 +1,7 @@
1
1
  import { n as e } from "./rolldown-runtime.jd1hion4.js";
2
2
  //#region src/i18n/locales/zhHans/index.ts
3
3
  var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
4
+ absolute: "绝对",
4
5
  activator: "激活器",
5
6
  adaptSlot: "适配插槽",
6
7
  adaptSlotPropertyChange: "适配插槽属性变化",
@@ -193,6 +194,8 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
193
194
  line: "线",
194
195
  lineChart: "折线图",
195
196
  lineThrough: "中划线",
197
+ list: "列表",
198
+ listItem: "列表项目",
196
199
  loader: "加载器",
197
200
  loading: "加载中",
198
201
  log: "对数",
@@ -202,6 +205,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
202
205
  mandatory: "强制",
203
206
  mapControls: "地图控制",
204
207
  margin: "外边距",
208
+ masked: "掩码",
205
209
  max: "最大值",
206
210
  maxHeight: "最大高度",
207
211
  maxRows: "最大行",
@@ -235,6 +239,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
235
239
  offset: "偏移",
236
240
  oldScreenSize: "旧屏幕大小",
237
241
  oldValue: "旧值",
242
+ oneTimePasswordInput: "一次性密码输入",
238
243
  open: "打开",
239
244
  orbitControls: "轨道控制",
240
245
  orthographicCamera: "正交相机",
@@ -254,6 +259,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
254
259
  plain: "朴素",
255
260
  pointLight: "点光源",
256
261
  position: "位置",
262
+ positioner: "定位器",
257
263
  precision: "精度",
258
264
  prefix: "前缀",
259
265
  prepend: "前置",
@@ -273,6 +279,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
273
279
  referencePropertyChange: "引用属性变化",
274
280
  refKey: "引用键",
275
281
  regular: "常规",
282
+ relative: "相对",
276
283
  renderGroup: "渲染分组",
277
284
  renderSwitch: "渲染开关",
278
285
  reset: "重置",
@@ -331,6 +338,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
331
338
  stepperItem: "步骤器项目",
332
339
  stepperWindow: "步骤器窗口",
333
340
  stepperWindowItem: "步骤器窗口项目",
341
+ sticky: "粘性",
334
342
  stretch: "伸展",
335
343
  style: "风格",
336
344
  submit: "提交",